mcp-minimax
Rank #6,974io.github.AceDataCloud/mcp-minimax
MCP server for MiniMax H3 multimodal video generation
mcp-minimax is a Model Context Protocol (MCP) server published by acedatacloud. It ranks #6,974 of 115,460 servers tracked on MCP Toplist. mcp-minimax is listed across 2 registries — Official MCP and Glama, with 11 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 108,486 of 115,460 servers on MCP Toplist.
Use mcp-minimax
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-minimax https://minimax.mcp.acedata.cloud/mcpclaude mcp add mcp-minimax -e "ACEDATACLOUD_API_TOKEN=<your ACEDATACLOUD_API_TOKEN>" -- uvx mcp-minimaxReplace each placeholder with your own value before saving.
[mcp_servers.mcp-minimax]
url = "https://minimax.mcp.acedata.cloud/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-minimax]
command = "uvx"
args = ["mcp-minimax"]
[mcp_servers.mcp-minimax.env]
ACEDATACLOUD_API_TOKEN = "<your ACEDATACLOUD_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://minimax.mcp.acedata.cloud/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-minimax": {
"url": "https://minimax.mcp.acedata.cloud/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-minimax": {
"type": "http",
"url": "https://minimax.mcp.acedata.cloud/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-minimax": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-minimax"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-minimax": {
"serverUrl": "https://minimax.mcp.acedata.cloud/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-minimax": {
"url": "https://minimax.mcp.acedata.cloud/mcp"
}
}
}{
"mcpServers": {
"mcp-minimax": {
"command": "uvx",
"args": [
"mcp-minimax"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<your ACEDATACLOUD_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AceDataCloud%2Fmcp-minimax)<a href="https://mcptoplist.com/server/io.github.AceDataCloud%2Fmcp-minimax"><img src="https://mcptoplist.com/badge/io.github.AceDataCloud%2Fmcp-minimax.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
acedatacloud
Other servers by acedatacloud
- MCP Suno#818 · 44 vers
- Midjourney#1,417 · 42 vers
- MCP Seedance#1,467 · 41 vers
- MCP Nanobanana Pro#1,967 · 46 vers
- MCP Veo#2,818 · 43 vers
- MCP Seedream Pro#2,846 · 42 vers
- MCP Flux Pro#2,874 · 39 vers
- AceDataCloud Producer#4,005 · 23 vers
- MCP Sora#4,223 · 37 vers
- MCP Luma#4,307 · 35 vers
- MCP Serp#4,354 · 34 vers
- KlingMCP#4,505 · 30 vers
Available versions (11)
| Version | Published |
|---|---|
| 2026.8.28.0 | Aug 28, 2026 |
| 2026.8.23.0 | Aug 23, 2026 |
| 2026.8.18.0 | Aug 18, 2026 |
| 2026.8.17.4 | Aug 17, 2026 |
| 2026.8.17.0 | Aug 17, 2026 |
| 2026.8.15.0 | Aug 15, 2026 |
| 2026.8.10.0 | Aug 10, 2026 |
| 2026.8.9.0 | Aug 9, 2026 |
| 2026.8.8.0 | Aug 8, 2026 |
| 2026.8.7.3 | Aug 7, 2026 |
| 2026.8.7.0 | Aug 7, 2026 |
Frequently asked questions
- Who maintains mcp-minimax?
- mcp-minimax is maintained by acedatacloud, which publishes 29 MCP servers (651 total versions) tracked on MCP Toplist.
- Is mcp-minimax listed on the Official MCP Registry?
- Yes — mcp-minimax is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-minimax have?
- MCP Toplist tracks 11 versions of mcp-minimax, most recently published on Aug 28, 2026.
- Where can I find the source code for mcp-minimax?
- The source code for mcp-minimax is hosted at github.com/AceDataCloud/MinimaxMCP.