muapi-cli

muapi-cli

CLI tool for generating images, videos, and audio from the terminal.

MCPDesignOpen sourcemultimediagenerationcli
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

muapi-cli is the official command-line interface for muapi.ai, enabling image, video, and audio generation directly from the terminal. It includes 14 AI models and can be installed via npm or pip. Designed for both human users and AI agents, it supports JSON output and MCP server mode. Ideal for developers and AI agents needing multimedia content generation in terminal environments.

Capabilities

  • Generate images
  • Generate videos
  • Generate audio
  • Image editing
  • Video editing
  • Audio editing

Use cases

Automated multimedia content generationBatch processing of images and videosAI agent-driven content generation

Setup

Requires: API KeyNode 环境
npm install -g muapi-cli or pip install muapi-cli

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I register and get an API Key?

Run `muapi auth register --email you@example.com --password ...` and verify your email to log in and obtain your API Key.

How do I generate an image?

Use the command `muapi image generate <prompt> --model <model>`.

Related skills