Back to Discover

MinimaxMCP

connector

AceDataCloud

MCP server for MiniMax H3 multimodal video generation

View on GitHub
0 starsSynced Aug 7, 2026

Install to Claude Code

/plugin marketplace add AceDataCloud/MinimaxMCP

README

MiniMax H3 MCP

PyPI Python License

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
  • Asynchronous task retrieval, batch retrieval, and deletion
  • Hosted OAuth HTTP transport and local stdio transport

Tools

ToolPurpose
minimax_generate_video_from_textGenerate from a detailed prompt
minimax_generate_video_from_imagesGenerate from one to nine image URLs
minimax_generate_video_from_audioGenerate with one to three audio URLs and required images
minimax_generate_videoGenerate from the full documented content schema
minimax_get_taskRetrieve one task
minimax_get_tasks_batchRetrieve several tasks
minimax_delete_taskDelete one task
minimax_list_modelsShow model constraints
minimax_list_actionsShow 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.

Generation tools submit asynchronously. Poll the returned task ID with minimax_get_task until the final AceDataCloud CDN video is available.

Development

pip install -e ".[dev,test]"
ruff check .
pytest --cov=core --cov=tools
mypy core tools

License

MIT

Rendered live from AceDataCloud/MinimaxMCP's GitHub README — not stored, always reflects the source repo.

2 Install Methods

NameDescriptionCategorySource
pypi packageInstall via pypi (stdio transport)mcp-servermcp-minimax
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://minimax.mcp.acedata.cloud/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.