# Adspirer > Adspirer is an MCP (Model Context Protocol) server that connects AI assistants to advertising platforms. Users manage Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads, Amazon Ads, and ChatGPT (OpenAI) Ads campaigns through natural language conversation in ChatGPT, Claude, Claude Code, Cursor, Codex, Windsurf, OpenClaw, and any MCP-compatible client. No new UI to learn — users describe what they want, and Adspirer executes it via ad platform APIs. It exposes 430 documented tools across 6 ad platforms, including a deep analytics and optimization layer, and renders interactive dashboards inside ChatGPT and Claude. Adspirer also offers autonomous Ad Ops agents: always-on AI assistants that watch a user's ad accounts on a schedule and act on the user's terms — from watch-and-alert to fully autonomous, reversible optimization. - MCP Server URL: `https://mcp.adspirer.com/mcp` - Authentication: OAuth 2.1 with PKCE (automatic browser flow) - Protocol: MCP 2025-03-26 with progress streaming - Transports: Streamable HTTP, SSE - Ad platforms: Google Ads (Search, Performance Max, Demand Gen, Display, YouTube), Meta Ads (Facebook + Instagram), TikTok Ads, LinkedIn Ads, Amazon Ads (Sponsored Products, Brands, Display), ChatGPT (OpenAI) Ads - AI clients: ChatGPT, Claude, Claude Code, Cursor, Codex, Windsurf, OpenClaw - Pricing: Free forever (15 tool calls/month), Plus $49/month (150 calls), Pro $99/month (600 calls), Max $199/month (3,000 calls). Annual: Plus $485/yr, Pro $999/yr, Max $2,000/yr. - Sign up: https://adspirer.ai/sign-up - GitHub: https://github.com/amekala/ads-mcp (MCP server, plugins, and skills for Claude Code and Cursor) - NPM (OpenClaw plugin): https://www.npmjs.com/package/openclaw-adspirer (`npm i openclaw-adspirer`) - Website: https://www.adspirer.com - Support: support@adspirer.com ## Quick Start ### ChatGPT 1. Open Settings → Connectors → Add custom connector 2. Name: "Ads MCP", URL: `https://mcp.adspirer.com/mcp`, Auth: OAuth 2.1 3. Complete the OAuth flow to connect your ad accounts 4. Requires ChatGPT Plus or Pro subscription ### Claude (Desktop/Web) 1. Open Settings → Connectors → Add custom connector 2. Name: "Ads MCP", URL: `https://mcp.adspirer.com/mcp`, Auth: OAuth 3. Complete the OAuth flow to connect your ad accounts 4. Requires Claude Pro, Max, Team, or Enterprise subscription ### Claude Code ``` claude mcp add --transport http adspirer https://mcp.adspirer.com/mcp ``` Optional skills: `git clone https://github.com/amekala/ads-mcp.git /tmp/ads-mcp && cp -r /tmp/ads-mcp/plugins/claude/adspirer/skills/ad-campaign-management ~/.claude/skills/` ### Cursor ```json // .cursor/mcp.json { "mcpServers": { "adspirer": { "type": "streamable-http", "url": "https://mcp.adspirer.com/mcp" } } } ``` Optional skills: `git clone https://github.com/amekala/ads-mcp.git /tmp/ads-mcp && cp -r /tmp/ads-mcp/plugins/cursor/adspirer/skills ~/.cursor/skills` ### Windsurf ```json // ~/.codeium/windsurf/mcp_config.json { "mcpServers": { "adspirer": { "type": "streamable-http", "url": "https://mcp.adspirer.com/mcp" } } } ``` ### Codex ``` codex mcp add --transport http adspirer https://mcp.adspirer.com/mcp codex mcp login adspirer ``` ### OpenClaw ``` openclaw adspirer install openclaw adspirer login ``` Or via NPM: `npm i openclaw-adspirer` ## Ad Ops Agents ## Alternatives & Comparisons ## Ad Platform Integrations - [Google Ads Integration](https://www.adspirer.com/integrations/google-ads): Create Search and Performance Max campaigns, research keywords with real CPC data, analyze performance, generate ad copy, pause/enable campaigns - [Meta Ads Integration](https://www.adspirer.com/integrations/meta-ads): Manage Facebook and Instagram ads, audience insights, creative optimization, advanced targeting - [TikTok Ads Integration](https://www.adspirer.com/integrations/tiktok-ads): Create In-Feed ads, manage budgets, target audiences, track conversions - [LinkedIn Ads Integration](https://www.adspirer.com/integrations/linkedin-ads): B2B campaign management, lead gen forms, job title and industry targeting, budget optimization ## AI Client Integrations - [ChatGPT Integration](https://www.adspirer.com/integrations/chatgpt): MCP connector for ChatGPT Plus/Pro users to manage ads through conversation - [Advertise in ChatGPT](https://www.adspirer.com/integrations/advertise-on-chatgpt): How to advertise inside ChatGPT via OpenAI's Ads Manager Beta — eligibility, CPM/CPC pricing, ad-unit anatomy, and how it pairs with Adspirer for Meta/LinkedIn/TikTok/Google - [Claude Integration](https://www.adspirer.com/integrations/claude): MCP integration with OAuth 2.1, progress streaming, Claude Code CLI support ## Developer Connect - [Claude Code Setup](https://www.adspirer.com/f/connect/claude-code): Manage ads from your terminal with Claude Code - [Cursor Setup](https://www.adspirer.com/f/connect/cursor): Launch and optimize ad campaigns directly from Cursor IDE - [Codex Setup](https://www.adspirer.com/f/connect/codex): Let Codex run ad campaigns autonomously - [OpenClaw Setup](https://www.adspirer.com/f/connect/openclaw): Connect ad accounts to OpenClaw AI agents - [Windsurf Setup](https://www.adspirer.com/f/connect/windsurf): Run ad campaigns from Windsurf with natural language ## Docs (Mintlify) - [Docs Home](https://www.adspirer.com/docs): Full documentation with search, AI-friendly content, and MCP server - [Getting Started](https://www.adspirer.com/docs/introduction): Introduction to Adspirer - [Quick Start](https://www.adspirer.com/docs/quickstart): Connect your first ad account in minutes - [Claude Code Setup](https://www.adspirer.com/docs/ai-clients/claude-code): Connect Adspirer to Claude Code - [Cursor Setup](https://www.adspirer.com/docs/ai-clients/cursor): Connect Adspirer to Cursor IDE - [Codex Setup](https://www.adspirer.com/docs/ai-clients/codex): Connect Adspirer to OpenAI Codex - [OpenClaw Setup](https://www.adspirer.com/docs/ai-clients/openclaw): Connect Adspirer to OpenClaw - [Windsurf Setup](https://www.adspirer.com/docs/ai-clients/windsurf): Connect Adspirer to Windsurf IDE - [Google Ads Reference](https://www.adspirer.com/docs/ad-platforms/google-ads): Complete Google Ads tool reference (39 tools) - [Meta Ads Reference](https://www.adspirer.com/docs/ad-platforms/meta-ads): Complete Meta Ads tool reference (20 tools) - [LinkedIn Ads Reference](https://www.adspirer.com/docs/ad-platforms/linkedin-ads): Complete LinkedIn Ads tool reference (28 tools) - [TikTok Ads Reference](https://www.adspirer.com/docs/ad-platforms/tiktok-ads): Complete TikTok Ads tool reference - [Agent Skills Overview](https://www.adspirer.com/docs/agent-skills/overview): Overview of Adspirer agent capabilities - [Tools Reference](https://www.adspirer.com/docs/agent-skills/tools): Complete list of all available MCP tools - [Workflows](https://www.adspirer.com/docs/agent-skills/workflows): Pre-built automation workflows - [LLMs.txt (AI-readable docs)](https://www.adspirer.com/docs/llms.txt): Machine-readable documentation for AI agents - [Docs MCP Server](https://www.adspirer.com/docs/mcp): Documentation search MCP endpoint for AI agents ## Pricing - [Pricing Page](https://www.adspirer.com/pricing): Four tiers — Free Forever ($0, 15 calls/month), Plus ($49/month, 150 calls), Pro ($99/month, 600 calls, Best Value), Max ($199/month, 3,000 calls). Annual: Plus $485/yr, Pro $999/yr, Max $2,000/yr. All plans include all ad platforms and ChatGPT + Claude integrations. - [Sign Up](https://adspirer.ai/sign-up): Create a free account ## Guides - [Google Ads Keyword Research with ChatGPT](https://www.adspirer.com/guides/chatgpt-google-ads-keywords): Complete 2026 guide to keyword research using ChatGPT Apps with real Keyword Planner data - [AI Advertising Guide](https://www.adspirer.com/guides/ai-advertising): Complete guide to agentic marketing — how AI replaces dashboards for ad management - [Google Ads Automation](https://www.adspirer.com/guides/google-ads-automation): Complete guide to automating Google Ads with scripts, rules, and AI agents - [How to Automate Google Ads](https://www.adspirer.com/guides/automate-google-ads): Practical guide from native features to AI-powered automation - [How to Automate Facebook Ads](https://www.adspirer.com/guides/automate-facebook-ads): Guide to Meta Ads automation including Advantage+ and AI - [TikTok Ads Guide](https://www.adspirer.com/guides/tiktok-ads-guide): Complete TikTok advertising playbook — formats, creative, and AI automation - [Marketing Agency Automation](https://www.adspirer.com/guides/marketing-agency-automation): How agencies scale with AI-powered ad management ## Blog - [What is MCP? A Marketer's Guide](https://www.adspirer.com/blog/what-is-mcp-model-context-protocol): Explains Model Context Protocol for non-technical marketers - [Claude vs ChatGPT for Ad Management](https://www.adspirer.com/blog/claude-vs-chatgpt-ads): Honest comparison of both platforms for managing advertising - [PPC Automation with ChatGPT and Claude](https://www.adspirer.com/blog/ppc-automation-chatgpt-claude): Complete guide to automating PPC with AI assistants - [How to Connect ChatGPT to Google Ads](https://www.adspirer.com/blog/connect-chatgpt-google-ads): Step-by-step connection guide - [How to Connect Claude to Google Ads](https://www.adspirer.com/blog/connect-claude-google-ads): Step-by-step connection guide - [10 Best AI Tools for PPC Managers](https://www.adspirer.com/blog/best-ai-tools-ppc-managers-2026): Comparison of AI tools for pay-per-click advertising - [ChatGPT for Marketing: Complete Guide](https://www.adspirer.com/blog/chatgpt-for-marketing-complete-guide): Comprehensive guide to using ChatGPT for marketing tasks - [Claude for Marketing: Complete Guide](https://www.adspirer.com/blog/claude-for-marketing-complete-guide): Comprehensive guide to using Claude for marketing tasks ## Optional - [All Integrations](https://www.adspirer.com/integrations): Overview of all supported ad platform and AI client integrations - [How It Works](https://www.adspirer.com/how-it-works): Three-step process — Connect, Command, Scale - [AI Agents](https://www.adspirer.com/agents): Autonomous agents that automate paid media (PPC automation) across Google Ads, Meta, TikTok and LinkedIn. Three levels of autonomy you control — watch & alert, propose & approve, or act on your behalf — with a human approval on every change by default, a reversible-only action set, and deletion that is never automated. Over $25M in ad spend measured through the agents, with every change scored against the account's own history and honest abstention when the data can't prove a result. - [AI Paid Media Planning](https://www.adspirer.com/media-planner): AI paid media planning and PPC budget optimization that puts your budget where it actually works. Builds a media plan on the measured return of your own campaigns across Google, Meta, TikTok and LinkedIn — the marginal return, not the average — so budget moves toward where it still works. Grounded in your own account data, never invented benchmarks; it shows its reasoning and abstains honestly when the data can't support a confident call. - [AI Ads Audit](https://www.adspirer.com/audit): A free AI ads audit (Google Ads audit, Facebook/Meta ads audit, TikTok and LinkedIn) that finds what's actually broken. Instead of a generic checklist, it walks your funnel backward — from conversion tracking up to spend — and stops at the first real problem, so you get the one thing to fix first. It draws a hard line between "checked and healthy," "not assessed," and "can't see," so you always know how much of your account it really examined. Never invents problems; abstains honestly when it can't verify something. - [Blog Index](https://www.adspirer.com/blog): All articles on AI advertising, MCP, and ad platform tutorials - [Blog llms.txt](https://www.adspirer.com/blog/llms.txt): Machine-readable index of all blog posts and 28 integration combos for AI crawlers - [Contact Sales](https://www.adspirer.com/book-demo): Free 15-minute call with the team - [Newsroom](https://www.adspirer.com/newsroom): Announcements, partnerships, and company news — including the Adspirer + BlueRock agentic-security partnership - [Developers / Build a Plugin](https://www.adspirer.com/developers): Build open-source MCP plugins (read-only ad-analysis tools, Python SDK) that run for every Adspirer user in Claude and ChatGPT — repo: github.com/Adspirer/adspirer-mcp-community - [About](https://www.adspirer.com/about): Company information (product of betsonagi, LLC) - [Privacy Policy](https://www.adspirer.com/privacy): Privacy policy - [Terms of Service](https://www.adspirer.com/terms): Terms of service