
minimax-mcp
Official MiniMax Model Context Protocol (MCP) server enabling seamless access to high-quality Text-to-Speech, voice cloning, image generation, and video generation tools for MCP-compatible AI clients like Claude Desktop, Cursor, and more.
Overview
minimax-mcp is the official Python implementation of the Model Context Protocol (MCP) server from MiniMax. It provides a standardized way for AI applications and clients to access MiniMax’s advanced multimodal generative capabilities through the MCP interface.
It supports high-quality Text-to-Speech (TTS), voice cloning, text-to-image, and text-to-video (including image-to-video) generation, making it easy to add rich media features to compatible AI tools.
Key Features
- Multimodal Tools: Text-to-Speech, voice cloning, image generation, and video generation powered by MiniMax APIs.
- Transports: stdio (default for local use) and SSE.
- Easy Setup: Run via
uvx minimax-mcpafter setting yourMINIMAX_API_KEY. - Client Support: Works with Claude Desktop, Cursor, Windsurf, OpenAI Agents, and other MCP-compatible clients.
- Self-Hostable: Run locally for privacy and low latency.
- Official Maintenance: Developed and supported by MiniMax-AI.
A JavaScript/TypeScript version is also available: MiniMax-MCP-JS.
Quick Start
- Get a MiniMax API key from platform.minimax.io.
- Install uv.
- Add the server to your MCP client configuration (e.g. Claude Desktop
mcp.json):
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": ["minimax-mcp"],
"env": {
"MINIMAX_API_KEY": "sk-..."
}
}
}
}
The server will then be automatically available to your AI client.
Use Cases
- Generating images or videos directly from natural language prompts inside coding or chat interfaces.
- Adding realistic voice output and custom voice cloning to AI assistants.
- Building multimodal AI agents that combine text, audio, and visual generation.
- Rapid prototyping of creative workflows with professional-grade media tools.
Resources
- Python Repository: https://github.com/MiniMax-AI/MiniMax-MCP
- JavaScript Version: https://github.com/MiniMax-AI/MiniMax-MCP-JS
- Official MCP Guide: https://platform.minimax.io/docs/guides/mcp-guide
- Model Context Protocol: https://modelcontextprotocol.io
Note: This is the core multimodal MCP server. A separate MiniMax-Coding-Plan-MCP exists for coding-specific web search and image understanding tools.
Tags
Related Entries
Keep exploring similar tools and resources in this category.

Agent Reach
MCP ServersAgent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.
TinyFish
MCP ServersTinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.

FetchSandbox
MCP ServersFetchSandbox is a stdio MCP server and hosted API-sandbox service that lets AI coding agents import OpenAPI 3.x specifications, discover runnable workflows, and execute stateful integration tests without using production API credentials. It is designed for validating request flows, lifecycle state, webhooks, retries, and shareable run traces from MCP-compatible development tools.
DataForSEO MCP Server
MCP ServersDataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.
Related Reads
Background, tutorials, and protocol context connected to this entry.



