NIRA Screen Vision MCP
mcp-name: io.github.pachote/nira-screen-vision
Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen

Quick Start
pip install nira-screen-vision
Add to your Claude Code MCP config (~/.claude.json):
{
"mcpServers": {
"nira-screen-vision": {
"command": "python",
"args": ["-m", "nira_screen_vision"]
}
}
}
Configuration
ANTHROPIC_API_KEY | Required | Anthropic API key for AI vision analysis |
License
MIT — built by pachote
The Complete NIRA MCP Stack
All 10 tools work together in Claude Code:
Install any combination:
pip install nira-video-mcp nira-screen-vision nira-agent-forge nira-multi-model
Built by pachote — the professional MCP suite for Claude Code.