Coding Plan MCP Introduction
Coding Plan is MiniMax’s subscription plan designed specifically for AI coding scenarios. Coding Plan MCP provides two exclusive tools: web search (web_search) and image understanding (understand_image), helping developers quickly access information and understand image content during the coding process.Coding Plan MCP Tools List
web_search
Performs web searches based on search queries
understand_image
Performs image understanding and analysis
Tools and Parameters Details
1. web_search
Performs web searches and returns search results along with related search queries.| Parameter | Description | Format and Notes | Default |
|---|---|---|---|
| query | Required. The search query | String | None |
2. understand_image
Performs image understanding and analysis, supporting multiple image input methods.| Parameter | Description | Format and Notes | Default |
|---|---|---|---|
| prompt | Required. Question or analysis task | String | None |
| image_url | Required. Image source | String, supports two formats: 1. HTTP/HTTPS URL: Web image address 2. Local file path: Absolute or relative path to local image | None |
- JPEG/JPG
- PNG
- GIF
- WebP
Use Coding Plan MCP Service in Clients
Get an API Key
- Visit the MiniMax Developer Platform Coding Plan Page.
- Subscribe to a suitable Coding Plan.
- Obtain your Coding Plan exclusive API Key.
UVX Installation and Configuration
MiniMax‑Coding-Plan-MCP is a Python-implemented MCP service. To allow MCP clients to call it, the service must be started and executed viauvx. uvx is a command-line tool provided by uv, similar to npm exec. It is used to run executables defined within a package, ensuring environment isolation and dependency control.
- Install uv (to get uvx)
- macOS / Linux users:
- Windows users:
uv and uvx executables will be created under the Python environment’s Scripts or bin directory.
- Verify uvx is available Run the following command:
- macOS / Linux users:
- Windows users:
- If installed correctly, a path will be shown (e.g., /usr/local/bin/uvx).
- If you encounter the error
spawn uvx ENOENT, it means thatuvxis either not installed or not in your system PATH. You need to provide its absolute path.
Use in Claude Code
- Download Claude Code.
- Add the following json configuration to the global configuration file ~/.claude.json. After entering Claude Code, type /mcp, if you can see web_search and understand_image, the configuration is successful.
Use in Cursor
- Download and install Cursor.
- Go to
Cursor -> Preferences -> Cursor Settings -> Tools & Integrations -> MCP -> Add Custom MCPto open the MCP tool config file.
- Add MiniMax account configuration in
mcp.jsonfile.