Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to…
| Tool name | Description | Destructive? |
|---|---|---|
| text_to_audio | ✓ no | |
| list_voices | ✓ no | |
| play_audio | ✓ no | |
| voice_clone | ✓ no | |
| text_to_image | ✓ no |
| generate_video | ✓ no | |
| image_to_video | ✓ no | |
| query_video_generation | ✓ no | |
| music_generation | ✓ no | |
| voice_design | ✓ no |
{
"mcpServers": {
"minimax-js": {
"command": "npx",
"args": [
"-y",
"minimax-mcp-js"
]
}
}
}