Pump SDK MCP Server
Rank #963io.github.nirholas/pump-fun-sdk
Build extend and maintain pump - Token creation buying selling migration fee collection
Pump SDK MCP Server is a Model Context Protocol (MCP) server published by nirholas. It ranks #963 of 115,460 servers tracked on MCP Toplist, and its repository has 119 GitHub stars. Pump SDK MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Jul 21, 2026.
Ranks ahead of 114,497 of 115,460 servers on MCP Toplist.
Use Pump SDK MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pump-fun-sdk -- npx -y pump-fun-mcp[mcp_servers.pump-fun-sdk]
command = "npx"
args = ["-y", "pump-fun-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pump-fun-sdk": {
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pump-fun-sdk": {
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pump-fun-sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pump-fun-sdk": {
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pump-fun-sdk": {
"command": "npx",
"args": [
"-y",
"pump-fun-mcp"
]
}
}
}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%2Fpump-fun-sdk)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fpump-fun-sdk"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fpump-fun-sdk.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Claude Code Explorer MCP#887 · 2 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
- Pumpfun Claims Bot#6,370 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Jul 21, 2026 |
| 1.0.1 | Feb 27, 2026 |
| 1.0.0 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Pump SDK MCP Server?
- Pump SDK MCP Server is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is Pump SDK MCP Server listed on the Official MCP Registry?
- Yes — Pump SDK MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Pump SDK MCP Server have?
- MCP Toplist tracks 4 versions of Pump SDK MCP Server, most recently published on Jul 21, 2026.
- Where can I find the source code for Pump SDK MCP Server?
- The source code for Pump SDK MCP Server is hosted at github.com/nirholas/pump-fun-sdk.