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.1.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.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: minimax_mcp-0.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 65e70488351ee1bbe89f828c890dd7c67ca96d83403247b345b73a5594f23a3c
MD5 a589aba21e80377d44835c372c61950b
BLAKE2b-256 ce11d664b20c8bcebed9aa5f63c31ec21940595159b7111bc652aaff9c02b86d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minimax_mcp-0.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d905c4aed7b5eb44482e0a0b9acc1460537fda6deb0331560008a9fbe1f9542b
MD5 e51561ca37c34eb985f49dfa10a7a849
BLAKE2b-256 22aa73b2b585b909327e85d673d2959dc767c2a428708f3822127748f5c21131

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