Minimax
@ropon
About Minimax
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video generation APIs.
Basic information
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.
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 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,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments