Snapgrab for Cursor
io.github.arknill/snapgrab
URL to screenshot with metadata. Python MCP server. Claude Vision optimized.
client:Cursor
transport:stdio
runtime:pypi
Install Snapgrab in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"snapgrab": {
"type": "stdio",
"command": "uvx",
"args": [
"snapgrab"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs