MuAPI Claude Code MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MuAPI Claude Code MCP ServerGenerate an image of a futuristic city at sunset"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MuAPI – Claude Code Plugin
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.
Related Projects
MuAPI — Unified API for image, video, and audio generation across hundreds of AI models. Install agent skills, connect through MCP, or create access keys.
muapi-cli — Run the same generation workflows from a terminal or MCP client.
Related MCP server: SeeDream MCP Server
✨ What It Can Do
Tool | Description |
| Generate images from text prompts |
| Generate videos from text prompts |
| Edit an existing image with instructions |
| Convert a still image into a video |
| Upload files to MuAPI for processing |
| Browse available model categories |
| Get details about a specific model |
| Track the status of an async prediction |
| Check your MuAPI account balance |
🚀 Installation
Install as a Claude Code Plugin
claude plugin add muapiOr install directly from GitHub:
claude plugin add https://github.com/SamurAIGPT/muapi-claude-code.gitConfigure Your API Key
Set your MuAPI API key:
claude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_hereGet your API key from muapi.ai.
💡 Usage
Once installed, just ask Claude naturally:
Image Generation
Generate an image of a futuristic city at sunsetVideo Generation
Generate a cinematic drone shot over mountainsImage Editing
Edit this image to add a rainbow in the skyImage to Video
Convert this image into a slow zoom-in video🔧 Slash Commands
After installing, you can invoke skills directly:
Command | What it does |
| Generate an image from a text prompt |
| Generate a video from a text prompt |
| Edit an existing image |
| Animate a still image into a video |
| Explore available models and get recommendations |
🛠 Development
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 installCreate a .env file:
MUAPI_API_KEY=your_api_key_hereRun the MCP server directly:
node src/index.js📁 Project Structure
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)📄 License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables Claude Desktop to interact with local ComfyUI installations for AI-powered image generation, including workflow management, model selection, real-time monitoring, and custom workflow execution through natural language.1495,14518MIT
- Alicense-qualityDmaintenanceEnables Claude Code to generate, edit, blend, and create variations of images using BytePlus SeeDream AI models, with streaming and Firebase sync.MIT
- Alicense-qualityDmaintenanceProvides access to 700+ AI models for text, image, video, and audio generation via the NanoGPT API, enabling direct use from Claude Code or any MCP-compatible client.MIT
- Alicense-qualityDmaintenanceEnables Claude to generate images via ComfyUI from natural language requests, automating workflow construction and execution.1MIT
Related MCP Connectors
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Generate AI images, video, speech, music and presentations from Claude, ChatGPT and Cursor.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SamurAIGPT/muapi-claude-code'
If you have feedback or need assistance with the MCP directory API, please join our Discord server