Minimax MCP Server
Project description
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video/image generation APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, generate video, generate image and more.
Quickstart with MCP Client
- Get your API key from MiniMax.
- Install
uv(Python package manager), install withcurl -LsSf https://astral.sh/uv/install.sh | shor see theuvrepo for additional install methods.
Claude Desktop
Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json to include the following:
{
"mcpServers": {
"MiniMax": {
"command": "uvx"
"args": [
"minimax-mcp"
],
"env": {
"MINIMAX_API_KEY": "<insert-your-api-key-here>",
"MINIMAX_MCP_BASE_PATH": "<local-output-dir-path>",
"MINIMAX_API_HOST": "https://api.minimaxi.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".
Cursor
Go to Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server to add above config.
That's it. Your MCP client can now interact with MiniMax through these tools:
Example usage
⚠️ Warning: Using these tools may incur costs.
1. broadcast a segment of the evening news
2. clone a voice
3. generate a video
4. generate images
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minimax_mcp-0.0.8.tar.gz.
File metadata
- Download URL: minimax_mcp-0.0.8.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb88d5e3efabd28d8553629a7043438aba0d90f76ec4a79e20c5c6501b011596
|
|
| MD5 |
f921f4317c14e07418ddaa013832d7d4
|
|
| BLAKE2b-256 |
182313c033f113ac9a10b4256d69032b73c81579118b8821e83ef4e4fb01e31b
|
File details
Details for the file minimax_mcp-0.0.8-py3-none-any.whl.
File metadata
- Download URL: minimax_mcp-0.0.8-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ec57ae32f1d84ceef7bf2f548f94415be2d0e7d667633f7f1392c41743d0a7d
|
|
| MD5 |
0620870babc975bba1e7f2c1c2fe0b63
|
|
| BLAKE2b-256 |
edc584b339b2aa7e0222152388b988b4946f06a2ccd5a2e6a7b13cc9b0bdc624
|