MiniMax Vision MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MiniMax Vision MCP ServerDescribe what's happening in this image: /tmp/screenshot.png"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MiniMax Vision MCP Server
MCP server for MiniMax vision models â analyze images through the
OpenAI-compatible POST /v1/chat/completions endpoint.
Features
đŧī¸ Analyze images â local files (png/jpg/jpeg/gif/webp/bmp) and remote HTTP(S) URLs
đ§ MiniMax-M3: image + video understanding, 1M context, adaptive thinking
đī¸
temperaturefully configurable[0, 2](unlike some providers that lock it)đ
thinkingflag â enables adaptive thinking +reasoning_spliton M3⥠Zero non-MCP dependencies, one-line
npxdeploy
Related MCP server: z_ai_vision_mcp_server_clone
Requirements
Node.js >= 18
A MiniMax platform API key (č´ĻæˇįŽĄį â æĨåŖå¯éĨ)
Install & run
cd minimax-vision-mcp-server
npm install
npm startEnvironment variables
Variable | Required | Default | Description |
| â | â | Your MiniMax API key. |
|
| Model: | |
|
| Override endpoint (for proxies). | |
|
| Default max output tokens. M3 supports up to 524288. |
Note: International users may use
https://api.minimaxi.com/v1as the base URL.
Claude Code / CC-Switch config
{
"mcpServers": {
"minimax-vision": {
"type": "stdio",
"command": "npx",
"args": ["-y", "minimax-vision-mcp-server"],
"env": {
"MINIMAX_API_KEY": "your-minimax-api-key",
"MINIMAX_MODEL": "MiniMax-M3"
}
}
}
}Tool: minimax_vision_understand
Parameter | Type | Required | Description |
| string | â | Local image path or remote HTTP(S) URL. |
| string | â | What to ask about the image. |
| number | Max output tokens. Default 8192. | |
| number | 0-2, default 1. | |
| bool | Enable adaptive thinking + reasoning split (M3). M2.x always think; ignored there. |
Why MiniMax for vision?
1M context on M3 â analyze long documents alongside images
Native image + video understanding
Configurable temperature â fine-grained control over determinism
Adaptive thinking â reasoning on by default, splittable via
reasoning_split
Related projects
kimi-vision-mcp-server â Moonshot Kimi
doubao-vision-mcp-server â ByteDance Doubao
glm-vision-mcp-server â Zhipu GLM
qwen-vision-mcp-server â Alibaba Qwen
@kira4094/agnes-image-mcp-server â Agnes Image (text-to-image)
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for analyzing images using ModelScope's vision models. Supports both local files and URLs, enabling image content description and question answering.15508MIT
- FlicenseBqualityBmaintenanceOpenAI-compatible MCP server for running image analysis tools against your own vision model endpoint.718
- AlicenseNot gradedqualityCmaintenanceMCP server for analyzing images using multiple vision LLM providers (OpenCode, OpenAI, Anthropic, Google, and custom OpenAI-compatible endpoints). Provides tools to analyze single or multiple images, list providers, and test vision capabilities.MIT
- AlicenseNot gradedqualityBmaintenanceEnables image analysis via OpenAI-compatible vision APIs, supporting local files, URLs, and base64 inputs with intelligent tiling for high-resolution images. Provides a secure, configurable MCP stdio server for structured vision analysis.1,2641MIT
Related MCP Connectors
MCP server for MiniMax H3 multimodal video generation
MCP server for Hailuo (MiniMax) AI video generation
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kira4094/minimax-vision-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server