S
Screencapture MCP
by @xDarkzx
An MCP (Model Context Protocol) server that enables AI assistants in Cursor to autonomously capture and analyze your screen - no manual screenshots needed.
Created 3/11/2026
Updated 2 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx screencapture-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"xdarkzx-screencapture-mcp": {
"command": "uvx",
"args": [
"screencapture-mcp"
]
}
}
}