Skip to content
Cursor

openai ads mcp for Cursor

io.github.hypd-ai/openai-ads-mcp

Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.

client:Cursor transport:stdio runtime:npm

Install openai ads mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openai-ads-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hypd-ai/openai-ads-mcp"
      ],
      "env": {
        "OPENAI_ADS_API_KEY": "<OPENAI_ADS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openai ads mcp in other clients