PumpFun Claims Bot for Windsurf
io.github.nirholas/pumpfun-claims-bot
MCP server for PumpFun on-chain intelligence — tokens, claims, holders, and bundles.
client:Windsurf
transport:stdio
runtime:npm
Install PumpFun Claims Bot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs