Image-Vision MCP Server
Allows describing images using OpenAI's vision API, extracting textual descriptions from images.
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., "@Image-Vision MCP Serverdescribe the image located at /path/to/image.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.
Image-Vision MCP Server
让纯文本语言模型通过调用多模态 API 来"看懂"图片。
安装
pip install -r requirements.txtRelated MCP server: Vision MCP
配置
复制 .env.example 为 .env,填入 API Key:
IMAGE_OPENAI_API_KEY=sk-xxx
IMAGE_ANTHROPIC_API_KEY=sk-ant-xxx
IMAGE_PROVIDER=openai在 Claude Code 中使用
在项目根目录创建 .mcp.json:
{
"mcpServers": {
"image-vision": {
"command": "python",
"args": ["path/to/image-vision-mcp/server.py"],
"env": {
"IMAGE_OPENAI_API_KEY": "sk-xxx",
"IMAGE_PROVIDER": "openai"
}
}
}
}在 MiMo Code 中使用
在 MCP 设置面板中添加:
命令:
python参数:
你的路径/image-vision-mcp/server.py环境变量: 填入 API Key
使用
agent 会自动发现 describe_image 工具。用户发图后,agent 会调用它获取文字描述再回复。
也可以手动调用:
describe_image(image="path/to/photo.png", provider="openai")
describe_image(image="https://example.com/img.jpg", provider="anthropic")测试
# 测试 OpenAI
set IMAGE_OPENAI_API_KEY=sk-xxx && python test_image.py openai
# 测试 Anthropic
set IMAGE_ANTHROPIC_API_KEY=sk-ant-xxx && python test_image.py anthropicTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.
Generate images with your own ChatGPT subscription (Plus, Pro or Team), without spending API credits
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables text-only LLMs to analyze images by routing them to an OpenAI-compatible vision backend, supporting local files, URLs, and data URLs.26MIT
- FlicenseNot gradedqualityCmaintenanceEnables text-only LLMs to process images by describing them through a configurable vision model.-
- FlicenseNot gradedqualityCmaintenanceEnables text-only models to perceive images via a vision-language model, supporting image analysis with simple descriptions or structured JSON for technical diagrams.-
- AlicenseNot gradedqualityCmaintenanceEnables text-only LLMs to understand images by converting them into text descriptions, supporting multiple vision backends like cloud APIs, local models, and OCR engines.1MIT
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/liunan-githu/image-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server