Grabbit for Claude Desktop
live.grabbit/screenshots
Screenshot any URL as a hosted image. No local browser; handles bot walls and full-page captures.
client:Claude Desktop
transport:streamable-http
Install Grabbit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"screenshots": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.grabbit.live"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs