slimsnap for Cursor
io.github.bickov/slimsnap
Your recent screen captures as structured JSON your AI agent can read. Local only, no network.
client:Cursor
transport:stdio
runtime:npm
Install slimsnap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"slimsnap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slimsnap/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs