MiniMax

v1.0.0Data Science & MLstable

Bridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.

image-generationimage-to-videomcpmcp-servermcp-tools
Share:
1,483
Stars
0
Downloads
0
Weekly
0/5

What is MiniMax?

MiniMax is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to bridges minimax ai capabilities to the model context protocol, enabling ai agents to perform image understanding, text-to-image generation, and speech synthesis. it provides a standardized interface f...

Bridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.

This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Bridges MiniMax AI capabilities to the Model Context Protoco

Use Cases

Generate images from text descriptions using MiniMax's image generation.
Convert text to speech or create audio from text prompts.
Analyze images and extract information from visual content.
MiniMax-AI

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx minimax-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MiniMax

The MiniMax MCP server bridges MiniMax AI's multimodal generation capabilities—text-to-image, text-to-video, text-to-speech, voice cloning, and music generation—to any MCP-compatible AI client via a standardized JSON-RPC interface. It is published as the `minimax-mcp` Python package and runs via `uvx`, requiring only a MiniMax API key to get started. AI assistants connected to it can generate media assets, synthesize speech with custom voices, clone voices from audio samples, and compose music, all from natural language prompts.

Prerequisites

  • uv Python package manager installed (`curl -LsSf https://astral.sh/uv/install.sh | sh`)
  • A MiniMax API key from api.minimax.io (Global) or api.minimaxi.com (Mainland China)
  • An MCP-compatible client such as Claude Desktop or Cursor
  • Sufficient disk space or a writable output directory for generated media files
  • On Windows: Developer Mode enabled in Claude Desktop settings
1

Obtain a MiniMax API key

Sign up at the MiniMax platform matching your region. Global users register at api.minimax.io; Mainland China users use api.minimaxi.com. The API key and host must match your region or authentication will fail.

2

Install uv if not already installed

The MiniMax MCP server is distributed as a Python package best run with uvx, which handles virtual environment isolation automatically.

curl -LsSf https://astral.sh/uv/install.sh | sh
3

Add the server to Claude Desktop configuration

Open Claude Desktop settings, navigate to Developer > Edit Config, and add the MiniMax server block to claude_desktop_config.json. Set all four environment variables.

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": ["minimax-mcp", "-y"],
      "env": {
        "MINIMAX_API_KEY": "your-api-key-here",
        "MINIMAX_MCP_BASE_PATH": "/Users/yourname/minimax-output",
        "MINIMAX_API_HOST": "https://api.minimax.io",
        "MINIMAX_API_RESOURCE_MODE": "local"
      }
    }
  }
}
4

Create the output directory

The MINIMAX_MCP_BASE_PATH directory must exist before the server starts. Generated images, audio, and video files are saved here.

mkdir -p /Users/yourname/minimax-output
5

Restart Claude Desktop and verify connection

Quit and reopen Claude Desktop. The MiniMax server should appear in the connected servers list. Try listing available voices to confirm the connection is working.

6

Generate your first image

Ask Claude to generate an image using MiniMax. The file will be saved to your configured output directory, and Claude will provide the path or URL depending on your MINIMAX_API_RESOURCE_MODE setting.

MiniMax Examples

Client configuration

Complete claude_desktop_config.json block for the MiniMax MCP server using the Global API endpoint.

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": ["minimax-mcp", "-y"],
      "env": {
        "MINIMAX_API_KEY": "your-minimax-api-key",
        "MINIMAX_MCP_BASE_PATH": "/tmp/minimax",
        "MINIMAX_API_HOST": "https://api.minimax.io",
        "MINIMAX_API_RESOURCE_MODE": "local"
      }
    }
  }
}

Prompts to try

After connecting Claude Desktop to the MiniMax MCP server, try these generation prompts.

- "Generate an image of a futuristic city at sunset with neon lights"
- "Convert this text to speech using a calm female voice: 'Welcome to our product demo'"
- "List all available voices for speech synthesis"
- "Create a short video of ocean waves crashing on a beach"
- "Generate ambient background music with a relaxing, lo-fi feel"
- "Clone a voice from this audio file and synthesize new speech with it"

Troubleshooting MiniMax

Authentication fails with 'invalid api key' error

Your API key and MINIMAX_API_HOST must match the same region. Global keys only work with https://api.minimax.io and Mainland China keys only with https://api.minimaxi.com. Double-check both values in your config.

Generated files are not found after a successful call

Verify that MINIMAX_MCP_BASE_PATH points to an existing, writable directory. Create it with `mkdir -p /your/output/path`. If using MINIMAX_API_RESOURCE_MODE=url, files are returned as URLs rather than saved locally.

Server fails to start on Windows

Enable Developer Mode in Claude Desktop settings (the toggle is in the Developer section). This is required on Windows for the uvx subprocess to launch correctly.

Frequently Asked Questions about MiniMax

What is MiniMax?

MiniMax is a Model Context Protocol (MCP) server that bridges minimax ai capabilities to the model context protocol, enabling ai agents to perform image understanding, text-to-image generation, and speech synthesis. it provides a standardized interface for accessing minimax's core tools via json-rpc. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MiniMax?

Follow the installation instructions on the MiniMax GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MiniMax?

MiniMax works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MiniMax free to use?

Yes, MiniMax is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Data Science & ML MCP Servers

Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "minimax-mcp-server": { "command": "npx", "args": ["-y", "minimax-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MiniMax?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides