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-speech, and voice cloning APIs.
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-speech, and voice cloning APIs.
npx -y minimax-mcp-jsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"minimax-ai-minimax-mcp-js-github": {
"command": "npx",
"args": [
"-y",
"npx -y minimax-mcp-js"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MiniMax MCP JS?"
API Key Required
This server requires an API key from MiniMax MCP JS. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MINIMAX_MCP_JS_API_KEY | Yes | Your MiniMax MCP JS API key |
"What resources are available in MiniMax MCP JS?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MiniMax MCP JS"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MiniMax MCP JS with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.