Skip to content
Cursor

ClipGrab for Cursor

io.github.ulebule/clipgrab

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

client:Cursor transport:stdio runtime:pypi

Install ClipGrab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ClipGrab in other clients