Skip to content
Agent Search Engine.

Record · minimax-mcpMCP serverOpen sourceVerified Sep 23, 2026

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.

Best for

Adding speech, voice cloning and video generation to an MCP client through one provider.

Avoid if

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 CodeRun in your terminal
claude mcp add minimax-mcp -e 'MINIMAX_API_KEY=<your-api-key>' -- uvx minimax-mcp -y
Cursor~/.cursor/mcp.json or .cursor/mcp.json
{
  "mcpServers": {
    "minimax-mcp": {
      "command": "uvx",
      "args": ["minimax-mcp", "-y"],
      "env": {
        "MINIMAX_API_KEY": "<your-api-key>"
      }
    }
  }
}
VS Code.vscode/mcp.json
{
  "servers": {
    "minimax-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["minimax-mcp", "-y"],
      "env": {
        "MINIMAX_API_KEY": "<your-api-key>"
      }
    }
  }
}
Claude Desktopclaude_desktop_config.json
{
  "mcpServers": {
    "minimax-mcp": {
      "command": "uvx",
      "args": ["minimax-mcp", "-y"],
      "env": {
        "MINIMAX_API_KEY": "<your-api-key>"
      }
    }
  }
}
Codex~/.codex/config.toml
[mcp_servers.minimax-mcp]
command = "uvx"
args = ["minimax-mcp", "-y"]
env = { MINIMAX_API_KEY = "<your-api-key>" }

Check the project's README for required accounts, keys and permissions before connecting. Setup guide for each client →

For agent buildersMake your product part of the discovery.Explore advertising

MiniMax MCP vs. the alternatives

All 163 alternatives →
RecordStarsPricing
MiniMax MCPMCP serverthis listing1.6kOpen source
MCP Reference ServersMCP server91kOpen source
context7MCP server62kOpen source
chrome-devtools-mcpMCP server53kOpen source
Playwright MCPMCP server37kOpen source
github-mcp-serverMCP server33kOpen source

See all 163 MiniMax MCP alternatives, compared →