Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Muapi
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:09 PM

Muapi

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Generate images, videos, and audio using 100+ AI models via muapi.ai.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "muapi": {
      "command": "npx",
      "args": [
        "-y",
        "muapi"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Documentation Overview

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.

✨ 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

Terminal
claude plugin add muapi

Or install directly from GitHub:

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

Configure Your API Key

Set your MuAPI API key:

Terminal
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

Code
Generate an image of a futuristic city at sunset

Video Generation

Code
Generate a cinematic drone shot over mountains

Image Editing

Code
Edit this image to add a rainbow in the sky

Image to Video

Code
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:

bash
git clone https://github.com/SamurAIGPT/muapi-claude-code.git
cd muapi-claude-code
npm install

Create a .env file:

env
MUAPI_API_KEY=your_api_key_here

Run the MCP server directly:

bash
node src/index.js

πŸ“ Project Structure

Code
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

Related MCP Servers

View all in Coding Agents View all alternatives
  • A
    Agent Skill

    An MCP Server that provides identity verification and anti-fraud tools for AI agents via deepidv.

    πŸ€– Coding Agents0 views
    Compare vs Agent Skill β†’
  • Ssh Mcp logoSsh Mcp

    MCP server exposing SSH control for Linux and Windows servers via Model Context Protocol. Securely execute remote shell commands with password or SSH key authentication.

    πŸ€– Coding Agents2 views
    Compare vs Ssh Mcp β†’
  • Reassign logoReassign

    Reassign β€” circular 24-hour calendar & time-tracking copilot with ADHD-friendly scheduling.

    πŸ€– Coding Agents0 views
    Compare vs Reassign β†’
  • Any Cli Mcp Server logoAny Cli Mcp Server

    Universal MCP server that transforms any CLI tool into an MCP server. Works with any CLI that has --help output, supports caching for performance.

    πŸ€– Coding Agents3 views
    Compare vs Any Cli Mcp Server β†’

Frequently Asked Questions about Muapi

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "muapi": { "command": "npx", "args": ["-y", "muapi"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMuapi AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/muapi?style=directory)](https://allmcps.com/mcp/muapi)
HTML Embed
<a href="https://allmcps.com/mcp/muapi"><img src="https://allmcps.com/api/badge/muapi?style=directory" alt="Muapi on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Muapi β†’Install in Claude DesktopInstall in CursorInstall in VS Code