Odel
Pump SDK MCP Server

Pump SDK MCP Server

Local
@nirholas119RustUpdated 3w ago

Build extend and maintain pump - Token creation buying selling migration fee collection

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpump-fun-mcpv1.0.0

Run

npx -y pump-fun-mcp

MCP client config

{
  "mcpServers": {
    "pump-sdk-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "pump-fun-mcp"
      ]
    }
  }
}