MCP.so
Sign In

Minimax

@ropon

About Minimax

Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video generation APIs.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

ropon

Submitted by

pon Ro (Ropon)

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

5

Convert text to audio with a given voice

List all voices available

Clone a voice using provided audio files

Generate a video from a prompt

Generate a image from a prompt

Overview

What is Minimax?

Minimax is an official Model Context Protocol (MCP) server that enables interaction with MiniMax's text‑to‑speech, voice cloning, video generation, and image generation APIs. It is designed for MCP clients like Claude Desktop, Cursor, Windsurf, and OpenAI Agents.

How to use Minimax?

Obtain an API key from the MiniMax platform, then install the server via uvx minimax-mcp. Configure your MCP client (e.g., Claude Desktop or Cursor) by adding a JSON entry with your API key, output directory, host, and optional resource mode. The server can then be used through the provided tools.

Key features of Minimax

  • Convert text to speech with selectable voices.
  • List all available voices.
  • Clone a voice using provided audio files.
  • Generate video from a text prompt.
  • Generate images from text prompts.
  • Supports both stdio and SSE transport protocols.

Use cases of Minimax

  • Broadcast a segment of the evening news using text‑to‑speech.
  • Clone a voice for personalized audio content.
  • Generate short videos from textual descriptions.
  • Create images on demand for illustrations or presentations.
  • Integrate voice and media generation into AI assistants and coding tools.

FAQ from Minimax

What MCP clients does Minimax support?

Minimax works with Claude Desktop, Cursor, Windsurf, and OpenAI Agents, as well as any MCP‑compatible client.

How do I get a MiniMax API key?

Go to the MiniMax platform, navigate to the user center, and create an API key from the interface key section.

What transports are available?

The server supports stdio (local execution via stdout) and SSE (can be deployed locally or in the cloud, network communication).

Does using Minimax incur costs?

Yes, using the tools may incur costs based on MiniMax API pricing.

What is the code license for the MCP server?

The code is licensed under the MIT License.

Comments

More Other MCP servers