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.
✨ 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 |
Related MCP server: Gemini MCP
🚀 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.com.
💡 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
Latest Blog Posts
- 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