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: MCP Vision Server
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 |
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.
Latest Blog Posts
- 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