Open source

OpenAI Ads MCP

Our latest open-source project: an MCP server for the new OpenAI Ads platform.

OpenAI Ads is a new advertising platform from OpenAI, with a new API surface and a new way of thinking about audiences, budgets, and creative. We built an MCP server for it so that any agent (Claude, ChatGPT, Cursor, or anything else that speaks MCP) can read and write campaigns with a single manifest URL.

We built it open source for two reasons. First, MCP is most useful when the ecosystem moves together; a closed reference server slows everyone down. Second, the protocol is still young, and we want feedback from the people actually shipping agents against it.

Install it via npm or run it directly from the repo. The README walks through OAuth setup, scopes, and how to wire it into your client of choice. PRs welcome, we triage weekly.

hypd-ai / openai-ads-mcp

openai-ads-mcp

MCP server for the OpenAI Ads platform. Read and write campaigns from any MCP-aware client.

42TypeScriptMIT
Get started

Install and run in under a minute.

The CLI handles OAuth, scope selection, and wiring into your MCP client. Replace the placeholder values with your own.

# install
npx @hypd/openai-ads-mcp init

# authenticate
npx @hypd/openai-ads-mcp auth login

# add to Claude Desktop
npx @hypd/openai-ads-mcp install --client claude

# verify
npx @hypd/openai-ads-mcp doctor

Bring paid media into your AI, safely.