mcp screenshot for Cursor
io.github.digital-defiance/mcp-screenshot
Screenshot capture with PII masking and cross-platform support for AI agents
client:Cursor
transport:stdio
runtime:npm
Install mcp screenshot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-screenshot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs