Generate images, videos & audio with 100+ AI models — FLUX, Midjourney, Veo3, Kling, Suno and more
MuAPI is a hosted MCP server that gives any MCP-compatible AI assistant instant access to 100+ generative AI models for images, videos, audio, and editing — no local installation required.
Point your client at `https://api.muapi.ai/mcp`, add your API key, and you're ready to generate. Works with Claude Code, Cursor, Windsurf, Claude Desktop, Cline, and any other MCP client.
**Models supported:** FLUX, Midjourney, Veo3, Kling, HunyuanVideo, Runway, Suno, and 90+ more.
This MCP server provides media generation capabilities through the MuAPI service with proper authentication via environment variables. The codebase is clean and well-structured with appropriate input handling. However, there are minor concerns around input validation on file paths and lack of error handling in some tool implementations that warrant attention. Package verification found 1 issue.
7 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MUAPI_API_KEY
Sign up freeAvailable as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Once installed, try these example prompts and explore these capabilities:
From the project's GitHub README.
A Claude Code plugin that gives Claude the power to generate images, create videos, edit visuals, and more — all powered by MuAPI.
Simply install the plugin and start asking Claude to generate media for you.
| Tool | Description |
|---|---|
generate_image | Generate images from text prompts |
generate_video | Generate videos from text prompts |
edit_image | Edit an existing image with instructions |
image_to_video | Convert a still image into a video |
upload_file | Upload files to MuAPI for processing |
list_models | Browse available model categories |
model_details | Get details about a specific model |
get_prediction | Track the status of an async prediction |
account_balance | Check your MuAPI account balance |
claude plugin add muapi
Or install directly from GitHub:
claude plugin add https://github.com/SamurAIGPT/muapi-claude-code.git
Set your MuAPI API key:
claude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_here
Get your API key from muapi.com.
Once installed, just ask Claude naturally:
Image Generation
Generate an image of a futuristic city at sunset
Video Generation
Generate a cinematic drone shot over mountains
Image Editing
Edit this image to add a rainbow in the sky
Image to Video
Convert this image into a slow zoom-in video
After installing, you can invoke skills directly:
| Command | What it does |
|---|---|
/muapi:generate-image <prompt> | Generate an image from a text prompt |
/muapi:generate-video <prompt> | Generate a video from a text prompt |
/muapi:edit-image <instructions> | Edit an existing image |
/muapi:image-to-video <image url> | Animate a still image into a video |
/muapi:media-help | Explore available models and get recommendations |
If you want to run the plugin locally for development:
git clone https://github.com/SamurAIGPT/muapi-claude-code.git
cd muapi-claude-code
npm install
Create a .env file:
MUAPI_API_KEY=your_api_key_here
Run the MCP server directly:
node src/index.js
muapi-claude-code/
├── .claude-plugin/
│ └── plugin.json # Claude Code plugin manifest
├── src/
│ ├── index.js # MCP server entry point
│ └── tools/
│ ├── generateImage.js # Image generation
│ ├── generateVideo.js # Video generation
│ ├── editImage.js # Image editing
│ ├── imageToVideo.js # Image-to-video conversion
│ ├── uploadFile.js # File upload
│ ├── listModels.js # Model listing
│ ├── modelDetails.js # Model details
│ ├── getPrediction.js # Prediction tracking
│ └── accountBalance.js # Account balance
├── .mcp.json # MCP server config
├── package.json
└── .env # API key (not committed)
ISC
Be the first to review this server!
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.