Loading MCP server directory, please wait...
Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen
npx @getmcp/cli add io.github.pachote/nira-screen-visionRequires Python 3.10+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic API key for AI vision analysis
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pachote/nira-screen-vision": {
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": ""
}
}
}
}