OMG / BRIDGE
SETUP

Setup guides.
90 seconds each.

Pick your AI tool below. Each guide is short. Copy a URL or a config block and you are done.

01

Claude.ai

OAUTH · RECOMMENDED
  1. 01

    Sign in at bridge.theomg.ai and connect your Google account from the dashboard.

  2. 02

    In Claude.ai, click your profile icon (bottom-left of the sidebar), then Settings.

  3. 03

    Open the Connectors tab, scroll to the bottom and click Add custom connector. (Available on Pro, Max, Team and Enterprise plans.)

  4. 04

    Set Name to OMG Bridge and Remote MCP server URL to your endpoint from the dashboard. Click Add.

  5. 05

    Click Connect, then approve the OAuth scopes. Pick which properties you want to share when prompted.

02

Claude Desktop

API KEY
  1. 01

    From your OMG Bridge dashboard, go to API Keys and create a new key. Copy it. It is shown only once.

  2. 02

    Open Claude Desktop, then Settings → Developer → Edit Config. This opens claude_desktop_config.json in your editor.

  3. 03

    Add this block under mcpServers:

    {
      "mcpServers": {
        "omg-bridge": {
          "url": "https://bridge.theomg.ai/api/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_API_KEY"
          }
        }
      }
    }
  4. 04

    Save the file. Fully quit Claude Desktop (Cmd+Q on macOS) and relaunch. The OMG Bridge tools appear in Claude's tool list under the slider icon.

  5. 05

    Config file locations — macOS: ~/Library/Application Support/Claude/claude_desktop_config.json. Windows: %APPDATA%\Claude\claude_desktop_config.json. Linux: ~/.config/Claude/claude_desktop_config.json.

03

Claude Code (CLI)

API KEY
  1. 01

    Create an API key from your OMG Bridge dashboard under API Keys.

  2. 02

    Run the following command in any terminal (uses HTTP transport):

    claude mcp add --transport http omg-bridge \
      https://bridge.theomg.ai/api/mcp \
      --header "Authorization: Bearer YOUR_API_KEY"
  3. 03

    Add --scope user to install for every project, or --scope project to write a shared .mcp.json next to your code.

  4. 04

    Verify with: claude mcp list. The OMG Bridge tools will be available in your next claude session.

04

Cursor

API KEY
  1. 01

    Create an API key from your OMG Bridge dashboard under API Keys.

  2. 02

    In Cursor open the Command Palette and run Cursor Settings (or press Cmd+Shift+J on macOS, Ctrl+Shift+J on Windows/Linux).

  3. 03

    Open the MCP & Integrations tab and click New MCP Server. Cursor will open ~/.cursor/mcp.json in the editor.

  4. 04

    Add OMG Bridge under mcpServers in that file:

    {
      "mcpServers": {
        "omg-bridge": {
          "url": "https://bridge.theomg.ai/api/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_API_KEY"
          }
        }
      }
    }
  5. 05

    Save the file and flip the toggle next to OMG Bridge in the MCP panel. Tools become available inside Composer and the Agent tab.

05

ChatGPT

OAUTH
  1. 01

    Sign in at chatgpt.com. Custom MCP connectors are available on Plus, Pro, Business and Enterprise.

  2. 02

    Open Settings from the profile menu and click the Connectors tab.

  3. 03

    Scroll down to Advanced settings and enable Developer mode if it is not already on. Back on the Connectors tab click Create.

  4. 04

    Paste your MCP endpoint URL from the OMG Bridge dashboard, set Authentication to OAuth, and click Save.

  5. 05

    Click Connect, sign in to OMG Bridge if prompted, and approve the requested properties.

06

Managing Properties

DASHBOARD
  1. 01

    Toggle GSC properties active or hidden using the switches on the Properties page in the dashboard.

  2. 02

    Toggle GA4 properties active or hidden in the same place.

  3. 03

    To grant access to a new property, click Reconnect to refresh the list from Google.

  4. 04

    When using Claude.ai or ChatGPT OAuth, the consent page also lets you choose which properties to share per session.