Skip to content
Grok

clawpay for Grok

io.github.up2itnow0822/clawpay

Non-custodial x402 payment MCP server for AI agents. Wallets, payments, and commerce on 17 chains.

client:Grok transport:stdio runtime:npm

Install clawpay in Grok

.mcp.json (in your project root)

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

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

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

clawpay in other clients