streamable-httpMITupdated 15d ago
Analyze your paid marketing in plain language, inside Claude. HYPD connects your Google Ads, Meta (Facebook) Ads, Google Analytics (GA4) and Merchant Center accounts, then answers questions about them using your real account data.
What can you do with HYPD AI Paid Ads & Analytics?

HYPD AI - Paid Ads & Analytics
Analyze your paid marketing in plain language, inside Claude. HYPD connects your Google Ads, Meta (Facebook) Ads, Google Analytics (GA4) and Merchant Center accounts, then answers questions about them using your real account data.
Read-only. HYPD reports on your accounts and never changes your campaigns, budgets or ads.
Works in Claude Code (terminal, desktop, IDE) and Claude Cowork. Step-by-step guide with screenshots: docs.hypd.ai/guides/claude-code-plugin.
Install
Claude Code (terminal)
/plugin marketplace add HYPD-AI/ads-mcp-plugin
/plugin install hypd-ai-ads@hypd-ai
/reload-plugins
Then authorize: /mcp โ hypd โ Authenticate (or run claude mcp login 'plugin:hypd-ai-ads:hypd' from a normal terminal). A terminal install also covers the desktop app's Code tab.
Desktop app & Claude Cowork
Settings โ Customize โ Plugins โ Add โ Add marketplace โ Add from a repository โ enter HYPD-AI/ads-mcp-plugin โ Sync. Then install HYPD AI - Paid Ads & Analytics from the Personal tab and connect the HYPD AI Ads connector on the plugin's page.
A terminal install does not carry over to Cowork โ use this path there.
Zip upload (no marketplace)
Download hypd-ai-ads.zip, then Add โ Upload plugin in the desktop app. Or load it for a single session:
claude --plugin-dir ./hypd-ai-ads.zip
Uploaded copies don't update automatically โ prefer the marketplace installs above.
What you can do
- Google Ads โ campaign performance, spend, ROAS and CPA, account overviews, custom queries across any date range
- Meta (Facebook) Ads โ campaign, ad set and ad performance, creative details, audience insights, catalogs, lead forms
- Meta Ad Library โ search competitors' live and past ads across Facebook and Instagram
- Google Analytics (GA4) โ ecommerce and campaign performance, landing pages, funnels, conversion paths, attribution comparison
- Merchant Center โ feed diagnostics, disapproved products, product performance, price competitiveness, competitive visibility
- Research โ keyword ideas and search volume, competitor ads via Google Ads Transparency, live SERP and Shopping data
- Landing pages โ instant quality audits, performance scores, resource breakdowns, screenshots
- Prompt templates, marketing skills and saved business context, so every answer reflects your accounts, brand and goals
Try:
Audit my account and tell me where budget is being wasted.
How are my Meta ads performing, and which creatives are fatiguing?
Compare attribution between Google Analytics and Google Ads.
Show the ads a competitor is running on Facebook and Instagram.
Requirements
A HYPD account. Sign up at app.hypd.ai and connect at least one ad account on the Sources page. Authentication happens over OAuth the first time you use the plugin.
Data and privacy
- No hooks. This plugin registers no lifecycle hooks and observes nothing outside explicit tool calls.
- No telemetry. The only network destination is HYPD's own API (
mcp.hypd.ai), reached through the MCP connection you authorize. - Read-only. No tool creates, edits, pauses or deletes anything in any connected platform.
Links
Product โ Dashboard ยท Google Ads MCP ยท Meta Ads MCP ยท Documentation ยท Support
Social โ LinkedIn ยท X ยท Facebook ยท YouTube
Company โ Website ยท Privacy Policy ยท Terms
License
MIT. See LICENSE.
Install
Add HYPD AI Paid Ads & Analytics to your client. Pick the one you use.
claude mcp add --transport http hypd-ai-paid-ads-analytics https://mcp.hypd.ai/mcpcodex mcp add hypd-ai-paid-ads-analytics --url https://mcp.hypd.ai/mcp{
"mcpServers": {
"hypd-ai-paid-ads-analytics": {
"url": "https://mcp.hypd.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hypd-ai-paid-ads-analytics": {
"type": "http",
"url": "https://mcp.hypd.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hypd-ai-paid-ads-analytics": {
"url": "https://mcp.hypd.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hypd-ai-paid-ads-analytics": {
"serverUrl": "https://mcp.hypd.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 7 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.2.5Latest | Aug 15, 2026 |
| 1.2.3 | Aug 15, 2026 |