EVM Wallet Signer for Cursor
io.github.nikicat/mcp-wallet-signer
Route EVM transactions to browser wallets (MetaMask, etc.) for signing via EIP-6963
client:Cursor
transport:stdio
runtime:npm
Install EVM Wallet Signer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-wallet-signer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-wallet-signer"
],
"env": {
"EVM_MCP_PORT": "<EVM_MCP_PORT>",
"EVM_MCP_DEFAULT_CHAIN": "<EVM_MCP_DEFAULT_CHAIN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs