MiniMax MCP
Official MCP server for MiniMax text-to-speech, voice cloning, image and video generation.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Adding speech, voice cloning and video generation to an MCP client through one provider.
You don't have a MiniMax API key; the key and API host must also match the same region.
About MiniMax MCP
MiniMax's official MCP server lets clients such as Claude Desktop, Cursor and Windsurf generate speech, clone voices and create images and video through MiniMax APIs. A JavaScript implementation is maintained separately, and MiniMax now recommends its mmx-cli command-line tool for its newest models.
MiniMax MCP is an open-source project written primarily in Python, with 1.6k stars on GitHub. It was last updated in August 2026.
Add MiniMax MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-api-key> with your own value first.
Claude Code
claude mcp add minimax-mcp -e 'MINIMAX_API_KEY=<your-api-key>' -- uvx minimax-mcp -yCursor
{
"mcpServers": {
"minimax-mcp": {
"command": "uvx",
"args": ["minimax-mcp", "-y"],
"env": {
"MINIMAX_API_KEY": "<your-api-key>"
}
}
}
}VS Code
{
"servers": {
"minimax-mcp": {
"type": "stdio",
"command": "uvx",
"args": ["minimax-mcp", "-y"],
"env": {
"MINIMAX_API_KEY": "<your-api-key>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"minimax-mcp": {
"command": "uvx",
"args": ["minimax-mcp", "-y"],
"env": {
"MINIMAX_API_KEY": "<your-api-key>"
}
}
}
}Codex
[mcp_servers.minimax-mcp]
command = "uvx"
args = ["minimax-mcp", "-y"]
env = { MINIMAX_API_KEY = "<your-api-key>" }MiniMax MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MiniMax MCPthis listing | 1.6k | Python | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
