MiniMax MCP exposes APIs for text-to-speech, image generation, and video generation. It connects to MiniMax's multimedia generation services. Developers use it to integrate AI-generated audio and video into applications.
MiniMax MCP exposes APIs for text-to-speech, image generation, and video generation. It connects to MiniMax's multimedia generation services. Developers use it to integrate AI-generated audio and video into applications.
pip install MiniMax-MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"minimax-ai-minimax-mcp-github": {
"command": "uvx",
"args": [
"pip install MiniMax-MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MiniMax MCP?"
API Key Required
This server requires an API key from MiniMax MCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MINIMAX_MCP_API_KEY | Yes | Your MiniMax MCP API key |
"What resources are available in MiniMax MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MiniMax MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MiniMax MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.