Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
MiniMax MCP 服务器,提供网络搜索和图像理解能力。当用户需要:(1) 网络搜索信息,(2) 分析/描述图片,(3) 从URL提取内容时使用此技能。需配置 MINIMAX_API_KEY(国内版 api.minimaxi.com 或全球版 api.minimax.io)。
MiniMax MCP 服务器,提供网络搜索和图像理解能力。当用户需要:(1) 网络搜索信息,(2) 分析/描述图片,(3) 从URL提取内容时使用此技能。需配置 MINIMAX_API_KEY(国内版 api.minimaxi.com 或全球版 api.minimax.io)。
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Official MiniMax Model Context Protocol (MCP) server for coding-plan users, providing AI-powered search and vision analysis capabilities.
ToolFunctionSupported Formatsweb_searchWeb search with structured results (title, link, snippet)-understand_imageAI image analysis and content recognitionJPEG, PNG, WebP
Use this skill when user says: "Search for xxx" / "Look up xxx" "Look at this image" / "Analyze this picture" "What's in this image" / "Describe this photo" "Extract content from URL" / "Fetch this webpage"
RegionAPI Key URLAPI Host🇨🇳 Chinaplatform.minimaxi.comhttps://api.minimaxi.com🇺🇳 Globalminimax.iohttps://api.minimax.io
# Add MCP server mcporter config add minimax \ --command "uvx minimax-coding-plan-mcp -y" \ --env MINIMAX_API_KEY="your-key" \ --env MINIMAX_API_HOST="https://api.minimaxi.com" # Test connection mcporter list
# Search mcporter call minimax.web_search query="keywords" # Analyze image mcporter call minimax.understand_image prompt="Describe this image" image_source="image-url-or-path"
See references/examples.md
VariableRequiredDescriptionMINIMAX_API_KEY✅Your MiniMax API KeyMINIMAX_API_HOST✅API endpoint
⚠️ API Key must match the host region! RegionAPI Key SourceAPI HostGlobalminimax.iohttps://api.minimax.ioChinaminimaxi.comhttps://api.minimaxi.com If you get "Invalid API key" error, check if your Key and Host are from the same region.
"uvx not found": Install uv - brew install uv or curl -LsSf https://astral.sh/uv/install.sh | sh "Invalid API key": Confirm API Key and Host are from the same region Image download failed: Ensure image URL is publicly accessible, supports JPEG/PNG/WebP
GitHub: https://github.com/MiniMax-AI/MiniMax-Coding-Plan-MCP MiniMax Platform: https://platform.minimaxi.com (China) / https://www.minimax.io (Global)
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.