Skip to content
Cline

PumpFun Claims Bot for Cline

io.github.nirholas/pumpfun-claims-bot

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

client:Cline transport:stdio runtime:npm

Install PumpFun Claims Bot in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

PumpFun Claims Bot in other clients