Skip to content
Cursor

agentpump mcp for Cursor

io.github.axiosdevs/agentpump-mcp

Launch & trade tokens on AgentPump, a Solana bonding-curve launchpad, from your AI agent.

client:Cursor transport:stdio runtime:npm

Install agentpump mcp in Cursor

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

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

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

agentpump mcp in other clients