mcp.film

mcp.film / Video Generation / MiniMax MCP

MiniMax MCP

Officialby MiniMaxpaidverified Jun 11, 2026

Official MiniMax server: Hailuo video, image gen, music, TTS and voice cloning.

Rate it: no ratings yet

What it does

MiniMax's official MCP server exposes Hailuo video generation (MiniMax-Hailuo-02, 6s/10s at 768P/1080P), text-to-image, music generation (music-1.5), and best-in-class multilingual TTS with voice cloning and voice design. One vendor and one key covers both your shots and your dialogue — rare breadth for a single official server.

Connect

Claude Code
claude mcp add minimax -e MINIMAX_API_KEY=YOUR_KEY -e MINIMAX_API_HOST=https://api.minimax.io -- uvx minimax-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "minimax": {
      "command": "uvx",
      "args": [
        "minimax-mcp"
      ],
      "env": {
        "MINIMAX_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "minimax": {
      "command": "uvx",
      "args": [
        "minimax-mcp"
      ],
      "env": {
        "MINIMAX_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env MINIMAX_API_KEY — https://platform.minimax.io — key region must match MINIMAX_API_HOST (api.minimax.io global / api.minimaxi.com mainland) or auth fails

Tools you'll see

generate_videoquery_video_generationtext_to_imagetext_to_audiovoice_clonevoice_designmusic_generationlist_voices

Field notes

MIT, ~1.5k stars, actively maintained, with an official JS sibling (MiniMax-AI/MiniMax-MCP-JS). MINIMAX_API_RESOURCE_MODE toggles URL vs local-file output; MINIMAX_MCP_BASE_PATH sets the output directory.

Pairs well with