Skip to content
Grok

PumpFun Claims Bot for Grok

io.github.nirholas/pumpfun-claims-bot

MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles.

client:Grok transport:stdio runtime:npm

Install PumpFun Claims Bot in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pumpfun-claims-bot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
      }
    }
  }
}

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

PumpFun Claims Bot in other clients