
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.
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:
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 READMEweb_searchPerforms web searches and returns organic search results along with related search queries
understand_imageAnalyzes images with AI based on text prompts, extracts information and answers questions about images
Comparable tools
Installation
Installation
- Get your API key from [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key).
- Install
uv(Python package manager):curl -LsSf https://astral.sh/uv/install.sh | sh - 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
Last updated · Auto-generated from public README + GitHub signals.