Skip to content
Claude Desktop

rustok wallet for Claude Desktop

io.github.rustok-org/rustok-wallet

Self-custody Ethereum agent wallet (MCP/stdio). Keys stay in a local Docker volume.

client:Claude Desktop transport:stdio runtime:oci

Install rustok wallet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "rustok-wallet": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rustok-org/rustok-wallet:v0.4.2"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

rustok wallet in other clients