LogoSTMCP
Download
MiniMax MCP

MiniMax MCP

Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video/image generation APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, generate video, generate image and more.

Tools

1. text_to_audio

Convert text to audio with a given voice.

2. list_voices

List all voices available.

3. voice_clone

Clone a voice using provided audio files.

4. generate_video

Generate a video from a prompt.

5. text_to_image

Generate a image from a prompt.

6. query_video_generation

Query the result of video generation task.

7. music_generation

Generate a music track from a prompt and lyrics.

8. voice_design

Generate a voice from a prompt using preview text.

JSON Config

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": [
        "minimax-mcp",
        "-y"
      ],
      "env": {
        "MINIMAX_API_KEY": "insert-your-api-key-here",
        "MINIMAX_MCP_BASE_PATH": "local-output-dir-path, such as /User/xxx/Desktop",
        "MINIMAX_API_HOST": "api host, https://api.minimax.io | https://api.minimaxi.com",
        "MINIMAX_API_RESOURCE_MODE": "optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format"
      }
    }
  }
}
 

Information

Categories

Tags