NIRA Screen Vision MCP for Grok
io.github.pachote/nira-screen-vision
Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen
client:Grok
transport:stdio
runtime:pypi
Install NIRA Screen Vision MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nira-screen-vision": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs