MuAPI Claude Code MCP Server
Related Servers
Alternatives to MuAPI Claude Code MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceConnects Claude Code to image generation models (OpenAI GPT Image 2, Google Nano Banana) for generating, editing, and converting images via natural language.638 npmMIT
- AlicenseAqualityDmaintenanceEnables Claude Code to generate, edit, blend, and create variations of images using BytePlus SeeDream AI models, with streaming and Firebase sync.6MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to generate images via ComfyUI from natural language requests, automating workflow construction and execution.1MIT
- AlicenseAqualityBmaintenanceEnables Claude Code and Claude desktop to generate AI videos and images through Dare, with credit cost estimation, reference uploads, and generation management billed to the user's Dare credits.1312 npm1MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to 700+ AI models for text, image, video, and audio generation via the NanoGPT API, enabling direct use from Claude Code or any MCP-compatible client.MIT

Clipia MCPofficial
AlicenseAqualityAmaintenanceGenerate AI images, video, speech, and music from Claude, ChatGPT, Cursor, and other MCP clients through the Clipia API.15MIT
TDQS
Scored across 9 tools
Each tool targets a distinct resource and action. While generate_video and image_to_video both produce videos, one is a general generation and the other explicitly converts an image, making them clearly separable. get_prediction, account_balance, list_models, model_details, upload_file, and edit_image each serve a unique purpose.
Most tools follow a verb_noun pattern (generate_image, get_prediction, list_models, edit_image, upload_file). However, account_balance and model_details are noun phrases without a verb, and image_to_video uses a noun_to_noun structure, which are minor deviations from the dominant convention.
The server has 9 tools, which is well within the ideal 3-15 range for a domain-specific MCP server. Each tool covers a necessary aspect of MuAPI's image/video generation workflow without being redundant or excessive.
The tools cover core workflows: account access, model exploration, file upload, image generation and editing, video generation and conversion, and result retrieval. Minor gaps exist, such as no listing of past predictions or cancellation of in-progress tasks, but these are not critical for the server's primary purpose.