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.
Claude.ai
OAUTH · RECOMMENDED- 01
Sign in at bridge.theomg.ai and connect your Google account from the dashboard.
- 02
In Claude.ai, click your profile icon (bottom-left of the sidebar), then Settings.
- 03
Open the Connectors tab, scroll to the bottom and click Add custom connector. (Available on Pro, Max, Team and Enterprise plans.)
- 04
Set Name to OMG Bridge and Remote MCP server URL to your endpoint from the dashboard. Click Add.
- 05
Click Connect, then approve the OAuth scopes. Pick which properties you want to share when prompted.
Claude Desktop
API KEY- 01
From your OMG Bridge dashboard, go to API Keys and create a new key. Copy it. It is shown only once.
- 02
Open Claude Desktop, then Settings → Developer → Edit Config. This opens claude_desktop_config.json in your editor.
- 03
Add this block under mcpServers:
{ "mcpServers": { "omg-bridge": { "url": "https://bridge.theomg.ai/api/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } - 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.
- 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.
Claude Code (CLI)
API KEY- 01
Create an API key from your OMG Bridge dashboard under API Keys.
- 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" - 03
Add --scope user to install for every project, or --scope project to write a shared .mcp.json next to your code.
- 04
Verify with: claude mcp list. The OMG Bridge tools will be available in your next claude session.
Cursor
API KEY- 01
Create an API key from your OMG Bridge dashboard under API Keys.
- 02
In Cursor open the Command Palette and run Cursor Settings (or press Cmd+Shift+J on macOS, Ctrl+Shift+J on Windows/Linux).
- 03
Open the MCP & Integrations tab and click New MCP Server. Cursor will open ~/.cursor/mcp.json in the editor.
- 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" } } } } - 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.
ChatGPT
OAUTH- 01
Sign in at chatgpt.com. Custom MCP connectors are available on Plus, Pro, Business and Enterprise.
- 02
Open Settings from the profile menu and click the Connectors tab.
- 03
Scroll down to Advanced settings and enable Developer mode if it is not already on. Back on the Connectors tab click Create.
- 04
Paste your MCP endpoint URL from the OMG Bridge dashboard, set Authentication to OAuth, and click Save.
- 05
Click Connect, sign in to OMG Bridge if prompted, and approve the requested properties.
Managing Properties
DASHBOARD- 01
Toggle GSC properties active or hidden using the switches on the Properties page in the dashboard.
- 02
Toggle GA4 properties active or hidden in the same place.
- 03
To grant access to a new property, click Reconnect to refresh the list from Google.
- 04
When using Claude.ai or ChatGPT OAuth, the consent page also lets you choose which properties to share per session.