Skip to main content
Finance & FintechTypeScript

nikicat/mcp-wallet-signer

Non-custodial EVM wallet MCP — routes transactions to browser wallets (MetaMask, etc.) for signing. Private keys never leave the browser; every action requires explicit user approval via EIP-6963.

finance-fintechlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nikicat/mcp-wallet-signer

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-wallet-signer": {
      "command": "npx",
      "args": [
        "-y",
        "nikicat/mcp-wallet-signer"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
nikicat