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)
{
"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