MCP server for multimodal API access
Top 42.0% on sourcepulse
This repository provides the official MiniMax Model Context Protocol (MCP) server, enabling integration with MiniMax's powerful AI capabilities for text-to-speech, voice cloning, image generation, and video generation. It targets developers and users of MCP-compatible clients like Claude Desktop and Cursor, offering a unified interface to advanced generative AI models.
How It Works
The server acts as a bridge, translating requests from MCP clients into API calls to MiniMax's backend services. It supports both stdio
for local execution and SSE
(Server-Sent Events) for cloud deployments, facilitating communication via standard output or network streams. This architecture allows seamless integration of generative AI features into existing workflows and applications.
Quick Start & Requirements
uv
package manager: curl -LsSf https://astral.sh/uv/install.sh | sh
claude_desktop_config.json
) with MINIMAX_API_KEY
, MINIMAX_API_HOST
(Global: https://api.minimaxi.chat
, Mainland: https://api.minimax.chat
), and optionally MINIMAX_MCP_BASE_PATH
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README warns that using these tools may incur costs. Specific licensing and commercial use terms are not detailed, requiring further investigation. The uvx
command path may need manual configuration if not found automatically.
3 weeks ago
1 day