adcom is the local command line interface for Ad Computer.
It authenticates through the browser app, stores a local session, and can mint short-lived MCP credentials when it needs to talk to the hosted Meta MCP worker.
Install
npm install -g ad-computerCore commands
adcom login
adcom whoami
adcom doctor
adcom accounts list
adcom accounts use <account-id>
adcom mcp serveTypical workflow
Login
adcom loginThis opens the browser, completes the control-plane authorization flow, and stores a local CLI session.
Inspect the active identity
adcom whoamiUse this to confirm the current user, workspace, and Meta connection status.
Verify connectivity
adcom doctorThis checks local config, the stored session, control-plane auth, MCP token minting, hosted worker reachability, and the default account state.
Select a default ad account
adcom accounts list
adcom accounts use <account-id>This keeps the local workflow pointed at the account you expect to use most often.
Expose MCP over stdio
adcom mcp serveUse this when a local MCP client expects a stdio server but you still want the hosted Meta MCP worker to be the execution layer.
Product URLs
- Website:
https://ad.computer - App:
https://app.ad.computer - MCP:
https://meta-mcp.ad.computer