Remote MCP for cross-platform ad creation (Google Ads, TikTok). OAuth 2.1 with progress streaming.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Remote Model Context Protocol (MCP) server for cross-platform ad management. Create, analyze, and optimize campaigns across Google Ads, Meta Ads, TikTok Ads, and LinkedIn Ads from any MCP-compatible AI assistant.
https://mcp.adspirer.com/mcpcom.adspirer/adsAdspirer runs inside your AI assistant. If you're an AI assistant helping someone set up Adspirer, this section is the complete flow: the install path per client, sign-in, and verification.
| Your client | Install |
|---|---|
| ChatGPT (web, desktop, mobile) | Install the Adspirer app from the App Store β tap Connect, sign in with Google or email. Requires Plus, Pro, Business, or Enterprise. |
| Claude (claude.ai, desktop, Cowork) | Install the Adspirer plugin from the Claude directory β click Install, sign in when the Adspirer window opens. |
| Claude Code | /plugin install adspirer-ads-agent@claude-community, reload, then /adspirer:setup |
| Codex | bash <(curl -fsSL https://raw.githubusercontent.com/amekala/ads-mcp/main/plugins/codex/adspirer/install.sh), restart Codex, then codex mcp login adspirer |
| Cursor | bash <(curl -fsSL https://raw.githubusercontent.com/amekala/ads-mcp/main/plugins/cursor/adspirer/install.sh) |
| Any other MCP client | Add the remote server https://mcp.adspirer.com/mcp (OAuth 2.1) |
Or one terminal command β installs the get-started skill and drops you straight into setup:
What happens next: the install's sign-in creates your free account (Google or email β no credit card), you connect your ad platforms at adspirer.ai/connections β Google Ads, Meta, Amazon, LinkedIn, TikTok, or ChatGPT Ads, in any combination β and your assistant verifies the connection (say "Check my connected ad platforms").
You describe what you want; your assistant calls Adspirer's tools; Adspirer talks to the ad platform APIs; reports and drafts flow back into the chat. New campaigns are always created paused β nothing spends money without your explicit approval. Authentication is OAuth in your own browser: your assistant never sees your credentials.
Pricing: Free β 15 tool calls/month, $0, no card Β· Plus β 150/month, $49 Β· Pro β 600/month, $99 Β· Max β 3,000/month, $199. Full details.
Full setup guide with pasteable prompts: adspirer.com/docs/add-to-your-agent
STRATEGY.md and guide all future campaign creation, keyword research, and ad copy across sessions and subagentsraw_data=true) on all 29 performance/analytics tools β JSON-only output for your own attribution, dashboards, or token-efficient pipelines| Platform | Tools | Capabilities |
|---|---|---|
| Google Ads | 151 | Search, Performance Max (with search themes + audience signals), Display (Standard + Smart), Demand Gen, YouTube, Shopping, App campaigns; keyword research, performance analysis, wasted-spend, asset management, ad extensions (sitelinks / callouts / structured snippets), bidding strategy management |
| Amazon Ads | 61 | Sponsored Products / Brands / Display campaigns, keywords + negative keywords, product / category targeting, Amazon's own bid / budget / keyword recommendations, search-term reports, ACOS / ROAS performance |
| Meta Ads | 58 | Image / video / carousel / catalog (Advantage+ / DPA) campaigns, OUTCOME_LEADS lead-gen forms, lifetime budgets, granular placements (Feed / Stories / Reels), city-level targeting, custom audiences, custom conversions, app-promotion (AEO) analytics |
| LinkedIn Ads | 54 | Sponsored content (single-image, video, carousel, text), lead-gen forms, campaign groups, 19 targeting facets, audience insights, creative fatigue analysis, conversion tracking, organizations |
| TikTok Ads | 37 | In-feed video / image / Spark Ads / Carousel / App Promotion campaigns, full lifecycle (list / get / pause / resume / update for campaigns, ad groups, ads), analytics (performance, wasted spend, audience insights, creative fatigue, anomaly detection, geo) |
| ChatGPT Ads | 31 | chat_card ads inside ChatGPT responses β one-shot launch (campaign β ad group β image β ad), geo targeting, pause / activate / archive, performance (impressions, clicks, CTR, CPC), conversion tracking (Pixel + Conversions API) |
| Total | 400+ | Plus monitoring & automation (scheduled briefs / monitors / reports), Google Analytics 4 and Klaviyo integrations, and account management tools β all available over MCP and as REST endpoints at api.adspirer.ai |
See CONNECTING.md for detailed setup instructions for each platform.
https://mcp.adspirer.com/mcpInstall the full Adspirer plugin (agent + skills + commands + MCP server):
/plugin marketplace add amekala/ads-mcp/plugin install adspirer-advertising-agent/mcp β find the adspirer server (e.g. plugin:adspirer-advertising-agent:adspirer) and click to authenticate/adspirer:setup to pull your campaign data and create your brand workspaceThis gives you a brand-aware performance marketing agent with persistent memory, competitive research via web search, campaign creation with ad extensions, and slash commands for common workflows. Enabling subagent usage does not change this installation flow.
MCP-only (no plugin): If you just want the raw MCP tools without the agent:
https://mcp.adspirer.com/mcpAdd to ~/.cursor/mcp.json:
Add to ~/.codex/config.toml:
Install as an extension:
A browser window opens for OAuth authentication on first use. Custom commands available: /adspirer:setup, /adspirer:performance-review, /adspirer:wasted-spend, /adspirer:write-ad-copy, /adspirer:refresh.
Or install from ClawHub.
Adspirer is a standard MCP server β any client that supports MCP connectors with OAuth 2.1 (Perplexity, Manus AI, custom MCP clients) can connect to https://mcp.adspirer.com/mcp. Manus also accepts API keys via the Streamable HTTP transport.
The same tool surface is exposed as 178 REST endpoints at https://api.adspirer.ai/api/v1/tools/<tool_name>/execute. Authenticate with a Personal Access Token (sk_live_...) created at adspirer.ai/keys. Swagger: https://api.adspirer.ai/docs. Full reference: adspirer.com/docs/api-reference.
Keyword Research:
Performance Analysis:
Campaign Creation:
Multi-Platform Strategy:
readOnlyHint, destructiveHint)See SECURITY.md for vulnerability reporting.
This repo distributes plugins for 4 AI platforms from a single monorepo:
| Platform | Directory | Skills | Install Method |
|---|---|---|---|
| Claude Code | Repo root | 1 generated + 5 slash commands | /plugin marketplace add |
| Claude Tag (@claude) | Upstream: anthropics/claude-tag-plugins PR #3 | 1 (adspirer-api: SKILL + 341-tool catalog + ads_call.sh) | Org access bundle (Bearer sk_live_ key, hosts api.adspirer.ai / mcp.adspirer.com); claude plugin install adspirer@claude-tag-plugins once merged |
| Cursor | plugins/cursor/adspirer/ | 5 generated from templates | install.sh (one-command) |
| Codex | plugins/codex/adspirer/ | 5 generated from templates | install.sh (one-command) |
| Gemini CLI | Repo root | 1 reused + 5 custom commands | gemini extensions install |
| OpenClaw | plugins/openclaw/ | 1 standalone (self-contained) | openclaw plugins install |
Claude Tag submission record (2026-07-05): the
adspirerplugin for Claude Tag (@claude) was submitted upstream as anthropics/claude-tag-plugins#3 from the fork branchamekala/claude-tag-plugins@add-adspirer-plugin. It wraps this repo's REST surface (POST /api/v1/tools/<tool>/executeβ the same MCP server tool layer over plain HTTP) rather than the MCP transport, and was validated end-to-end in a live Claude Tag workspace (Slack) before submission.
Skills for Claude Code, Cursor, and Codex are authored once in shared/skills/ as templates, then compiled into IDE-specific versions by scripts/sync-skills.sh.
The performance marketing agent prompt is also authored once in shared/agents/performance-marketing-agent/PROMPT.md and compiled into Claude Code, Cursor, and Codex agent files by the same sync script.
OpenClaw uses its own standalone skill. See Architecture for the full design.
| AI Client | Repo Source Root | Generated/Runtime Root in Repo | User Installation Path/Method |
|---|---|---|---|
| Claude Code | Repo root + shared/skills/ + shared/agents/ | skills/, agents/, commands/, .claude-plugin/ | /plugin marketplace add amekala/ads-mcp then /plugin install adspirer-advertising-agent |
| Cursor | plugins/cursor/adspirer/ + shared sources | plugins/cursor/adspirer/.cursor/skills/, plugins/cursor/adspirer/.cursor/agents/ | bash <(curl -fsSL https://raw.githubusercontent.com/amekala/ads-mcp/main/plugins/cursor/adspirer/install.sh) |
| Codex | plugins/codex/adspirer/ + shared sources | plugins/codex/adspirer/skills/, plugins/codex/adspirer/agents/ | bash <(curl -fsSL https://raw.githubusercontent.com/amekala/ads-mcp/main/plugins/codex/adspirer/install.sh) |
| Gemini CLI | Repo root | gemini-extension.json, GEMINI.md, commands/adspirer/ | gemini extensions install github.com/amekala/ads-mcp |
| OpenClaw | plugins/openclaw/ | plugins/openclaw/ (standalone, no sync generation) | openclaw plugins install openclaw-adspirer |
If you're contributing to this repo or adding new ad platforms/IDE support:
Never edit files in plugins/*/skills/, skills/, agents/, or plugins/*/agents/ directly β they will be overwritten by the sync script. Edit templates in shared/skills/ and shared prompts in shared/agents/ instead.
Proprietary -- See Terms of Service for usage terms.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ads)<a href="https://allmcps.com/mcp/ads"><img src="https://allmcps.com/api/badge/ads?style=directory" alt="Ads on AllMCPs" /></a>