PluginBench
MCP Server

PumpFun Claims Bot MCP Server

io.github.nirholas/pumpfun-claims-bot

What is the PumpFun Claims Bot MCP server?

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

How to install PumpFun Claims Bot

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GITHUB_TOKEN
    secret

    GitHub personal access token — raises API rate limit from 60 to 5000 req/hr

  • SOLANA_RPC_URL

    Solana RPC HTTP URL for on-chain queries (defaults to public mainnet)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pumpfun-claims-bot": {
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pumpfun-claims-bot": {
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pumpfun-claims-bot": {
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pumpfun-claims-bot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pumpfun-claims-bot"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>",
        "SOLANA_RPC_URL": "<YOUR_SOLANA_RPC_URL>"
      }
    }
  }
}
Claude Code
claude mcp add pumpfun-claims-bot --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> --env SOLANA_RPC_URL=<YOUR_SOLANA_RPC_URL> -- npx -y pumpfun-claims-bot

Related MCP servers

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

View repository →

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

View repository →

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

View repository →

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

View repository →

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

View repository →