Ad Computer is a simple operating layer for Meta advertising workflows.
It combines three surfaces:
ad.computeris the public site and documentation entry point.app.ad.computeris the browser control plane for sign-in, workspace context, and Meta connection.adcomis the local CLI for workflow, verification, and MCP bridging.
There is also a hosted Meta MCP surface behind the product flow:
https://meta-mcp.ad.computer/mcp
How the pieces fit together
The browser app owns identity and workspace context. Once a workspace is connected to Meta, Ad Computer can issue the credentials needed for downstream clients.
The default flow is:
- Open the app and sign in.
- Connect the active workspace to Meta.
- Use the CLI or an MCP-capable client against the hosted surface.
This keeps the Meta OAuth step in one place while still letting local tooling and clients work against a stable hosted endpoint.
Product surfaces
App
The app is the source of truth for authentication and workspace setup. It is where users connect Meta and generate the access flow used by the rest of the product.
CLI
The CLI is intended for local workflow. It can authenticate through the app, inspect the current workspace, verify connectivity, and expose the hosted MCP worker over local stdio.
MCP
The hosted MCP worker provides the execution surface for Meta Ads operations. Once a workspace is authenticated and connected, MCP clients can call the hosted server directly.
Next reads
- Start with Getting started for the basic setup flow.
- Read CLI for installation and day-to-day commands.