MiniMax MCP
The official MiniMax MCP server brings advanced AI media generation capabilities to your workflows. It allows models to generate high-quality text-to-speech, images, and videos. MiniMax is a powerful tool for creators and developers looking to integrate state-of-the-art generative AI into their applications.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"minimax": {
"command": "npx",
"args": [
"-y",
"@minimax-ai/mcp-server"
],
"env": {
"MINIMAX_API_KEY": "YOUR_API_KEY",
"MINIMAX_GROUP_ID": "YOUR_GROUP_ID"
}
}
}
}Key Features
High-quality text-to-speech generation
Advanced image generation and editing
AI-powered video creation
Fast API response and reliable service
Server Details
The official MiniMax MCP server brings advanced AI media generation capabilities to your workflows. It allows models to generate high-quality text-to-speech, images, and videos. MiniMax is a powerful tool for creators and developers looking to integrate state-of-the-art generative AI into their applications.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository