# MiniMax-MCP — Official MiniMax MCP Server > Official MiniMax Model Context Protocol server exposing media-generation tools (audio, image, video, music); verified 1474★, pushed 2026-05-14. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```json { "mcpServers": { "minimax": { "command": "uvx", "args": ["minimax-mcp"], "env": { "MINIMAX_API_KEY": "...", "MINIMAX_API_HOST": "https://api.minimax.io" } } } } ``` ## Intro Official MiniMax Model Context Protocol server exposing media-generation tools (audio, image, video, music); verified 1474★, pushed 2026-05-14. **Best for:** Teams integrating MiniMax media models via structured MCP tool calls **Works with:** Claude Desktop and Cursor MCP settings; uses stdio/SSE transports per README **Setup time:** 8-18 minutes ### Key facts (verified) - GitHub: 1474 stars · 261 forks · pushed 2026-05-14. - License: MIT · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `uvx minimax-mcp`. ## Main - Pick the right region host: README warns API key must match `MINIMAX_API_HOST` (global vs mainland). - Start with stdio locally, then consider SSE when you want to deploy and share the server across machines. - Treat tool calls as costed operations: README warns that using tools may incur costs—add guardrails and budgeting. - Use the tool table as your contract: map each tool to a prompt template so agents call it consistently. ### README (excerpt) 