Tool Description
web_search
web_search
Performs web searches based on search queries, returning search results and related suggestions.
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | ✓ | Search query |
understand_image
understand_image
Performs image understanding and analysis, supporting multiple image input methods.
Supported formats: JPEG, PNG, GIF, WebP (max 20MB)
| Parameter | Type | Required | Description |
|---|---|---|---|
| prompt | string | ✓ | Question or analysis request for the image |
| image_url | string | ✓ | Image source, supports HTTP/HTTPS URL or local file path |
Prerequisites
1
Get API Key
Visit Coding Plan subscription page, subscribe to a plan and get your exclusive API Key.
2
Install uvx
- macOS / Linux
- Windows
For other installation methods, refer to the uv repository.
3
Verify Installation
- macOS / Linux
- Windows
If installed correctly, a path will be shown (e.g.,
/usr/local/bin/uvx). If you get spawn uvx ENOENT error, you need to configure the absolute path.Use in Claude Code
1
Download Claude Code
Download and install Claude Code from Claude Code official website
2
Configure MCP
- Quick Install
- Manual Configuration
Run the following command in terminal, replace
api_key with your API Key:3
Verify Configuration
After entering Claude Code, type 
/mcp. If you can see web_search and understand_image, the configuration is successful.
If you use MCP in an IDE (like TRAE), you also need to configure MCP in the corresponding IDE settings
Use in Cursor
1
Download Cursor
Download and install Cursor from Cursor official website
2
Open MCP Configuration
Go to 
Cursor -> Preferences -> Cursor Settings -> Tools & Integrations -> MCP -> Add Custom MCP
3
Add Configuration
Add the following configuration to
mcp.json file:Use in OpenCode
1
Download OpenCode
Download and install OpenCode from OpenCode official website
2
Configure MCP
Edit the config file
~/.config/opencode/opencode.json, add the following MCP configuration:3
Verify Configuration
After entering OpenCode, type 
/mcp. If you can see MiniMax connected, the configuration is successful.