Skip to content
Cursor

PumpFun Claims Bot for Cursor

io.github.nirholas/pumpfun-claims-bot

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

client:Cursor transport:stdio runtime:npm

Install PumpFun Claims Bot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PumpFun Claims Bot in other clients