MiniMax Vision Server
БесплатноНе проверенMCP server for MiniMax vision models, enabling image analysis through the OpenAI-compatible chat completions endpoint. Supports local image files and remote URL
Описание
MCP server for MiniMax vision models, enabling image analysis through the OpenAI-compatible chat completions endpoint. Supports local image files and remote URLs, with configurable temperature, max tokens, and adaptive thinking.
README
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
Requirements
- Node.js >= 18
- A MiniMax platform API key (账户管理 → 接口密钥)
Install & run
cd minimax-vision-mcp-server
npm install
npm start
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
MINIMAX_API_KEY |
✅ | — | Your MiniMax API key. |
MINIMAX_MODEL |
MiniMax-M3 |
Model: MiniMax-M3, MiniMax-M2.7, MiniMax-M2.7-highspeed, MiniMax-M2.5, MiniMax-M2.5-highspeed, MiniMax-M2.1, MiniMax-M2.1-highspeed, MiniMax-M2. |
|
MINIMAX_BASE_URL |
https://api.minimax.chat/v1 |
Override endpoint (for proxies). | |
MINIMAX_MAX_TOKENS |
8192 |
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 |
|---|---|---|---|
image |
string | ✅ | Local image path or remote HTTP(S) URL. |
prompt |
string | ✅ | What to ask about the image. |
max_tokens |
number | Max output tokens. Default 8192. | |
temperature |
number | 0-2, default 1. | |
thinking |
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
Установка MiniMax Vision Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kira4094/minimax-vision-mcp-serverFAQ
MiniMax Vision Server MCP бесплатный?
Да, MiniMax Vision Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для MiniMax Vision Server?
Нет, MiniMax Vision Server работает без API-ключей и переменных окружения.
MiniMax Vision Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить MiniMax Vision Server в Claude Desktop, Claude Code или Cursor?
Открой MiniMax Vision Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare MiniMax Vision Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
