Skip to main content

Minimax MCP Server

Project description

export

Official Minimax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and audio processing APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, transcribe audio, and more.

Quickstart with Claude Desktop

  1. Get your API key from Minimax.
  2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods.
  3. Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:
{
  "mcpServers": {
    "Minimax": {
      "command": "/Users/minimax/py/minimax-mcp/.venv/bin/python", # 需要按本地环境进行配置
      "args": [
        "/Users/minimax/py/minimax-mcp/minimax_mcp/server.py" # 需要按本地环境进行配置
      ],
      "env": {
        "MINIMAX_API_KEY": "<insert-your-api-key-here>",
        "MINIMAX_MCP_BASE_PATH": "<local-output-dir-path>",
        "MINIMAX_API_HOST": "https://api.minimax.chat"
      }
    }
  }
}

If you're using Windows, you will have to enable "Developer Mode" in Claude Desktop to use the MCP server. Click "Help" in the hamburger menu in the top left and select "Enable Developer Mode".

Other MCP clients

For other clients like Cursor and Windsurf, run:

  1. pip install minimax-mcp // 尚未上传到 pypi 仓库
  2. python -m minimax_mcp --api-key={{PUT_YOUR_API_KEY_HERE}} --print to get the configuration. Paste it into appropriate configuration directory specified by your MCP client.

That's it. Your MCP client can now interact with Minimax through these tools:

Example usage

⚠️ Warning: Minimax credits are needed to use these tools.

Try asking Claude:

todo

Optional features

You can add the MINIMAX_MCP_BASE_PATH environment variable to the claude_desktop_config.json to specify the base path MCP server should look for and output files specified with relative paths.

Contributing

Troubleshooting

Logs when running with Claude Desktop can be found at:

  • Windows: %APPDATA%\Claude\logs\mcp-server-minimax.log
  • macOS: ~/Library/Logs/Claude/mcp-server-minimax.log

Timeouts when using certain tools

Certain Minimax API operations like voice design and audio isolation can take a long time to resolve. When using the MCP inspector in dev mode you might get timeout errors, despite the tool completing its intended task.

This shouldn't occur when using a client like Claude.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minimax_mcp-0.0.2.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

minimax_mcp-0.0.2-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file minimax_mcp-0.0.2.tar.gz.

File metadata

  • Download URL: minimax_mcp-0.0.2.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for minimax_mcp-0.0.2.tar.gz
Algorithm Hash digest
SHA256 0a63af20db15b7393bfc489d3ab5507dc2e91aab01641c9ca972479572063afd
MD5 ac2dab1eb6015f1497d0c4c638eda9dc
BLAKE2b-256 751811449d9c7e331918695c99dc2bc0114244da416bf3ce205509e92045b6f5

See more details on using hashes here.

File details

Details for the file minimax_mcp-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: minimax_mcp-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for minimax_mcp-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a67df79226b7a3fcb76d7695a0c65872c6b95fa70246c948447a6d4d51f77dda
MD5 63471f3a3b662a79b884e944dbbd2910
BLAKE2b-256 985c0c132053c30964be90cb61c44043eb62533a83b93a5f79400f8064043317

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page