Back to Browse

MuAPI MCP Server

by Anil Matcha
Content & MediaModerate7.2LocalRemote
Free

Generate images, videos & audio with 100+ AI models — FLUX, Midjourney, Veo3, Kling, Suno and more

About

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.

Security Report

7.2
Moderate7.2Low Risk

This MCP server provides a clean interface to MuAPI's media generation services with proper authentication via API key. The code is well-structured with appropriate input handling and no malicious patterns detected. Minor concerns include lack of input validation on user prompts and missing error handling, but these are typical low-severity code quality issues that don't significantly impact security. Package verification found 1 issue.

7 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your MuAPI API key — get one free at https://muapi.ai/access-keysRequired

Environment variable: MUAPI_API_KEY

Sign up free

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Generate a photorealistic product photo on white background using flux-dev"
  • 2"Make a 5-second cinematic video of a sunset using kling-master"
  • 3"Create a lo-fi hip hop track, 30 seconds, instrumental"
  • 4"Remove the background from this image"
  • 5"Animate this photo into a video"
  • 6Tool: muapi_image_generate — generate images from text with 10+ models
  • 7Tool: muapi_video_generate — generate videos from text with Veo3, Kling, Runway
  • 8Tool: muapi_audio_create — create music with Suno

Documentation

View on GitHub

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.

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.

✨ What It Can Do

ToolDescription
generate_imageGenerate images from text prompts
generate_videoGenerate videos from text prompts
edit_imageEdit an existing image with instructions
image_to_videoConvert a still image into a video
upload_fileUpload files to MuAPI for processing
list_modelsBrowse available model categories
model_detailsGet details about a specific model
get_predictionTrack the status of an async prediction
account_balanceCheck your MuAPI account balance

🚀 Installation

Install as a Claude Code Plugin

claude plugin add muapi

Or install directly from GitHub:

claude plugin add https://github.com/SamurAIGPT/muapi-claude-code.git

Configure Your API Key

Set your MuAPI API key:

claude config set plugins.muapi.env.MUAPI_API_KEY your_api_key_here

Get your API key from muapi.ai.

💡 Usage

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

🔧 Slash Commands

After installing, you can invoke skills directly:

CommandWhat 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-helpExplore 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 install

Create a .env file:

MUAPI_API_KEY=your_api_key_here

Run 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

Reviews

No reviews yet

Be the first to review this server!

MuAPI MCP Server - Generate images, videos & audio with 100+ AI models — FLUX, | MCP Marketplace