Skip to content
Grok

paste for Grok

io.pasteapp/paste

Give AI tools access to your Mac clipboard history and pinboards from Paste. Runs locally.

client:Grok transport:stdio runtime:npm

Install paste in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "paste": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pasteapp/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

paste in other clients