Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

IronWallet in other clients