返回顶部
m

minimax-mcp

MiniMax MCP server for web search and image understanding. Use when needing: (1) Web search via MiniMax API, (2) Analyze/describe images, (3) Extract content from URLs. Requires MINIMAX_API_KEY (China: api.minimaxi.com, Global: api.minimax.io).

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
2,824
下载量
1
收藏
概述
安装方式
版本历史

minimax-mcp

# MiniMax MCP Skill ## Overview Official MiniMax Model Context Protocol (MCP) server for coding-plan users, providing AI-powered search and vision analysis capabilities. ## Features | Tool | Function | Supported Formats | |------|----------|-------------------| | **web_search** | Web search with structured results (title, link, snippet) | - | | **understand_image** | AI image analysis and content recognition | JPEG, PNG, WebP | ## Trigger Scenarios 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" ## Quick Start ### 1. Get API Key | Region | API Key URL | API Host | |--------|-------------|----------| | 🇨🇳 China | platform.minimaxi.com | https://api.minimaxi.com | | 🇺🇳 Global | minimax.io | https://api.minimax.io | ### 2. Configure mcporter (Recommended) ```bash # 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 ``` ### 3. Direct Usage ```bash # 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" ``` ## Usage Examples See [references/examples.md](references/examples.md) ## Environment Variables | Variable | Required | Description | |----------|----------|-------------| | `MINIMAX_API_KEY` | ✅ | Your MiniMax API Key | | `MINIMAX_API_HOST` | ✅ | API endpoint | ## Important Notes ⚠️ **API Key must match the host region!** | Region | API Key Source | API Host | |--------|---------------|----------| | Global | minimax.io | https://api.minimax.io | | China | minimaxi.com | https://api.minimaxi.com | If you get "Invalid API key" error, check if your Key and Host are from the same region. ## Troubleshooting - **"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 ## Related Resources - GitHub: https://github.com/MiniMax-AI/MiniMax-Coding-Plan-MCP - MiniMax Platform: https://platform.minimaxi.com (China) / https://www.minimax.io (Global)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 minimax-mcp-1776420084 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 minimax-mcp-1776420084 技能

通过命令行安装

skillhub install minimax-mcp-1776420084

下载 Zip 包

⬇ 下载 minimax-mcp v1.0.3

文件大小: 3.58 KB | 发布时间: 2026-4-17 18:16

v1.0.3 最新 2026-4-17 18:16
- Updated documentation to full English, replacing the previous Chinese SKILL.md with an English version.
- Improved clarity and consistency in setup instructions, usage scenarios, and environment variable descriptions.
- Adjusted installation and configuration guidance for internationalization.
- No backend or functional changes; update is documentation only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部