> ## Documentation Index
> Fetch the complete documentation index at: https://developer.adspirer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Connect your AI assistant to the Adspirer MCP server and start managing ad campaigns in under 2 minutes.

# Quick Start

Get up and running with Adspirer MCP in three steps.

<Steps>
  <Step title="Choose Your AI Client">
    The Adspirer MCP server works with any MCP-compatible AI assistant. Pick yours:

    | Client                              | Best For                                        |
    | ----------------------------------- | ----------------------------------------------- |
    | [Claude](/connect/claude)           | Easiest setup — native MCP support              |
    | [ChatGPT](/connect/chatgpt)         | GPT-4 with ad management tools                  |
    | [Claude Code](/connect/claude-code) | Terminal-based, full plugin with agent + skills |
    | [Cursor](/connect/cursor)           | Developer-first AI editor                       |
    | [Codex](/connect/codex)             | OpenAI CLI agent                                |
    | [OpenClaw](/connect/openclaw)       | Agentic platform with plugins                   |
    | [Windsurf](/connect/windsurf)       | Codeium AI editor                               |
  </Step>

  <Step title="Connect & Authorize">
    Every client connects to the same MCP endpoint:

    ```
    https://mcp.adspirer.com/mcp
    ```

    You'll complete an OAuth 2.1 sign-in flow to securely link your Adspirer account. No API keys needed.
  </Step>

  <Step title="Link Your Ad Accounts">
    On first use, the server will prompt you to connect your ad platform accounts:

    * **Google Ads** — Link via OAuth
    * **Meta Ads** — Link via Facebook Business
    * **LinkedIn Ads** — Link via LinkedIn Campaign Manager
    * **TikTok Ads** — Link via TikTok Business Center

    You can manage multiple accounts across all platforms.
  </Step>
</Steps>

<Check>
  **Verify it works.** After connecting, try asking your AI assistant:

  ```
  Show me my active campaigns across all platforms
  ```
</Check>

## Example Prompts

Once connected, try these:

<CardGroup cols={2}>
  <Card title="Performance Check">
    "How are my Google Ads campaigns performing this week? Compare to last week."
  </Card>

  <Card title="Keyword Research">
    "Research keywords for a B2B SaaS product targeting enterprise companies. Show me CPCs and competition."
  </Card>

  <Card title="Create Campaign">
    "Create a Google Search campaign for our new product launch targeting 'AI marketing tools'."
  </Card>

  <Card title="Budget Optimization">
    "Analyze my wasted spend across all platforms and suggest budget reallocation."
  </Card>
</CardGroup>

## What's Next

<CardGroup cols={2}>
  <Card title="Explore Tools by Platform" icon="wrench" href="/platforms/google-ads">
    See all 100+ tools organized by ad platform
  </Card>

  <Card title="Agent Skills" icon="wand-magic-sparkles" href="/skills/overview">
    Learn about pre-built skills for common ad workflows
  </Card>
</CardGroup>
