Skip to main content

Install the CLI

Install the MetaMask Agent Wallet command-line interface and confirm it runs on your machine.

Prerequisites

Install globally

npm install -g @metamask/agentic-cli

Verify the installation

mm --help

You should see the top-level command groups (auth, init, wallet, transfer, swap, and others).

Next steps