The reputation layer for AI skills, tools & agents

SamurAIGPT/muapi-cli

Score: 60.2 Rank #87

Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable.

Overview

SamurAIGPT/muapi-cli is a Python MCP server. Official CLI for muapi.ai — generate images, videos & audio from the terminal. MCP server, 14 AI models, npm + pip installable. Topics: python, ai, cli, generative-ai, image-generation, mcp, muapi, npm, video-generation.

Ranked #87 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Ecosystem

Python No license
pythonaicligenerative-aiimage-generationmcpmuapinpmvideo-generation

Signal Breakdown

Stars 972
Freshness 9d ago
Issue Health 100%
Contributors 5
Dependents 0
Forks 76
Description Good
License None

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for SamurAIGPT/muapi-cli
[![AgentRank](https://agentrank-ai.com/api/badge/tool/SamurAIGPT--muapi-cli)](https://agentrank-ai.com/tool/SamurAIGPT--muapi-cli)
<a href="https://agentrank-ai.com/tool/SamurAIGPT--muapi-cli"><img src="https://agentrank-ai.com/api/badge/tool/SamurAIGPT--muapi-cli" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# muapi CLI

Official command-line interface for [muapi.ai](https://muapi.ai) — generate images, videos, and audio directly from your terminal.

**Agent-first design** — every command works for both humans (colored output, tables) and AI agents (`--output-json`, `--jq` filtering, semantic exit codes, MCP server mode).

## Install

```bash
# npm (recommended — no Python required)
npm install -g muapi-cli

# pip
pip install muapi-cli

# or run without installing
npx muapi-cli --help
```

## Quick Start

```bash
# New user? Create an account
muapi auth register --email [email protected] --password "..."
muapi auth verify --email [email protected] --otp 123456
muapi auth login --email [email protected] --password "..."

# Or paste an existing API key
muapi auth configure --api-key "YOUR_KEY"

# Generate
muapi image generate "a cyberpunk city at night" --model flux-dev
muapi video generate "a dog running on a beach" --model kling-master
muapi audio create "upbeat lo-fi hip hop for studying"

# Ch
Read full README on GitHub →
Are you the maintainer? Claim this listing