Skip to content
VS Code

walletconnect mcp for VS Code

io.github.delight-labs/walletconnect-mcp

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

client:VS Code transport:stdio runtime:npm

Install walletconnect mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "walletconnect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "walletconnect-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

walletconnect mcp in other clients