
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
mcp-minimax
Advanced tools
Model Context Protocol server for MiniMax H3 multimodal video generation through AceDataCloud.
| 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 |
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.
pipx install mcp-minimax
export ACEDATACLOUD_API_TOKEN="YOUR_API_TOKEN"
mcp-minimax
Get a token from AceDataCloud.
claude mcp add minimax --transport stdio \
--env ACEDATACLOUD_API_TOKEN=YOUR_API_TOKEN \
-- mcp-minimax
{
"mcpServers": {
"minimax": {
"command": "mcp-minimax",
"env": {
"ACEDATACLOUD_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}
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.
pip install -e ".[dev,test]"
ruff check .
pytest --cov=core --cov=tools
mypy core tools
MIT
FAQs
MCP server for MiniMax H3 multimodal video generation via AceDataCloud
We found that mcp-minimax demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.