Skip to content
Grok

ClipGrab for Grok

io.github.ulebule/clipgrab

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

client:Grok transport:stdio runtime:pypi

Install ClipGrab in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ClipGrab in other clients