Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
Official MiniMax Model Context Protocol (MCP) server that enables interaction with MiniMax's Text to Speech and video/image generation APIs through MCP clients like Claude Desktop.
Add this to your MCP client configuration:
{
"mcpServers": {
"minimax-ai-minimax-mcp": {
"command": "uvx",
"args": [
"minimax-mcp",
"-y"
],
"env": {
"MINIMAX_API_KEY": "<Your MiniMax API key>",
"MINIMAX_MCP_BASE_PATH": "<Local output directory path>",
"MINIMAX_API_HOST": "<API host URL (https://api.minimaxi.chat for global, https://api.minimax.chat for mainland)>",
"MINIMAX_API_RESOURCE_MODE": "<Resource mode (url|local)>"
}
}
}
}{
"id": "minimax-ai-minimax-mcp",
"name": "Minimax",
"description": "Official MiniMax Model Context Protocol (MCP) server that enables interaction with MiniMax's Text to Speech and video/image generation APIs through MCP clients like Claude Desktop.",
"source_url": "https://github.com/minimax-ai/minimax-mcp",
"publisher_name": "minimax-ai",
"publisher_url": "https://github.com/minimax-ai",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 6222,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "minimax-mcp"
},
"tools_count": 7
}