Kimi 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., "@Kimi Vision MCP Serverextract text from invoice.jpg"
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.
Kimi Vision MCP Server
MCP server for Kimi (Moonshot AI) vision models — analyze images through
the OpenAI-compatible /chat/completions endpoint at
https://api.moonshot.cn/v1.
Features
🖼️ Analyze images (local files: png/jpg/jpeg/gif/webp)
🧠 Auto-pick strongest thinking mode per model:
kimi-k3→reasoning_effort: "max"kimi-k2.6/kimi-k2.5/kimi-k2.7-code→thinking: {type: "enabled"}
📏 Up to 1M token context (kimi-k3)
💰 Same billing as Moonshot V1 — see pricing
⚡ One-line
npxdeploy, zero non-MCP dependencies
Related MCP server: readpic MCP Server
Requirements
Node.js >= 18
A platform.kimi.com API key
Install & run
cd kimi-vision-mcp-server
npm install
npm startEnvironment variables
Variable | Required | Default | Description |
| ✅ | — | Your Kimi/Moonshot API key. ( |
|
| Model name. Vision-capable: | |
|
| Override endpoint (for proxies). | |
|
| Default max output tokens. |
Claude Code / CC-Switch config
{
"mcpServers": {
"kimi-vision": {
"type": "stdio",
"command": "npx",
"args": ["-y", "kimi-vision-mcp-server"],
"env": {
"KIMI_API_KEY": "your-kimi-api-key",
"KIMI_MODEL": "kimi-k3"
}
}
}
}Or run from a local checkout:
{
"mcpServers": {
"kimi-vision": {
"command": "node",
"args": ["D:\\GitHub\\Claude\\MCP\\Kimi\\kimi-vision-mcp-server\\src\\index.js"],
"env": {
"KIMI_API_KEY": "your-key-here"
}
}
}
}Tool: kimi_vision_understand
Parameter | Type | Required | Description |
| string | ✅ | Local image file path ( |
| string | ✅ | What to ask about the image. |
| enum |
| |
| number | Max output tokens. Default 4096. | |
| bool | Enable reasoning. Default |
Important: Remote URLs not supported
Kimi's vision API does not accept remote HTTP image URLs (per the official docs). You must either:
Pass a local file path (the MCP will inline it as base64), or
Upload to Moonshot first and pass
ms://<file-id>(advanced).
Remote URLs are rejected with a clear error message.
Why no temperature parameter?
Per the Kimi API model params reference, all current Kimi models have fixed temperature:
Model | Temperature |
| fixed 1.0 |
| fixed 1.0 |
| fixed 1.0 |
| fixed 0.6 |
| fixed 1.0 |
| fixed 0.6 |
Passing any other value returns HTTP 400. Moonshot has already tuned each
model to its optimal temperature, so this MCP deliberately omits the parameter
and lets the API use its built-in default. Use the thinking flag to switch
between the 1.0 / 0.6 modes for K2.6 / K2.5.
Why Kimi for vision?
Longest context: kimi-k3 ships with 1M tokens — useful for analyzing long documents alongside images.
Strong Chinese & English OCR.
Native video understanding on kimi-k3 / kimi-k2.7-code / kimi-k2.6 (not exposed by this MCP yet — file upload only).
Cost-effective: ¥2/M output for the flagship.
Related projects
doubao-vision-mcp-server — ByteDance Doubao vision
glm-vision-mcp-server — Zhipu GLM-5V-Turbo
qwen-vision-mcp-server — Alibaba Qwen3.7-plus
@kira4094/agnes-image-mcp-server — Agnes Image (text-to-image)
License
MIT
This server cannot be installed
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
- AlicenseBqualityCmaintenanceEnables image understanding using Doubao vision models via MCP, supporting local file paths and URLs with customizable prompts.121MIT
- Flicense-qualityCmaintenanceEnables AI clients like Claude to understand, analyze, and describe local images via VL models through the MCP protocol.
- Flicense-qualityBmaintenanceEnables image understanding and OCR through Xiaomi's MiMo vision language model, providing tools for image description, Q&A, and text recognition via MCP. Supports both image URLs and local file paths.
- Alicense-qualityBmaintenanceEnables 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,264MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Hailuo (MiniMax) AI video generation
MCP server for ByteDance Seedream AI image generation
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/kimi-vision-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server