> ## 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 Cursor to Adspirer

> Configure Cursor AI editor with the Adspirer MCP server for ad campaign management from your development environment.

# Connect Cursor

Add the Adspirer MCP server to Cursor by editing your MCP configuration.

<Steps>
  <Step title="Open MCP Config">
    Edit `~/.cursor/mcp.json` (create it if it doesn't exist):

    ```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
    {
      "mcpServers": {
        "adspirer": {
          "url": "https://mcp.adspirer.com/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Restart Cursor">
    Restart Cursor to load the new MCP server configuration.
  </Step>

  <Step title="Authorize">
    When you first use an Adspirer tool, you'll be prompted to complete OAuth sign-in.
  </Step>
</Steps>

<Check>
  **Verify:** In Cursor's chat, ask "List my ad campaigns" to confirm the connection.
</Check>
