Skip to content

EVM Wallet Signer for Zed

io.github.nikicat/mcp-wallet-signer

Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963

client:Zed transport:stdio runtime:npm

Install EVM Wallet Signer in Zed

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

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

{
  "context_servers": {
    "mcp-wallet-signer": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-wallet-signer"
      ],
      "env": {
        "EVM_MCP_PORT": "<EVM_MCP_PORT>",
        "EVM_MCP_DEFAULT_CHAIN": "<EVM_MCP_DEFAULT_CHAIN>"
      }
    }
  }
}

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

EVM Wallet Signer in other clients