Vision MCP
Provides image analysis capabilities using OpenAI's Vision Language Models, enabling analysis and understanding of image content from files or URLs through the analyze_image tool.
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., "@Vision MCPdescribe this image: https://example.com/photo.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.
Vision MCP
MCP server for image analysis using Vision Language Models.
Quickstart
Install
uv(Python package manager):curl -LsSf https://astral.sh/uv/install.sh | shConfigure your MCP client (e.g., Claude Desktop):
Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json:
{
"mcpServers": {
"Vision": {
"command": "uvx",
"args": ["vision-mcp"],
"env": {
"OPENAI_API_KEY": "your-api-key",
"OPENAI_API_BASE": "https://api.openai.com",
"OPENAI_MODEL": "gpt-4o"
}
}
}
}Related MCP server: Vision MCP Server
Environment Variables
Variable | Required | Description |
| Yes | API key for authentication |
| Yes | API base URL |
| Yes | Model name for vision tasks |
Available Tools
Tool | Description |
| Analyze images using Vision Language Model |
analyze_image
Analyze and understand image content from files or URLs.
Parameters:
prompt(str): The text prompt describing what to analyzeimage_source(str): Image URL or local file path
Supported formats: JPEG, PNG, WebP
License
MIT
Acknowledgments
This project is inspired by MiniMax-Coding-Plan-MCP by MiniMax AI.
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
- FlicenseCqualityDmaintenanceEnables image captioning and analysis through natural language by processing images from URLs or local files. Supports both OpenRouter's Gemini 2.5 Flash and local vision models for generating concise, descriptive captions.Last updated4
- AlicenseBqualityDmaintenanceEnables vision capabilities for any AI model by routing image analysis requests through OpenRouter's vision models. It provides tools to analyze images from URLs, local file paths, or base64 data.Last updated29117MIT
- Alicense-qualityDmaintenanceEnables text-only LLMs to analyze images by routing them to an OpenAI-compatible vision backend, supporting local files, URLs, and data URLs.Last updated53MIT
- AlicenseAqualityCmaintenanceEnables image analysis using any OpenAI-compatible vision API, supporting URLs, local files, or base64 input with custom prompts.Last updated1MIT
Related MCP Connectors
Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu…
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI 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/i-richardwang/Vision-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server