MCP server for Hailuo (MiniMax) AI video generation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Hailuo.
hailuo_generate_videoGenerate AI video from a text prompt using Hailuo (MiniMax).
hailuo_generate_video_from_imageGenerate AI video from a reference image using Hailuo (MiniMax).
hailuo_get_taskQuery the status and result of a video generation task.
hailuo_get_tasks_batchQuery multiple video generation tasks at once.
hailuo_list_modelsList all available Hailuo models for video generation.
hailuo_list_actionsList all available Hailuo API actions and corresponding tools.
A Model Context Protocol (MCP) server for AI video generation using Hailuo (MiniMax) through the AceDataCloud API.
Generate AI videos directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
hailuo_generate_video | Generate AI video from a text prompt using Hailuo (MiniMax). |
hailuo_generate_video_from_image | Generate AI video from a reference image using Hailuo (MiniMax). |
hailuo_get_task | Query the status and result of a video generation task. |
hailuo_get_tasks_batch | Query multiple video generation tasks at once. |
hailuo_list_models | List all available Hailuo models for video generation. |
hailuo_list_actions | List all available Hailuo API actions and corresponding tools. |
AceDataCloud hosts a managed MCP server β no local installation required.
Endpoint: https://hailuo.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth β no API token needed:
https://hailuo.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token β the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
hailuo_generate_video | Generate video from a text prompt |
hailuo_generate_video_from_image | Generate video using a reference image |
| Tool | Description |
|---|---|
hailuo_get_task | Query a single task status |
hailuo_get_tasks_batch | Query multiple tasks at once |
| Tool | Description |
|---|---|
hailuo_list_models | List available models |
hailuo_list_actions | List available API actions |
| Model | Type | Description | Requires Image |
|---|---|---|---|
minimax-t2v | Text-to-Video | Generate video from text prompt (default) | No |
minimax-i2v | Image-to-Video | Generate video from a reference image | Yes |
minimax-i2v-director | Director Mode | Image-to-video with creative control | Yes |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-hailuo)<a href="https://allmcps.com/mcp/mcp-hailuo"><img src="https://allmcps.com/api/badge/mcp-hailuo?style=directory" alt="MCP Hailuo on AllMCPs" /></a>