Official JavaScript implementation that integrates with MiniMax's multimodal capabilities for image generation, video creation, text-to-speech, and voice cloning across multiple transport modes.
Log in to the MiniMax Platform
Locate Your API Key
- In the MiniMax user center, navigate to "Basic Information" or "Interface Key".
- Find your API key listed under the section for API/Interface keys.
- Copy the API key provided. It may be labeled as "API 密钥" or "接口密钥" in Chinese.
Determine Your API Host
- Use the host
https://api.minimaxi.chat
for Global accounts (note the extra "i" in "minimaxi").
- Use
https://api.minimax.chat
for Mainland China accounts.
Fill in the FastMCP Connection Interface
- Click the "Install Now" button to add your ENVs in the FastMCP connection interface.
- Enter the following required ENV values:
- MINIMAX_API_KEY: Paste the API key you copied in Step 2.
- MINIMAX_API_HOST: Enter the correct host as determined in Step 3.
- Optionally, you may also configure:
- MINIMAX_MCP_BASE_PATH: Path where files will be saved locally (default is your Desktop).
- MINIMAX_RESOURCE_MODE: Mode for resource download (
url
for direct URLs or local
to save locally; defaults to url
).
Confirm and Save
- Review your entries to ensure accuracy.
- Save/apply these ENV values in the FastMCP interface to complete the setup.
You are now ready to use the MiniMax MCP JS plugin through FastMCP!