Pumpfun Claims Bot
Rank #6,370io.github.nirholas/pumpfun-claims-bot
MCP server providing pumpfun-claims-bot capabilities
Pumpfun Claims Bot is a Model Context Protocol (MCP) server published by nirholas. It ranks #6,370 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. Pumpfun Claims Bot is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 19, 2026.
Ranks ahead of 109,090 of 115,460 servers on MCP Toplist.
Use Pumpfun Claims Bot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pumpfun-claims-bot -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -e "SOLANA_RPC_URL=<your SOLANA_RPC_URL>" -- npx -y pumpfun-claims-botReplace each placeholder with your own value before saving.
[mcp_servers.pumpfun-claims-bot]
command = "npx"
args = ["-y", "pumpfun-claims-bot"]
[mcp_servers.pumpfun-claims-bot.env]
GITHUB_TOKEN = "<your GITHUB_TOKEN>"
SOLANA_RPC_URL = "<your SOLANA_RPC_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<your SOLANA_RPC_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<your SOLANA_RPC_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<your SOLANA_RPC_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pumpfun-claims-bot": {
"command": "npx",
"args": [
"-y",
"pumpfun-claims-bot"
],
"env": {
"GITHUB_TOKEN": "<your GITHUB_TOKEN>",
"SOLANA_RPC_URL": "<your SOLANA_RPC_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirholas%2Fpumpfun-claims-bot)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fpumpfun-claims-bot"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fpumpfun-claims-bot.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Claude Code Explorer MCP#887 · 2 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- three.ws Avatars & Agents#5,911 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pumpfun Claims Bot?
- Pumpfun Claims Bot is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is Pumpfun Claims Bot listed on the Official MCP Registry?
- Yes — Pumpfun Claims Bot is listed on the Official MCP Registry, alongside Glama.
- How many versions does Pumpfun Claims Bot have?
- MCP Toplist tracks 2 versions of Pumpfun Claims Bot, most recently published on Mar 19, 2026.
- Where can I find the source code for Pumpfun Claims Bot?
- The source code for Pumpfun Claims Bot is hosted at github.com/nirholas/pumpfun-claims-bot.