Screen View
Freeby MCP Community
MCP tool for capturing screenshots and analyzing them with Claude Vision API
v2.0.15Added Apr 12, 2026
mcpclaudevisionscreenshotscreen-capture
Screen View MCP Server
MCP tool for capturing screenshots and analyzing them with Claude Vision API
Installation
npx -y screen-view-mcp
Reviews
Installation
Quick install
npx -y screen-view-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"screen-view": {
"command": "npx",
"args": ["-y", "screen-view-mcp"]
}
}
}