The Minimax MCP Tools server provides async access to Minimax APIs for image generation and text-to-speech. It exposes endpoints for creating images from text prompts and converting text to speech. Developers use it to integrate Minimax's AI capabilities into applications, automating content creation and enhancing user interactions with voice and visual outputs.
The Minimax MCP Tools server provides async access to Minimax APIs for image generation and text-to-speech. It exposes endpoints for creating images from text prompts and converting text to speech. Developers use it to integrate Minimax's AI capabilities into applications, automating content creation and enhancing user interactions with voice and visual outputs.
npx -y minimax-mcp-toolsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"psycharch-minimax-mcp-tools-github": {
"command": "npx",
"args": [
"-y",
"npx -y minimax-mcp-tools"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from minimax mcp tools?"
API Key Required
This server requires an API key from minimax mcp tools. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MINIMAX_MCP_TOOLS_API_KEY | Yes | Your minimax mcp tools API key |
"What resources are available in minimax mcp tools?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in minimax mcp tools"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in minimax mcp tools with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.