Skip to content
Cursor

pumpclaw for Cursor

io.github.clawd800/pumpclaw

Free token launcher on Base. Deploy ERC-20 tokens via Uniswap V4 with 80% creator fees.

client:Cursor transport:stdio runtime:npm

Install pumpclaw in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pumpclaw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pumpclaw-mcp"
      ],
      "env": {
        "BASE_PRIVATE_KEY": "<BASE_PRIVATE_KEY>",
        "BASE_RPC_URL": "<BASE_RPC_URL>"
      }
    }
  }
}

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

pumpclaw in other clients