Minimax
@ropon
About Minimax
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video generation APIs.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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",
"MINIMAX_API_RESOURCE_MODE": "<optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format>"
}
}
}
}Tools
5Convert text to audio with a given voice
List all voices available
Clone a voice using provided audio files
Generate a video from a prompt
Generate a image from a prompt
Overview
What is Minimax?
Minimax is an official Model Context Protocol (MCP) server that enables interaction with MiniMax's text‑to‑speech, voice cloning, video generation, and image generation APIs. It is designed for MCP clients like Claude Desktop, Cursor, Windsurf, and OpenAI Agents.
How to use Minimax?
Obtain an API key from the MiniMax platform, then install the server via uvx minimax-mcp. Configure your MCP client (e.g., Claude Desktop or Cursor) by adding a JSON entry with your API key, output directory, host, and optional resource mode. The server can then be used through the provided tools.
Key features of Minimax
- Convert text to speech with selectable voices.
- List all available voices.
- Clone a voice using provided audio files.
- Generate video from a text prompt.
- Generate images from text prompts.
- Supports both stdio and SSE transport protocols.
Use cases of Minimax
- Broadcast a segment of the evening news using text‑to‑speech.
- Clone a voice for personalized audio content.
- Generate short videos from textual descriptions.
- Create images on demand for illustrations or presentations.
- Integrate voice and media generation into AI assistants and coding tools.
FAQ from Minimax
What MCP clients does Minimax support?
Minimax works with Claude Desktop, Cursor, Windsurf, and OpenAI Agents, as well as any MCP‑compatible client.
How do I get a MiniMax API key?
Go to the MiniMax platform, navigate to the user center, and create an API key from the interface key section.
What transports are available?
The server supports stdio (local execution via stdout) and SSE (can be deployed locally or in the cloud, network communication).
Does using Minimax incur costs?
Yes, using the tools may incur costs based on MiniMax API pricing.
What is the code license for the MCP server?
The code is licensed under the MIT License.
Frequently asked questions
What MCP clients does Minimax support?
Minimax works with Claude Desktop, Cursor, Windsurf, and OpenAI Agents, as well as any MCP‑compatible client.
How do I get a MiniMax API key?
Go to the MiniMax platform, navigate to the user center, and create an API key from the interface key section.
What transports are available?
The server supports stdio (local execution via stdout) and SSE (can be deployed locally or in the cloud, network communication).
Does using Minimax incur costs?
Yes, using the tools may incur costs based on MiniMax API pricing.
What is the code license for the MCP server?
The code is licensed under the MIT License.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Comments