Odel
IronWallet

IronWallet

Local
@ironwalletTypeScriptMITUpdated 4 days ago

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ironwallet/mcp-serverv1.2.0

Run

npx -y @ironwallet/mcp-server

MCP client config

{
  "mcpServers": {
    "ironwallet": {
      "command": "npx",
      "args": [
        "-y",
        "@ironwallet/mcp-server"
      ]
    }
  }
}