mcp-vision
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., "@mcp-visionWhat's in this image? /Users/me/Desktop/sunset.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.
mcp-vision
GitHub: lbyxunxunnini/mcp-vision · License: MIT · 当前版本:v0.1.0
MCP Server for image recognition, powered by Kimi K2.5 (Infini-AI).
Features
recognize_image- Recognize and describe images using multimodal AI
Related MCP server: Image Parse MCP
Prerequisites
Node.js >= 18
An Infini-AI API key (https://cloud.infini-ai.com)
Installation
# 1. Extract the archive
tar -xzf mcp-vision.tar.gz
cd mcp-vision
# 2. Install dependencies and build
npm install && npm run buildClaude Code Configuration
Add the following to your Claude Code settings (~/.claude/settings.json or project .claude/settings.json):
{
"mcpServers": {
"vision": {
"command": "node",
"args": ["/path/to/mcp-vision/dist/index.js"],
"env": {
"INFINI_API_KEY": "your-api-key-here"
}
}
}
}Replace /path/to/mcp-vision with the actual path where you extracted the project.
Usage
Once configured, the mcp__vision__recognize_image tool is available in Claude Code.
Parameters
Parameter | Type | Required | Description |
| string | Yes | Absolute path to the local image file |
| string | No | Custom instruction, e.g. "extract all text", "describe the UI layout" |
Supported Formats
PNG, JPG, JPEG, GIF, WebP, BMP
Example
请识别这张图片: /Users/me/Desktop/screenshot.pngClaude Code will automatically call the MCP tool to process the image.
Environment Variables
Variable | Description |
| Required. Your Infini-AI API key |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables Claude Code to describe images and extract text using Kimi/Moonshot vision API. Supports local image files with customizable prompts.2MIT
- AlicenseAqualityCmaintenanceEnables image analysis using any OpenAI-compatible vision API, supporting URLs, local files, or base64 input with custom prompts.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables image analysis using GLM-4V multimodal model, supporting local files and base64 images with optional custom prompts.
- AlicenseNot gradedqualityBmaintenanceProvides a recognize_image tool that enables image recognition using DeepSeek's vision capabilities. Supports automatic login via browser or manual token configuration for server environments.494MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
LLM chat, text summarization and AI image generation
Generate images, video, and audio with Glif's media-generation agent
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/lbyxunxunnini/mcp-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server