Skip to content
Zed

ClipGrab for Zed

io.github.ulebule/clipgrab

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

client:Zed transport:stdio runtime:pypi

Install ClipGrab in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

ClipGrab in other clients