What is the EVM Wallet Signer MCP server?
Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963
How to install EVM Wallet Signer
Copy-paste configuration for popular MCP clients.
EVM_MCP_PORTHTTP server port for the browser approval UI (default: 3847)
EVM_MCP_DEFAULT_CHAINDefault EVM chain ID (default: 1 for Ethereum mainnet)
{
"mcpServers": {
"mcp-wallet-signer": {
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "<YOUR_EVM_MCP_PORT>",
"EVM_MCP_DEFAULT_CHAIN": "<YOUR_EVM_MCP_DEFAULT_CHAIN>"
}
}
}
}{
"mcpServers": {
"mcp-wallet-signer": {
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "<YOUR_EVM_MCP_PORT>",
"EVM_MCP_DEFAULT_CHAIN": "<YOUR_EVM_MCP_DEFAULT_CHAIN>"
}
}
}
}{
"mcpServers": {
"mcp-wallet-signer": {
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "<YOUR_EVM_MCP_PORT>",
"EVM_MCP_DEFAULT_CHAIN": "<YOUR_EVM_MCP_DEFAULT_CHAIN>"
}
}
}
}{
"servers": {
"mcp-wallet-signer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "<YOUR_EVM_MCP_PORT>",
"EVM_MCP_DEFAULT_CHAIN": "<YOUR_EVM_MCP_DEFAULT_CHAIN>"
}
}
}
}claude mcp add mcp-wallet-signer --env EVM_MCP_PORT=<YOUR_EVM_MCP_PORT> --env EVM_MCP_DEFAULT_CHAIN=<YOUR_EVM_MCP_DEFAULT_CHAIN> -- npx -y mcp-wallet-signerRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.