pypi mcp-minimaxstreamable-httpMITupdated 11d ago
Model Context Protocol server for MiniMax H3 multimodal video generation through AceDataCloud.
What can you do with mcp minimax?
MiniMax H3 MCP
Model Context Protocol server for MiniMax H3 multimodal video generation through AceDataCloud.
Capabilities
- Text-to-video
- Image-, video-, and audio-guided video generation
- 4–15 second output in 768P or 2K, with adaptive, landscape, portrait, and square ratios
- Optional asynchronous submission, task retrieval, batch retrieval, and deletion
- Hosted OAuth HTTP transport and local stdio transport
Tools
| Tool | Purpose |
|---|---|
minimax_generate_video_from_text |
Generate from a detailed prompt |
minimax_generate_video_from_images |
Generate from one to nine image URLs |
minimax_generate_video_from_audio |
Generate with one to three audio URLs and required images |
minimax_generate_video |
Generate from the full documented content schema |
minimax_list_tasks |
List tasks with optional timestamp filters |
minimax_get_task |
Retrieve one task |
minimax_get_tasks_batch |
Retrieve several tasks |
minimax_delete_task |
Delete one task |
minimax_list_models |
Show model constraints |
minimax_list_actions |
Show available workflows |
Hosted server
https://minimax.mcp.acedata.cloud/mcp
The hosted server supports AceDataCloud OAuth. MCP clients that support remote OAuth can connect directly to this URL.
Public API reference: MiniMax H3 Videos API.
Local installation
pipx install mcp-minimax
export ACEDATACLOUD_API_TOKEN="YOUR_API_TOKEN"
mcp-minimax
Get a token from AceDataCloud.
Claude Code
claude mcp add minimax --transport stdio \
--env ACEDATACLOUD_API_TOKEN=YOUR_API_TOKEN \
-- mcp-minimax
Generic MCP configuration
{
"mcpServers": {
"minimax": {
"command": "mcp-minimax",
"env": {
"ACEDATACLOUD_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}
Examples
Text:
Generate a 6-second 16:9 video: a red fox running through a snowy forest at dawn, low tracking shot.
Images:
Animate these two reference images for 8 seconds while preserving the character and clothing.
Audio:
Create a 9:16 dance video guided by this audio, with cuts and motion following the beat.
The HTTP API waits for completion by default, while MCP generation tools default async to true so agents receive a task ID immediately. Poll it with minimax_get_task until the final AceDataCloud CDN video is available. Set async=false only when the client can safely wait for the complete result.
Development
pip install -e ".[dev,test]"
ruff check .
pytest --cov=core --cov=tools
mypy core tools
Documentation
License
MIT
Install
Add mcp minimax to your client. Pick the one you use.
{
"servers": {
"mcp-minimax": {
"type": "http",
"url": "https://minimax.mcp.acedata.cloud/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-minimax -- uvx mcp-minimaxcodex mcp add mcp-minimax -- uvx mcp-minimaxamp mcp add mcp-minimax -- uvx mcp-minimax{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-minimax": {
"type": "local",
"command": "uvx",
"args": [
"mcp-minimax"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-minimax": {
"command": {
"path": "uvx",
"args": [
"mcp-minimax"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-minimaxRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
10 tools
mcp minimax exposes 10 tools to a connected agent.
- minimax_generate_video_from_text
- Generate from a detailed prompt
- minimax_generate_video_from_images
- Generate from one to nine image URLs
- minimax_generate_video_from_audio
- Generate with one to three audio URLs and required images
- minimax_generate_video
- Generate from the full documented content schema
- minimax_list_tasks
- List tasks with optional timestamp filters
- minimax_get_task
- Retrieve one task
- minimax_get_tasks_batch
- Retrieve several tasks
- minimax_delete_task
- Delete one task
- minimax_list_models
- Show model constraints
- minimax_list_actions
- Show available workflows
Score
86 / 100
Excellent
- Documentation22/25
- Maintenance25/25
- Trust16/20
- Capability8/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2026.8.28.0Latest | Aug 28, 2026 |
| 2026.8.23.0 | Aug 23, 2026 |
| 2026.8.18.0 | Aug 18, 2026 |
| 2026.8.17.4 | Aug 17, 2026 |
| 2026.8.17.3 | Aug 17, 2026 |
| 2026.8.17.2 | Aug 17, 2026 |
| 2026.8.17.1 | Aug 17, 2026 |
| 2026.8.17.0 | Aug 17, 2026 |
| 2026.8.15.0 | Aug 15, 2026 |
| 2026.8.10.0 | Aug 10, 2026 |
| 2026.8.9.4 | Aug 9, 2026 |
| 2026.8.9.3 | Aug 9, 2026 |
| 2026.8.9.2 | Aug 9, 2026 |
| 2026.8.9.1 | Aug 9, 2026 |
| 2026.8.9.0 | Aug 9, 2026 |
| 2026.8.8.0 | Aug 8, 2026 |
| 2026.8.7.3 | Aug 7, 2026 |
| 2026.8.7.2 | Aug 7, 2026 |
| 2026.8.7.1 | Aug 7, 2026 |
| 2026.8.7.0 | Aug 7, 2026 |