MCP.so
登录

Minimax

@ropon

关于 Minimax

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

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

ropon

提交者

pon Ro (Ropon)

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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>"
      }
    }
  }
}

工具

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

概览

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.

评论

其他 分类下的更多 MCP 服务器