MiniMax MCP
Interact with MiniMax's powerful Text-to-Speech, image, and video generation APIs.
Ads
Overview
> 💡 Recommended: MiniMax CLI (mmx-cli) — our official command-line tool with the latest models and additional features including text, vision, and search. Works as an AI agent skill for Claude Code, Cursor, OpenClaw, etc. - 中文文档 - MiniMax-MCP-JS - Official JavaScript implementation of MiniMax MCP 1. Get your API key from MiniMax. 2. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods. 3. Important: The API host and key vary by region and must match; otherwise, you'll encounter an Invalid API key error.
Installation
uvx minimax-mcp -y
Configuration
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": [
"minimax-mcp",
"-y"
],
"env": {
"MINIMAX_API_KEY": "insert-your-api-key-here",
"MINIMAX_MCP_BASE_PATH": "local-output-dir-path, such as /User/xxx/Desktop",
"MINIMAX_API_HOST": "api host, https://api.minimax.io | https://api.minimaxi.com",
"MINIMAX_API_RESOURCE_MODE": "optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format"
}
}
}
}Capabilities
- Voice cloning
Provide sample audio files to `voice_clone` and generate speech in that cloned voice.
- Text to speech
Ask your assistant to convert written text into natural-sounding audio using `text_to_audio` with a chosen voice.
- Custom voice design
Describe a voice in natural language and use `voice_design` to create it with preview audio.
- Video generation
Generate videos from text prompts via `generate_video` and track progress with `query_video_generation`.
- Image creation
Turn a text prompt into an image using `text_to_image`.
- Voice library
Browse available voices with `list_voices` to pick the right one for your project.
Tags
- video
- content-creation
- text-to-speech
- audio
- cloud-infrastructure
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.