Best for
- Developers and content creators who need to integrate AI voice, image, and video generation quickly
- Users who want to use MiniMax APIs directly from MCP-compatible clients
MiniMax MCP server is officially maintained, offers multimodal generation capabilities, easy setup, but requires attention to API key region alignment and potential costs.
The MiniMax MCP server is the official Model Context Protocol (MCP) implementation by MiniMax, allowing MCP clients like Claude Desktop, Cursor, Windsurf, and OpenAI Agents to interact with MiniMax's AI generation APIs. It supports text-to-speech, voice cloning, text-to-image, text-to-video (with async query), music generation, and voice design.
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": [
"minimax-mcp",
"-y"
],
"env": {
"MINIMAX_API_KEY": "insert-your-api-key-here",
"MINIMAX_MCP_BASE_PATH": "local-output-dir-path, such as /User/xxx/Desktop",
"MINIMAX_API_HOST": "api host, https://api.minimax.io | https://api.minimaxi.com",
"MINIMAX_API_RESOURCE_MODE": "optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format"
}
}
}
}