MiniMax MCP
Generate MiniMax H3 multimodal videos in the AI Agent through MCP and manage asynchronous tasks.
Generate videos from text, images, or audio guidance.
Your API key is pre-filled in the snippet — copy and run it in your terminal or IDE.
This is only a basic call example. See the full docs for more parameters and advanced usage.
Generate 4–15 second videos from text, up to 9 reference images, or up to 3 reference audio tracks using a REST API. Unified asynchronous tasks, callbacks, billing, and CDN delivery, directly integrated into your content products.
No actions or multiple paths required; the interface automatically determines the generation mode based on content materials.
Directly generate short films from scene, action, shot, and style descriptions.
Control the start and end frames through first_frame and last_frame.
Combine reference images, videos, and audio to guide subjects, actions, sounds, and rhythms.
Immediately return task ID and receive the final CDN video via polling or callback_url.
curl -X POST 'https://api.acedata.cloud/minimax/videos' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "MiniMax-H3",
"content": [{
"type": "text",
"text": "A red fox running through a snowy forest at dawn, cinematic tracking shot"
}],
"resolution": "2K",
"ratio": "16:9",
"duration": 5
}'Parameters directly express creative intent, while the platform handles long task execution, result storage, and precise billing.
All modes must provide text; images, videos, and audio are labeled for use through corresponding types and roles.
The interface is fixed asynchronous; it immediately returns task_id upon success.
Get AceDataCloud CDN video from task.content.url via `/minimax/tasks` or callback.
The same model covers creative exploration, activation of static materials, and music rhythm short films.
Quickly generate horizontal ads or vertical social media materials from product selling points and shot scripts.
Constrain character, clothing, props, and scene style with multiple reference images.
Make dance, camera movement, and scene changes follow the rhythm of the reference audio.
Utilize AceDataCloud's unified authentication and task system without the need to build a separate media pipeline.
Create an application in the console and obtain a unified Bearer Token.
Select duration and aspect ratio, and add text, images, or audio materials.
Poll for tasks or receive callbacks to integrate CDN video into the product workflow.
Converge task execution, error semantics, usage records, and file delivery into a stable contract.
| Capability | AceDataCloud MiniMax H3 | Some Others |
|---|---|---|
| Multimodal Input | Unified entry for text, images, videos, and audio | Multiple interfaces stitched together |
| Long Tasks | Polling and Webhook | Requires self-built task queue |
| Result Files | Automatic storage on platform CDN | Inconsistent link lifecycle |
| Failure Billing | No charges for failures | Requires self-verification of bills |
The model is fixed to MiniMax-H3, and the mode is automatically inferred from the official V2 multimodal content array.
Only transmit text content, directly generating visuals from ideas, scripts, and shot descriptions.
Use the first frame or the first and last frames to control the start and end visuals of the video.
Combine reference images, videos, and audio to control subjects, actions, sounds, and rhythms.
Create fixed asynchronous tasks to obtain results through task queries or callbacks.
Charged by video seconds, only for successful tasks.
Key notes on modes, materials, duration, and task execution.
No. When content is only text, it is text-to-video; first_frame / last_frame is image-to-video; reference_* is multimodal reference video. All modes require non-empty text.
Resolution is required, supporting 768P and 2K; ratios support adaptive, 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16; duration is an integer from 4 to 15 seconds.
Create an interface that is fixed asynchronous and immediately returns task_id; use `/minimax/tasks` to query, and on success, get the video from task.content.url, or provide callback_url.
No. Only tasks that are successfully completed and return video results are charged based on final duration.
Combine other video capabilities based on model style and workflow needs.
One Token, one generation entry, a task system, start building multimodal video experiences.
Generate videos with Minimax multimodal video models using synchronous waits, asynchronous tasks, or completion callbacks.
Retrieve one or multiple Minimax video tasks with processing status, final videos, and standard task metadata.
We offer various credit packages. The more you purchase, the higher the discount you receive.
up to46% OFFGenerate MiniMax H3 multimodal videos in the AI Agent through MCP and manage asynchronous tasks.
Configuration Method
Connect to the current service in Claude Code:
/mcp to check the connection and tool list.export ACEDATACLOUD_API_TOKEN='YOUR_API_TOKEN'
claude mcp add --scope user --transport http 'minimax-mcp' 'https://minimax.mcp.acedata.cloud/mcp' --header 'Authorization: Bearer ${ACEDATACLOUD_API_TOKEN}'
Provide AI Agent with MiniMax H3 text-to-video, multi-image references, audio guidance, and task polling instructions.
Install the current Skill to Claude Code. Project-level configurations are shared across the repository, while user-level configurations apply to all projects on this machine.
npx skills add acedatacloud/skills --skill 'minimax-video' -a 'claude-code' --yes