Async MCP server with Minimax API integration for image generation and text-to-speech
If you want an AI assistant working directly with Minimax MCP Tools, the minimax mcp tools mcp server is the bridge. Async MCP server with Minimax API integration for image generation and text-to-speech.
A Model Context Protocol (MCP) server for Minimax AI integration, providing async image generation and text-to-speech with advanced rate limiting and error handling.
Once connected, the assistant can call these 3 tools directly:
submit_image_generation — The submit_image_generation tool exposed by this serversubmit_speech_generation — The submit_speech_generation tool exposed by this servertask_barrier — The task_barrier tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: MINIMAX_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Minimax MCP Tools sits in that group, and the shape of its toolset — submit_image_generation, submit_speech_generation, task_barrier — tells you what it is really for. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| submit_image_generation | The submit_image_generation tool exposed by this server. |
| submit_speech_generation | The submit_speech_generation tool exposed by this server. |
| task_barrier | The task_barrier tool exposed by this server. |
{
"mcpServers": {
"minimax-mcp-tools": {
"command": "npx",
"args": ["minimax-mcp-tools"],
"env": {
"MINIMAX_API_KEY": "your_api_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MINIMAX_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.