Quick Start

Get from zero to AI-powered ad management in under five minutes.

1

Create Your Account

Sign up for a free Digital Face account. No credit card required. The free plan includes 15 tool calls per month.

2

Connect Your AI Client

Add the Digital Face MCP server to your preferred AI client. All clients use the same endpoint.

MCP Endpoint: https://digitalface.app/api/mcp

Claude Code

The fastest way to connect. Run this single command in your terminal:

Terminal
claude mcp add --transport http digital-face https://digitalface.app/api/mcp

That's it. Claude Code will now have access to all Digital Face tools. Try asking: “Check my Digital Face connections.”

ChatGPT

ChatGPT supports MCP connectors in settings.

  1. Open ChatGPT and go to Settings
  2. Navigate to Connectors
  3. Click Add custom connector
  4. Paste the URL below and save
Connector URL
https://digitalface.app/api/mcp

Claude Web

Claude on the web supports MCP connectors via the Customize menu.

  1. Open claude.ai and click Customize (bottom of the sidebar)
  2. Go to Connectors
  3. Paste the URL below
Connector URL
https://digitalface.app/api/mcp

Cursor

Cursor supports MCP servers via its configuration file.

  1. Open Cursor settings (Cmd+Shift+P > "MCP")
  2. Add the following to your MCP config JSON
MCP Config (JSON)
{
  "mcpServers": {
    "digital-face": {
      "url": "https://digitalface.app/api/mcp"
    }
  }
}
3

Connect an Ad Platform

Link your Google Ads or Meta Ads account from the dashboard. This uses OAuth so we never see your password.

  1. Go to Dashboard > Ad Accounts
  2. Click Connect Google Ads (or Meta Ads when available)
  3. Authorize access in the Google/Meta popup
  4. You'll be redirected back to the dashboard with a "Connected" status
4

Start Using It

Open your AI client and try these example prompts:

Check my connections

Show my campaign performance for last 7 days

Research keywords for [your product]

What campaigns are spending the most?

Find search terms with zero conversions

Next Steps