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.)
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.
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/MikeyBeez/mcp-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server