For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
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