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-visionTake a screenshot and describe what you see"
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
MCP server for vision capabilities - screenshot and camera analysis using Ollama vision models.
Features
Screenshot Analysis: Capture and analyze screenshots with AI
Camera Capture: Take photos from webcam and analyze them
Image Analysis: Analyze existing image files
Streaming Output: Real-time streaming of AI analysis
Multiple Models: Support for various vision models (llava, bakllava, etc.)
Related MCP server: Vison-MCP
Installation
cd /Users/bard/Code/mcp-vision
npm installPrerequisites
Ollama must be running with a vision model installed:
ollama pull llavamacOS (for screenshot functionality)
Camera access (for webcam features)
Tools
vision_screenshot
Take a screenshot and analyze it with AI.
{
prompt: "What application is open?", // optional
model: "llava", // optional
region: { // optional
x: 100,
y: 100,
width: 500,
height: 400
}
}vision_camera
Capture from camera and analyze.
{
prompt: "What do you see?", // optional
model: "llava", // optional
device: "FaceTime HD Camera" // optional
}vision_analyze_image
Analyze an existing image file.
{
path: "/path/to/image.jpg",
prompt: "Describe this image", // optional
model: "llava" // optional
}vision_list_cameras
List available camera devices.
Usage with Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"vision": {
"command": "node",
"args": ["/Users/bard/Code/mcp-vision/src/index.js"]
}
}
}Integration with ELVIS
This tool can be integrated with ELVIS for enhanced visual context:
Use
vision_screenshotto capture current screen statePass the analysis to
elvis_delegatefor context-aware task processingELVIS can use visual information to better understand and complete tasks
Example Workflow
// 1. Analyze what's on screen
vision_screenshot({ prompt: "What code is visible?" })
// 2. Use with ELVIS
elvis_delegate({
task: "Fix the syntax error shown",
context: "Based on the screenshot analysis"
})Streaming Output
The tool streams AI responses in real-time, providing immediate feedback as the model analyzes images. This is shown in the MCP server logs and can be used for progress tracking.
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
- Alicense-qualityCmaintenanceGUI automation MCP server that enables AI agents to see and control the Windows desktop using a local Vision LLM (Ollama), supporting screenshot analysis, mouse/keyboard actions, and autonomous task execution.Last updated4MIT
- AlicenseAqualityBmaintenanceMCP server for vision AI — screenshots to code, OCR, error diagnosis, and image analysis via OpenAI-compatible APIs.Last updated82MIT
- Alicense-qualityCmaintenanceAn MCP server that enables any LLM to describe images from file paths, URLs, or base64 data by forwarding them to a supported vision provider such as OpenAI, Anthropic, or local Ollama models.Last updated2,3154MIT
- Flicense-qualityBmaintenanceA versatile MCP server that adds vision capabilities (image analysis, OCR, image/video generation) to AI models lacking native vision, with support for multiple providers and automatic task routing.Last updated
Related MCP Connectors
MCP server for Grok Imagine AI video generation
MCP server for Google Veo AI video generation
MCP server for Wan AI video 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/MikeyBeez/mcp-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server