MuAPI Claude Code MCP Server
Rank #24,622io.github.Anil-matcha/muapi
Generate images, videos, and audio using 100+ AI models via muapi.ai.
MuAPI Claude Code MCP Server is a Model Context Protocol (MCP) server published by SamurAIGPT. It ranks #24,622 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MuAPI Claude Code MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 90,838 of 115,460 servers on MCP Toplist.
Use MuAPI Claude Code MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add muapi -e "MUAPI_API_KEY=<your MUAPI_API_KEY>" -- npx -y muapi-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.muapi]
command = "npx"
args = ["-y", "muapi-mcp-server"]
[mcp_servers.muapi.env]
MUAPI_API_KEY = "<your MUAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"muapi": {
"command": "npx",
"args": [
"-y",
"muapi-mcp-server"
],
"env": {
"MUAPI_API_KEY": "<your MUAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"muapi": {
"command": "npx",
"args": [
"-y",
"muapi-mcp-server"
],
"env": {
"MUAPI_API_KEY": "<your MUAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"muapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"muapi-mcp-server"
],
"env": {
"MUAPI_API_KEY": "<your MUAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"muapi": {
"command": "npx",
"args": [
"-y",
"muapi-mcp-server"
],
"env": {
"MUAPI_API_KEY": "<your MUAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"muapi": {
"command": "npx",
"args": [
"-y",
"muapi-mcp-server"
],
"env": {
"MUAPI_API_KEY": "<your MUAPI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Anil-matcha%2Fmuapi)<a href="https://mcptoplist.com/server/io.github.Anil-matcha%2Fmuapi"><img src="https://mcptoplist.com/badge/io.github.Anil-matcha%2Fmuapi.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
SamurAIGPT
Other servers by SamurAIGPT
View all SamurAIGPT servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 11, 2026 |
Frequently asked questions
- Who maintains MuAPI Claude Code MCP Server?
- MuAPI Claude Code MCP Server is maintained by SamurAIGPT, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is MuAPI Claude Code MCP Server listed on the Official MCP Registry?
- Yes — MuAPI Claude Code MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MuAPI Claude Code MCP Server have?
- MCP Toplist tracks 1 version of MuAPI Claude Code MCP Server, most recently published on Jun 11, 2026.
- Where can I find the source code for MuAPI Claude Code MCP Server?
- The source code for MuAPI Claude Code MCP Server is hosted at github.com/SamurAIGPT/muapi-claude-code.