MCP Catalogs
HomeMiniMax-Coding-Plan-MCP screenshot

MiniMax-Coding-Plan-MCP

by MiniMax-AI·79·Score 45

Specialized MCP server providing coding-specific tools like web search and image analysis for MiniMax users.

developer-toolsai-llmproductivity
22
Forks
11
Open issues
3 mo ago
Last commit
2d ago
Indexed

Overview

MiniMax-Coding-Plan-MCP is a specialized Model Context Protocol server designed specifically for coding-plan users. It provides two key tools: web_search for performing web searches and returning organic results, and understand_image for analyzing images with AI. This server integrates seamlessly with popular MCP clients like Claude Desktop, Cursor, and Windsurf to enhance the coding experience. Unlike the standard MiniMax-MCP, this version is tailored specifically for coding workflows and provides region-specific API configurations.

Try asking AI

After installing, here are 4 things you can ask your AI assistant:

you:Enhancing code documentation with web search
you:Analyzing UI designs and screenshots for implementation
you:Researching code solutions and best practices
you:Translating visual mockups to code implementations

When to choose this

Choose this MCP server if you're already using MiniMax's coding plan services and need specialized tools for web search and image analysis integrated directly into your development environment.

When NOT to choose this

Avoid this if you're not using MiniMax's API or if you need cross-platform compatibility beyond MCP clients like Claude Desktop and Cursor.

Tools this server exposes

2 tools extracted from the README
  • web_search

    Performs web searches and returns organic search results along with related search queries

  • understand_image

    Analyzes images with AI based on text prompts, extracts information and answers questions about images

Comparable tools

mcp-serversearchapi-mcpbrave-search-mcp

Installation

Installation

  1. Get your API key from [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key).
  2. Install uv (Python package manager): curl -LsSf https://astral.sh/uv/install.sh | sh
  3. Configure your MCP client with the following settings:

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": [
        "minimax-coding-plan-mcp",
        "-y"
      ],
      "env": {
        "MINIMAX_API_KEY": "insert-your-api-key-here",
        "MINIMAX_API_HOST": "https://api.minimax.io"  // or "https://api.minimaxi.com" for mainland
      }
    }
  }
}

Cursor

Go to Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server and add the above configuration.

Compare MiniMax-Coding-Plan-MCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.