Skip to content
Claude Desktop

ClipGrab for Claude Desktop

io.github.ulebule/clipgrab

Save the system clipboard image to a PNG or JPG file for AI agents.

client:Claude Desktop transport:stdio runtime:pypi

Install ClipGrab in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "clipgrab": {
      "command": "uvx",
      "args": [
        "clipgrab-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ClipGrab in other clients