SamurAIGPT/muapi-cli
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
License low impact
Dependents medium impact
Matched Queries
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" # ChRead full README on GitHub →
Are you the maintainer? Claim this listing