IronWallet for Cursor
io.ironwallet/mcp-server
Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.
client:Cursor
transport:stdio
runtime:npm
Install IronWallet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ironwallet/mcp-server"
],
"env": {
"IW_READ_ONLY": "<IW_READ_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs