my-minimax-mcp

wongo/my-minimax-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
MCP server wrapping MiniMax AI as autonomous code executor for Claude Code
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/wongo/my-minimax-mcp/main/assets/banner.png" alt="Token costs burning vs MiniMax workflow efficiency" width="600"> </p> MCP server that wraps [MiniMax AI](https://platform.minimax.io) as an autonomous code executor for Claude Code. **Purpose**: Coding tasks consume the bulk of your Claude subscription quota on execution (writing, testing, debugging). This MCP server offloads that work to MiniMax API (~$0.04/task), so your Claude subs

Tools (19)

MINIMAX_API_KEYMINIMAX_BASH_WHITELISTMINIMAX_COST_LOGMINIMAX_DEFAULT_MODELMINIMAX_FAILURE_LOG_DIRMINIMAX_MAX_ITERATIONSMINIMAX_SESSION_TARGETMINIMAX_TIMEOUT_MSMINIMAX_USAGE_LOGMINIMAX_WORKING_DIRminimax_agent_taskminimax_chatminimax_cost_reportminimax_generate_codeminimax_planminimax_session_trackerminimax_understand_imageminimax_web_searchunknown