Install The CALL-E CLI

May 22, 2026 ยท View on GitHub

@call-e/cli ships the calle command. The CLI handles brokered browser login, private token caching, MCP client configuration, and LLM-friendly call workflow shortcuts.

Install

For a persistent local command:

npm install -g @call-e/cli

For one-off usage without a global install:

npx -y @call-e/cli --help

Authenticate

calle auth login

The command opens the brokered login URL, polls until authorization completes, exchanges the authorized session, and stores the token in a private local cache. The token is never printed to stdout.

For agent integrations that need to show the authorization link before continuing:

calle auth login --start-only --no-browser-open

Verify

calle auth status
calle mcp tools

More

See packages/cli/README.md for package usage details, and packages/cli/docs/cli-reference.md for the canonical command and option reference.