1ClickReport for Claude.
A Model Context Protocol (MCP) connector that lets Claude query and manage your live marketing data across Google Ads, Meta Ads, GA4, Search Console, and Stripe — in plain English.
Overview
1ClickReport is a remote MCP server hosted at https://mcp.1clickreport.com/mcp. Once connected, Claude can ask questions and run actions against your real marketing data without you having to copy-paste numbers, export CSVs, or stare at a Looker Studio dashboard.
The connector exposes 29 tools across five platforms. 17 are read-only (analytics, audits, reports). 12 are destructive (campaign creation and edits). Every tool includes the readOnlyHint or destructiveHint annotation so Claude can decide which ones need explicit user confirmation.
Install
Three install paths depending on which Claude product you use. All three connect to the same hosted MCP server — no self-hosting required.
claude.ai
- Open claude.ai and sign in.
- Click your profile icon (bottom-left) → Settings.
- In Settings, click Connectors in the left sidebar.
- Scroll to the bottom → click + Add custom connector.
- Paste the MCP URL into the URL field:
https://mcp.1clickreport.com/mcp
- Click Add. An OAuth window opens automatically. Sign in with your Google account and grant access.
- Done. Start a new chat — your tools are now available. Try:
"List my GA4 properties"to verify.
- Don't see "Connectors" in Settings? The custom-connector feature requires Claude Pro or Team. Free plans can't add custom MCPs.
- OAuth window blocked? Disable popup blockers for
claude.aiandapp.1clickreport.com. - Tools show but error on first use? You probably haven't connected the platform (Google Ads, Meta, etc.) on the 1ClickReport side — visit app.1clickreport.com/integrations and authorize each platform you want Claude to access.
Claude Desktop
- Open Claude Desktop. (Don't have it? Download it here.)
- Click the gear icon → Settings. (On macOS:
⌘ + ,) - Settings sidebar → Connectors.
- Click + Add custom connector.
- Paste the MCP URL:
https://mcp.1clickreport.com/mcp
- Click Add. OAuth opens in-app or in your browser. Sign in and grant access.
- No restart needed. Open a new chat and your tools are live. Try:
"Audit my Google Ads account"to verify.
- Don't see "Connectors" in Settings? Update Claude Desktop to the latest version — the Connectors UI rolled out in late 2025.
Help → Check for Updates. - OAuth doesn't complete? Make sure your default browser is set correctly — the OAuth flow uses it for the redirect.
- Want the legacy install path? The old
claude_desktop_config.jsonediting approach still works for older Desktop versions but is no longer recommended.
Claude Code
- Make sure you have Claude Code installed. (Install guide)
- From any terminal, run:
claude mcp add \ --transport http \ 1clickreport \ https://mcp.1clickreport.com/mcp \ --scope user
- The
--scope userflag installs it globally — available in every directory you run Claude Code from. Use--scope projectto scope it to one project (creates a.mcp.jsonfile you can commit). - On first tool use, Claude Code opens a browser window for OAuth. Sign in with Google and grant access.
- Verify it loaded:
claude mcp list
You should see1clickreportin the output. Or just startclaudeand ask"What MCP tools do I have?"
- Command not found? Update Claude Code:
claude --versionshould show v1.0+. Older versions don't support--transport http. - OAuth browser doesn't open? Run
claude mcp auth 1clickreportmanually to trigger the auth flow. - Want to remove?
claude mcp remove 1clickreport --scope user
Authentication & data access
1ClickReport uses OAuth 2.0 with PKCE. You sign in once via Google, then individually authorize each platform (Google Ads, Meta Ads, GA4, etc.). Tokens are stored encrypted on our backend and refreshed automatically.
What we access
- Read-only access to GA4 properties you own
- Read + write access to Google Ads accounts you own (Premium only)
- Read + write access to Meta Ads accounts you own (Premium only)
- Read-only Search Console sites you own
- Read-only Stripe data via Stripe Connect
- Your basic Google profile (email, name)
What we don't do
- Sell or share your data with third parties
- Train models on your private data
- Store passwords (we never see them — OAuth only)
- Access accounts you haven't connected
- Make changes without a destructive-tool confirmation
Disconnecting
Revoke access anytime at app.1clickreport.com/integrations or directly via Google's app permissions page. We retain logs for 30 days then purge.
Tool reference
All 29 tools, grouped by platform. Each tool's annotation (read-only or destructive) is shown inline so Claude can request confirmation before running write operations.
Google Analytics 4
4 toolsGoogle Search Console
2 toolsGoogle Ads
17 toolsMeta Ads (Facebook + Instagram)
5 toolsStripe
1 toolExample prompts
These are real prompts you can paste into Claude once your MCP is connected. Each one auto-triggers the right tool(s) without you naming them.
Plans
Connect for free with the 7-day Pro trial. After that, all 17 read-only tools require Pro; the 12 write tools require Premium.
$25 / month
- All read-only tools (17)
- GA4, Google Ads, Meta Ads, GSC, Stripe
- Audits, reports, search-term analysis
- Keyword research
- 17 expert skills included (free)
$99 / month
- All 29 tools (Pro + 12 destructive)
- Create campaigns, ad groups, ads
- Manage keywords (add / pause / change bid / match type)
- Audience targeting, location/schedule, assets
- Meta campaign + ad-set + ad creation
Support
Three ways to get help, ranked by speed.