HomeFinance › EVM Wallet Signer

EVM Wallet Signer

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

TypeScript Local
★ 3 stars Last pushed 2026-09-18 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-wallet-signer": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "EVM_MCP_PORT": "<YOUR_VALUE>",
        "EVM_MCP_DEFAULT_CHAIN": "<YOUR_VALUE>"
      }
    }
  }
}
  • EVM_MCP_PORT — HTTP server port for the browser approval UI (default: 3847)
  • EVM_MCP_DEFAULT_CHAIN — Default EVM chain ID (default: 1 for Ethereum mainnet)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry