AdWhispr MCP Server
OfficialAllows searching and analyzing Facebook ads from brands, including hooks, formats, performance signals, and cloning ads.
Allows searching and analyzing Instagram ads from brands, including hooks, formats, performance signals, and cloning ads.
Integrates with Meta's advertising platform to search and analyze Facebook and Instagram ads, retrieve brand statistics, compare brands, and clone winning ads.
adwhispr-mcp-server
Research any brand's ads, clone the winners, and launch them — from a chat. This connects Claude (or any MCP client) to AdWhispr — the full loop in one conversation:
Research a competitor's ad library (Meta + TikTok) and surface their longest-running, proven winners
Clone the winning creative — image or video — for your own brand
Launch it as a real campaign: Google Search and Performance Max (GA), TikTok (GA), Meta (beta)
"Find the longest-running ad from my biggest competitor, clone it for my brand, and launch it on TikTok with a $50/day budget."
It's a thin, open-source bridge to the AdWhispr remote MCP server (https://adwhispr.com/api/mcp). Sign-in happens automatically through your browser the first time.
Install (Claude Desktop) — 3 steps
npx adwhispr-mcp-server configRun the command above. It adds AdWhispr to your Claude Desktop config.
Fully quit and reopen Claude Desktop.
Start a chat — a browser window opens once to sign in to AdWhispr. Done.
Then try:
"Search AdWhispr for Nike's longest-running ads." "What hooks is Hims using in their Meta ads?" "Clone Cal AI's top ad for my brand at example.com." "Launch that clone on Google as a Search campaign, $30/day, paused."
Manual setup
Prefer to edit the config yourself? Add this to claude_desktop_config.json:
{
"mcpServers": {
"adwhispr": {
"command": "npx",
"args": ["-y", "adwhispr-mcp-server", "serve"]
}
}
}Config file location:
macOS
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows
%APPDATA%\Claude\claude_desktop_config.jsonLinux
~/.config/Claude/claude_desktop_config.json
Other MCP clients
Any MCP client that runs a stdio command works — point it at npx -y adwhispr-mcp-server serve, or connect directly to the remote endpoint https://adwhispr.com/api/mcp if your client supports remote MCP servers with OAuth (Claude.ai, ChatGPT developer mode, Cursor, Claude Code).
Related MCP server: claude-meta-mcp
Tools (38)
Research — competitor intelligence
Tool | What it does |
| Find brands verified to be actively advertising right now in your niche, ranked by live ad count — no guessing. |
| Find brands tracked in AdWhispr by name (returns ad counts + IDs). |
| Start tracking a new competitor brand (kicks off ad-library ingestion). |
| A brand's ads with hooks, formats, days-running, and creative links. |
| Aggregated stats: ad counts, hook/format distributions, spend ranges. |
| Semantic search across a brand's ads by concept ("before/after", "social proof"). |
| Compare 2–3 brands side by side. |
| Competitive brief for a brand: longevity curve, top hooks, format mix, verdict. |
| Research a competitor's TikTok ads (video, thumbnails, run dates). |
| Google keyword intelligence: volume, competition, CPC ranges. |
| The keywords a competitor's domain ranks and bids on. |
| Remember your own product/brand so research and clones are personalized. |
| Your product catalog — powers per-product ads (Shopify import supported). |
Creative — clone the winners as image or video
Tool | What it does |
| Clone a competitor's winning Meta ad for your brand — a real generated image for image ads, a video for video ads. |
| Same, for a TikTok ad. |
| Full video-ad clone with selectable model tiers (Seedance / Veo / Kling) — cheap drafts to premium finals. |
| Generate a video ad from your own script. |
| Generate a video ad from a plain-English concept or brief. |
| Tweak the shot list / brief before anything renders. |
| Approve the brief to kick off the render (the confirm step — nothing generates until you do). |
| Poll a video render and get the finished file. |
| Your generated creatives, ready to launch. |
Launch & manage — real campaigns
Tool | What it does |
| OAuth-connect your Google, TikTok, or Meta ad account. |
| See what's connected and what's running. |
| Launch a Google Search campaign (GA). |
| Launch a Google Performance Max campaign, assets auto-generated (GA). |
| Launch a TikTok video campaign (GA). |
| Launch a cloned creative in one step (Meta execution is beta). |
| Real performance from your connected account. |
| Manage what's live. |
Campaigns are created paused by default with an explicit confirm step before anything spends — and video renders wait on approve_video_clone, so no credits burn until you say go. AdWhispr never fabricates performance metrics — competitor research reports only signals that can be verified (days-running, not made-up ROAS).
Pricing
Flat monthly plans with a generous call allowance — no per-call overage billing, ever.
Free — 15 agent calls/month, unlimited tracked brands, 1 free clone. No card.
Pro — $39/mo ($31/mo billed annually): 150 agent calls/month, 10 image clones + 10 video credits/month, launch on Google, TikTok & Meta, ad-script generation, competitor playbook, weekly new-ad alerts.
Agency — $149/mo ($119/mo billed annually): 3,000 agent calls/month, 50 image clones + 40 video credits/month, team seats, cross-brand comparison, client-ready reports.
Video generation spends video credits (draft tiers cost the least, premium finals the most); extra clone and credit packs are available if you run dry.
Full limits + trial at adwhispr.com/upgrade.
How it works
Claude Desktop launches npx -y adwhispr-mcp-server serve, which runs mcp-remote pointed at https://adwhispr.com/api/mcp. That bridges Claude's local stdio transport to the AdWhispr server over HTTP and handles the OAuth login. Your ad data and account live on AdWhispr; this package stores nothing.
To point at a different server (self-hosting/testing), set ADWHISPR_MCP_URL.
Troubleshooting
AdWhispr doesn't appear in Claude after install.
Fully quit Claude Desktop (not just close the window) and reopen it — config is only read on startup. Confirm the entry exists in claude_desktop_config.json (paths above). On macOS/Linux make sure npx is on your PATH; if Claude can't find it, set the command to the absolute path from which npx.
The browser sign-in window never opens, or login loops.
The first tool call opens a browser to authorize via OAuth. If it doesn't appear, check that your default browser can open and that no firewall is blocking localhost callbacks. Clearing the stale auth cache fixes most loops:
rm -rf ~/.mcp-authThen restart Claude Desktop and trigger a tool call again.
"Authentication required" or tools return an auth error.
Your AdWhispr session expired or wasn't completed. Re-run the sign-in (clear ~/.mcp-auth as above), or sign in directly at adwhispr.com first, then retry.
A tool returns an upgrade / out-of-quota / "locked clone" message. That's expected on the Free tier (15 agent calls/month, 1 free clone, video credits are paid-plan only). The message includes an unlock link — open it to upgrade or buy a credit pack. Relay the link as-is; the clone is generated and waiting behind it.
add_brand says a brand isn't found, or search_brands returns nothing.
add_brand resolves brands from the public ad library by name — try the exact brand name as it appears on Facebook. After adding, ingestion runs in the background (~40s) before ads are queryable. search_brands only returns brands already tracked on your account.
A launch tool says an ad account isn't connected.
Run connect_ad_account first — it returns an OAuth link to connect Google, TikTok, or Meta. Campaigns are created paused; nothing spends until you confirm.
Node / npx errors on launch.
Use Node 18+ (node --version). If an old cached package is misbehaving, force a fresh copy: npx -y adwhispr-mcp-server@latest serve.
Connecting a non-Claude-Desktop client.
Point any stdio MCP client at npx -y adwhispr-mcp-server serve, or connect directly to the remote endpoint https://adwhispr.com/api/mcp if your client supports remote MCP servers with OAuth.
Still stuck? Open an issue at github.com/adwhispr/mcp-server/issues or email basil@adwhispr.com.
Links
Claude plugin: https://github.com/adwhispr/claude-plugin
Blog / guides: https://adwhispr.com/blog
License
MIT © AdWhispr
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adwhispr/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server