- Minimax
Minimax
What is MiniMax?
MiniMax is an official Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video/image generation APIs. It allows clients to generate speech, clone voices, create videos, and generate images.
How to use MiniMax?
To use MiniMax, obtain your API key from the MiniMax platform, install the required package, and configure your MCP client to connect to the MiniMax server using the provided API key and host.
Key features of MiniMax?
- Text to audio conversion with customizable voices.
- Voice cloning using provided audio files.
- Video generation from prompts.
- Image generation from prompts.
- Music generation from lyrics and prompts.
Use cases of MiniMax?
- Broadcasting segments of news with generated audio.
- Cloning voices for personalized audio content.
- Creating promotional videos from text descriptions.
- Generating images for creative projects.
FAQ from MiniMax?
-
What should I do if I get an invalid API key error?
Ensure your API key and API host are regionally aligned. -
How do I resolve the spawn uvx ENOENT error?
Confirm the absolute path of theuvxcommand and update your configuration accordingly. -
Can I use the generate_video tool in async-mode?
Yes, you can define completion rules before starting the video generation.
Server Config
{
"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"
}
}
}
}