Ripple Ads by Ripple Strategies logoRipple Ads
Guides

Cursor

Ripple Ads in Cursor

Settings → MCP → Add server, or a file in the project.

All guides
  1. Create a token in Ripple

    Dashboard → Connect → Create a token. Read-only to start; read-and-change when you want it to act. Copy it — it is shown once.

  2. Add the server

    Cursor Settings → MCP → Add new global MCP server, or create .cursor/mcp.json in a project.

    {
      "mcpServers": {
        "ripple-ads": {
          "url": "https://ads.ripplestrategies.ca/api/mcp",
          "headers": { "Authorization": "Bearer rpl_…" }
        }
      }
    }
  3. Ask

    Open the agent panel and ask about a campaign by name.

Worth knowing

  • A project-level file is shared with everyone who opens the project. Use a read-only token there.

Need the URL with your token filled in? It is on Dashboard → Connect.