Server data from the Official MCP Registry
Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963
Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963
Set these up before or after installing:
Environment variable: EVM_MCP_PORT
Environment variable: EVM_MCP_DEFAULT_CHAIN
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nikicat-mcp-wallet-signer": {
"env": {
"EVM_MCP_PORT": "your-evm-mcp-port-here",
"EVM_MCP_DEFAULT_CHAIN": "your-evm-mcp-default-chain-here"
},
"args": [
"-y",
"mcp-wallet-signer-web"
],
"command": "npx"
}
}
}Well-designed MCP server that prioritizes security by routing blockchain interactions through users' browser wallets rather than handling private keys directly. The authentication model is appropriate for its purpose, requiring explicit user approval for all sensitive operations through the browser. Supply chain analysis found 9 known vulnerabilities in dependencies. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 8 files · 14 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!