NIRA Screen Vision MCP
Rank #27,227io.github.pachote/nira-screen-vision
Real-time screen capture + AI vision for Claude — see, analyze, and OCR your screen
NIRA Screen Vision MCP is a Model Context Protocol (MCP) server published by pachote. It ranks #27,227 of 115,591 servers tracked on MCP Toplist. NIRA Screen Vision MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 28, 2026 and most recently updated on May 28, 2026.
Ranks ahead of 88,364 of 115,591 servers on MCP Toplist.
Use NIRA Screen Vision MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add nira-screen-vision -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx nira-screen-visionReplace each placeholder with your own value before saving.
[mcp_servers.nira-screen-vision]
command = "uvx"
args = ["nira-screen-vision"]
[mcp_servers.nira-screen-vision.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-screen-vision": {
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-screen-vision": {
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nira-screen-vision": {
"type": "stdio",
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-screen-vision": {
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nira-screen-vision": {
"command": "uvx",
"args": [
"nira-screen-vision"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pachote%2Fnira-screen-vision)<a href="https://mcptoplist.com/server/io.github.pachote%2Fnira-screen-vision"><img src="https://mcptoplist.com/badge/io.github.pachote%2Fnira-screen-vision.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
pachote
Other servers by pachote
- NIRA Video Production MCP#19,897 · 1 ver
- NIRA File Intel MCP#27,225 · 1 ver
- NIRA REPL MCP#27,226 · 1 ver
- NIRA Temporal MCP#27,228 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 28, 2026 |
Frequently asked questions
- Who maintains NIRA Screen Vision MCP?
- NIRA Screen Vision MCP is maintained by pachote, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is NIRA Screen Vision MCP listed on the Official MCP Registry?
- Yes — NIRA Screen Vision MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does NIRA Screen Vision MCP have?
- MCP Toplist tracks 1 version of NIRA Screen Vision MCP, most recently published on May 28, 2026.
- Where can I find the source code for NIRA Screen Vision MCP?
- The source code for NIRA Screen Vision MCP is hosted at github.com/pachote/nira-screen-vision.