mcpbeat Sign in

Muapi MCP Server

by anil-matcha Your server? Claim it
local only

Muapi runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 2 Aug 2026.

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

Installs per day peak 26 · avg 8 · +4% w/w
a month agotoday
38
Installs / week
npm · muapi-mcp-server
4
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Muapi every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add muapi -- npx -y muapi-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "muapi": {
      "args": [
        "-y",
        "muapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.muapi]
command = "npx"
args = ["-y", "muapi-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "muapi": {
      "args": [
        "-y",
        "muapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "muapi": {
      "args": [
        "-y",
        "muapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MUAPI_API_KEY (Your MuAPI API key from muapi.com/dashboard/keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Muapi

same job, measured the same way
Picsart GenAI
by picsart-api

Generate and edit images, videos, and audio with 150+ models from 20+ vendors.

34 tools answering
Xmorf
by crawde

AI image editing and generation via xmorf API. Edit, generate, and list models.

32 installs/wk local only
Visual Sandbox
by visualsandbox

Generate image, video, audio, 3D and vector media with 100+ AI models. Pay per generation.

answering
Vidofy
by vidofy

Generate video, images, audio and speech with Vidofy — Veo 3.1, Kling 3.0, Flux 2 and 570+ models.

247 installs/wk answering
Rostro
by rostro

Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.

answering
Glif
by glif

Generate images, video, and audio with Glif's media-generation agent

answering
Unifically
by unifically

One API for 100+ AI video, image, music and speech models.

14 tools answering
Imageat
by incendies

Generate and edit images and videos with imageat.

41 installs/wk answering

Muapi — questions

Answers built from our own checks of this server.

Why is there no uptime for Muapi?
Muapi runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package muapi-mcp-server was installed 38 times last week.
How do I connect Muapi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls muapi-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Muapi?
The npm package muapi-mcp-server was installed 38 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Muapi open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.