EVM Wallet Signer
Quality Score
86
/100
Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp-wallet-signer": {
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "3847",
"EVM_MCP_DEFAULT_CHAIN": "1"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp-wallet-signer": {
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "3847",
"EVM_MCP_DEFAULT_CHAIN": "1"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y mcp-wallet-signer§02 Environment variables
EVM_MCP_PORTHTTP server port for the browser approval UI (default: 3847)
EVM_MCP_DEFAULT_CHAINDefault EVM chain ID (default: 1 for Ethereum mainnet)
§03 MCP Quality Score · methodology
freshness
21
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Browser Automation
ai.smithery/ImRonAI-mcp-server-browserbase
ai.smithery/ImRonAI-mcp-server-browserbase
Automate cloud browsers to navigate websites, interact with elements, and extract structured data.…
ai.smithery/browserbasehq-mcp-browserbase
ai.smithery/browserbasehq-mcp-browserbase
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
com.onkernel/kernel-mcp-server
com.onkernel/kernel-mcp-server
Access Kernel's cloud-based browsers and app actions via MCP (remote HTTP + OAuth).