Skip to content
Cursor

Pump SDK MCP Server for Cursor

io.github.nirholas/pump-fun-sdk

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

client:Cursor transport:stdio runtime:npm

Install Pump SDK MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pump SDK MCP Server in other clients