drio
Open app

Minimax MCP Tools

Source

Model Context Protocol (MCP) server implementation with Minimax API integration

Catalog onlyCatalog onlySTDIO

Overview

Minimax MCP Tools is a server implementation of the Model Context Protocol (MCP) that integrates the Minimax API for AI-powered image generation and text-to-speech functionality.

To use Minimax MCP Tools, install it via npm or clone the repository from GitHub. Configure the MCP settings and use the provided API to generate images or convert text to speech.

  • Image Generation: Create high-quality images from text prompts using Minimax's image-01 model. - Text-to-Speech (TTS): Convert text into natural-sounding speech with customizable voice options and emotions. - Easy Integration: Works seamlessly with the Windsurf editor as an MCP server.
  1. Generating artistic images based on user-defined prompts.
  2. Creating audio content from written text for accessibility or entertainment.
  3. Integrating AI capabilities into applications that require image and speech functionalities.

Add to your AI client

Use these steps to connect Minimax MCP Tools in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "minimax-mcp-tools-psycharch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "minimax-mcp-tools-psycharch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "minimax-mcp-tools-psycharch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "minimax-mcp-tools-psycharch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "minimax-mcp-tools-psycharch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "minimax-mcp-tools-psycharch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-minimax-mcp-tools-psycharch"
      ]
    }
  }
}

FAQ

Can I use Minimax MCP Tools for any type of text?

Yes! It supports a wide range of text inputs for TTS.

Is there a limit to the number of images I can generate?

You can generate up to 9 images at a time.

What are the prerequisites for using Minimax MCP Tools?

You need Node.js 16 or higher and a Minimax API key.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2993,"uuid":"8e545985-89e8-4219-9af9-dab5f11a4381","name":"minimax-mcp-tools","title":"Minimax MCP Tools","description":"Model Context Protocol (MCP) server implementation with Minimax API integration","avatar_url":"https://avatars.githubusercontent.com/u/189519594?v=4","created_at":"2025-03-16T11:51:01.217Z","updated_at":"2025-03-16T12:44:30.231Z","status":"created","author_name":"PsychArch","author_avatar_url":"https://avatars.githubusercontent.com/u/189519594?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/PsychArch/minimax-mcp-tools","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/PsychArch/minimax-mcp-tools/raw/main/assets/minimax-mcp-tools-banner.jpg","type":null,"metadata":"{\"star\":\"40\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-13 15:10:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Minimax MCP Tools — MCP Registry