minimax-mcp-tools

PsychArch/minimax-mcp-tools
★ 50 stars TypeScript 🔌 API Integration Updated 20d ago
Async MCP server with Minimax API integration for image generation and text-to-speech
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minimax-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "PsychArch/minimax-mcp-tools"
      ]
    }
  }
}