Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities
If you already use MiniMax MCP JS, the minimax mcp js mcp server is the piece that lets your assistant work with it directly. Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
voice_design — Generate personalized voices from text descriptionsgenerate_video — Now supports MiniMax-Hailuo-02 with 6s/10s duration and 768P/1080P resolution optionsmusic_generation — High-quality music creation with music-1.5 modelCursor — Go to Cursor → Preferences → Cursor Settings → MCP → Add new global MCP Server to add the above config@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: MINIMAX_API_HOST, MINIMAX_API_KEY, MINIMAX_MCP_BASE_PATH, MINIMAX_RESOURCE_MODE. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MiniMax MCP JS's toolset — voice_design, generate_video, music_generation and 1 more — is a fair guide to whether it matches your workflow. It is maintained by MiniMax-AI; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| voice_design | Generate personalized voices from text descriptions |
| generate_video | Now supports MiniMax-Hailuo-02 with 6s/10s duration and 768P/1080P resolution options |
| music_generation | High-quality music creation with music-1.5 model |
| Cursor | Go to Cursor → Preferences → Cursor Settings → MCP → Add new global MCP Server to add the above config. |
{
"mcpServers": {
"minimax-mcp-js": {
"command": "npx",
"args": [
"-y",
"minimax-mcp-js"
],
"env": {
"MINIMAX_API_HOST": "<https://api.minimaxi.chat|https://api.minimax.chat>",
"MINIMAX_API_KEY": "<your-api-key-here>",
"MINIMAX_MCP_BASE_PATH": "<local-output-dir-path, such as /User/xxx/Desktop>",
"MINIMAX_RESOURCE_MODE": "<optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MINIMAX_API_HOST | Endpoint or connection string the server talks to. | Optional |
| MINIMAX_API_KEY | Credential the server authenticates with. | Yes |
| MINIMAX_MCP_BASE_PATH | Filesystem location the server is allowed to use. | Optional |
| MINIMAX_RESOURCE_MODE | Configuration value read at startup. | Optional |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.