1---2name: minimax-mcp3description: MiniMax MCP Skill4---56# MiniMax MCP Skill78## Overview910Official MiniMax Model Context Protocol (MCP) server for coding-plan users, providing AI-powered search and vision analysis capabilities.1112## Features1314| Tool | Function | Supported Formats |15|------|----------|-------------------|16| **web_search** | Web search with structured results (title, link, snippet) | - |17| **understand_image** | AI image analysis and content recognition | JPEG, PNG, WebP |1819## Trigger Scenarios2021Use this skill when user says:22- "Search for xxx" / "Look up xxx"23- "Look at this image" / "Analyze this picture"24- "What's in this image" / "Describe this photo"25- "Extract content from URL" / "Fetch this webpage"2627## Quick Start2829### 1. Get API Key3031| Region | API Key URL | API Host |32|--------|-------------|----------|33| 🇨🇳 China | platform.minimaxi.com | https://api.minimaxi.com |34| 🇺🇳 Global | minimax.io | https://api.minimax.io |3536### 2. Configure mcporter (Recommended)3738```bash39# Add MCP server40mcporter config add minimax \41 --command "uvx minimax-coding-plan-mcp -y" \42 --env MINIMAX_API_KEY="your-key" \43 --env MINIMAX_API_HOST="https://api.minimaxi.com"4445# Test connection46mcporter list47```4849### 3. Direct Usage5051```bash52# Search53mcporter call minimax.web_search query="keywords"5455# Analyze image56mcporter call minimax.understand_image prompt="Describe this image" image_source="image-url-or-path"57```5859## Usage Examples6061See [references/examples.md](references/examples.md)6263## Environment Variables6465| Variable | Required | Description |66|----------|----------|-------------|67| `MINIMAX_API_KEY` | ✅ | Your MiniMax API Key |68| `MINIMAX_API_HOST` | ✅ | API endpoint |6970## Important Notes7172⚠️ **API Key must match the host region!**7374| Region | API Key Source | API Host |75|--------|---------------|----------|76| Global | minimax.io | https://api.minimax.io |77| China | minimaxi.com | https://api.minimaxi.com |7879If you get "Invalid API key" error, check if your Key and Host are from the same region.8081## Troubleshooting8283- **"uvx not found"**: Install uv - `brew install uv` or `curl -LsSf https://astral.sh/uv/install.sh | sh`84- **"Invalid API key"**: Confirm API Key and Host are from the same region85- **Image download failed**: Ensure image URL is publicly accessible, supports JPEG/PNG/WebP8687## Related Resources8889- GitHub: https://github.com/MiniMax-AI/MiniMax-Coding-Plan-MCP90- MiniMax Platform: https://platform.minimaxi.com (China) / https://www.minimax.io (Global)
Run npx skillmds@latest add javimosch/minimax-mcp in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
MiniMax MCP Skill It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.