> ## 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.

# Connect OpenClaw to Adspirer

> Install the Adspirer plugin for OpenClaw to manage ad campaigns from the OpenClaw agentic platform.

# Connect OpenClaw

OpenClaw uses a plugin-based system for MCP servers.

<Steps>
  <Step title="Install the Plugin">
    ```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
    openclaw plugins install openclaw-adspirer
    ```
  </Step>

  <Step title="Authenticate">
    ```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
    openclaw adspirer login
    ```

    Complete the OAuth sign-in flow in your browser.
  </Step>

  <Step title="Start Using">
    The Adspirer tools are now available in your OpenClaw workflows.
  </Step>
</Steps>

<Check>
  **Verify:** Ask OpenClaw "List my connected ad accounts" to confirm the setup.
</Check>
