# Adspirer > Adspirer is an MCP (Model Context Protocol) server that connects AI assistants to advertising platforms. Users manage Google Ads, Meta Ads, TikTok Ads, and LinkedIn 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. - 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), Meta Ads (Facebook + Instagram), TikTok Ads, LinkedIn 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 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 - [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 ## Documentation - [Documentation Hub](https://www.adspirer.com/documentation): Setup guides and tutorials for all platforms - [Google Ads Setup Guide](https://www.adspirer.com/documentation/google-ads): Step-by-step guide to connect Google Ads - [TikTok Ads Setup Guide](https://www.adspirer.com/documentation/tiktok-ads): Step-by-step guide to connect TikTok Ads - [Custom GPT Setup](https://www.adspirer.com/documentation/custom-gpt): Use Adspirer directly in ChatGPT via Custom GPT ## 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 - [Custom GPT Setup](https://www.adspirer.com/docs/ai-clients/custom-gpt): Use Adspirer in ChatGPT via Custom GPT - [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 - [Blog Index](https://www.adspirer.com/blog): All articles on AI advertising, MCP, and ad platform tutorials - [Book a Demo](https://www.adspirer.com/book-demo): Free 15-minute call with the team - [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