Skip to content

walletconnect mcp for Zed

io.github.delight-labs/walletconnect-mcp

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

client:Zed transport:stdio runtime:npm

Install walletconnect mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "walletconnect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "walletconnect-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

walletconnect mcp in other clients