Skip to content
VS Code

ClipGrab for VS Code

io.github.ulebule/clipgrab

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

client:VS Code transport:stdio runtime:pypi

Install ClipGrab in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ClipGrab in other clients