✓ Verified 💻 Development ✓ Enhanced Data

Minimax Mcp

MiniMax MCP server for web search and image understanding.

Rating
3.9 (284 reviews)
Downloads
4,167 downloads
Version
1.0.0

Overview

MiniMax MCP server for web search and image understanding.

Complete Documentation

View Source →

MiniMax MCP Skill

Overview

Official MiniMax Model Context Protocol (MCP) server for coding-plan users, providing AI-powered search and vision analysis capabilities.

Features

ToolFunctionSupported Formats
web_searchWeb search with structured results (title, link, snippet)-
understand_imageAI image analysis and content recognitionJPEG, 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

RegionAPI Key URLAPI Host
🇨🇳 Chinaplatform.minimaxi.comhttps://api.minimaxi.com
🇺🇳 Globalminimax.iohttps://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

Environment Variables

VariableRequiredDescription
MINIMAX_API_KEYYour MiniMax API Key
MINIMAX_API_HOSTAPI endpoint

Important Notes

⚠️ API Key must match the host region!

RegionAPI Key SourceAPI Host
Globalminimax.iohttps://api.minimax.io
Chinaminimaxi.comhttps://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)

Installation

Terminal bash

openclaw install minimax-mcp
    
Copied!

💻Code Examples

example.sh
# 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
example.sh
# 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"

Tags

#web_and-frontend-development #web

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author tangusers
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install minimax-mcp