Skip to content
Grok

agentpump mcp for Grok

io.github.axiosdevs/agentpump-mcp

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

client:Grok transport:stdio runtime:npm

Install agentpump mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentpump mcp in other clients