Minimax MCP Tools
Integrates with the Minimax API for AI-powered image generation and text-to-speech.
Minimax MCP Tools

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.
English | įŽäŊ䏿
MCP Configuration
Add to your MCP settings:
{
"mcpServers": {
"minimax-mcp-tools": {
"command": "npx",
"args": ["minimax-mcp-tools"],
"env": {
"MINIMAX_API_KEY": "your_api_key_here"
}
}
}
}
Async Design - Perfect for Content Production at Scale
This MCP server uses an asynchronous submit-and-barrier pattern designed for batch content creation:
đŦ Narrated Slideshow Production - Generate dozens of slide images and corresponding narration in parallel
đ AI-Driven Audiobook Creation - Produce chapters with multiple voice characters simultaneously
đŧī¸ Website Asset Generation - Create consistent visual content and audio elements for web projects
đ¯ Multimedia Content Pipelines - Perfect for LLM-driven content workflows requiring both visuals and audio
Architecture Benefits:
- Submit Phase: Tools return immediately with task IDs, tasks execute in background
- Smart Rate Limiting: Adaptive rate limiting (10 RPM images, 20 RPM speech) with burst capacity
- Barrier Synchronization:
task_barrierwaits for all tasks and returns comprehensive results - Batch Optimization: Submit multiple tasks to saturate rate limits, then barrier once for maximum throughput
Tools
submit_image_generation
Submit Image Generation Task - Generate images asynchronously.
Required: prompt, outputFile
Optional: aspectRatio, customSize, seed, subjectReference, style
submit_speech_generation
Submit Speech Generation Task - Convert text to speech asynchronously.
Required: text, outputFile
Optional: highQuality, voiceId, speed, volume, pitch, emotion, format, sampleRate, bitrate, languageBoost, intensity, timbre, sound_effects
task_barrier
Wait for Task Completion - Wait for ALL submitted tasks to complete and retrieve results. Essential for batch processing.
Architecture
sequenceDiagram
participant User
participant MCP as MCP Server
participant TM as Task Manager
participant API as Minimax API
Note over User, API: Async Submit-and-Barrier Pattern
User->>MCP: submit_image_generation(prompt1)
MCP->>TM: submitImageTask()
TM-->>MCP: taskId: img-001
MCP-->>User: "Task img-001 submitted"
par Background Execution (Rate Limited)
TM->>API: POST /image/generate
API-->>TM: image data + save file
end
User->>MCP: submit_speech_generation(text1)
MCP->>TM: submitTTSTask()
TM-->>MCP: taskId: tts-002
MCP-->>User: "Task tts-002 submitted"
par Background Execution (Rate Limited)
TM->>API: POST /speech/generate
API-->>TM: audio data + save file
end
User->>MCP: submit_image_generation(prompt2)
MCP->>TM: submitImageTask()
TM-->>MCP: taskId: img-003
MCP-->>User: "Task img-003 submitted"
par Background Execution (Rate Limited)
TM->>API: POST /image/generate (queued)
API-->>TM: image data + save file
end
User->>MCP: task_barrier()
MCP->>TM: barrier()
TM->>TM: wait for all tasks
TM-->>MCP: results summary
MCP-->>User: â
All tasks completed<br/>Files available at specified paths
Note over User, API: Immediate Task Submission + Background Rate-Limited Execution
License
MIT
Related Servers
ClickUp MCP
Integrate ClickUp project management with AI to manage tasks, lists, and spaces.
Microsoft Office (PowerPoint & Excel)
Automate Microsoft PowerPoint and Excel on Windows using AI-powered COM automation.
Outlook
Access your Microsoft 365 mail, calendar, and files using the Microsoft Graph API.
Todoist
An unofficial server for managing Todoist tasks, allowing agents to create, list, and complete them.
zuckerbot-mcp
Run Facebook ad campaigns from any AI agent. Generate ads, research competitors, analyze markets, and launch Meta campaigns via API.
PDF Reader
Read text, metadata, and page count from PDF files securely within the project context.
n8n Manager for AI Agents
Manage n8n workflow automation instances through natural language using the n8n public API.
Outline
Interact with Outline, the open-source knowledge base and wiki, directly through your AI assistant.
AISecretary
A collection of MCP servers to automate virtual secretary tasks within the Microsoft Outlook suite, managing tools like Mail and Categories.
HomeVisto
HomeVisto offers a revolutionary solution by connecting remote property seekers with local "Scouts" who provide live, GPS-verified video tours of properties.