Skip to content
Grok

walletconnect mcp for Grok

io.github.delight-labs/walletconnect-mcp

Non-custodial EVM wallet bridge over WalletConnect: balances, signing, transactions.

client:Grok transport:stdio runtime:npm

Install walletconnect mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "walletconnect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "walletconnect-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

walletconnect mcp in other clients