
Openai Ads Mcp
Pull OpenAI Ads campaigns, ad groups, ads, and performance insights into your agent for read-only growth reporting.
Overview
OpenAI Ads MCP is a Grow-phase MCP server that gives agents read-only access to OpenAI Ads campaigns, ad groups, ads, and insights via stdio npm integration.
What is this MCP server?
- Read-only MCP server for OpenAI Ads API entities
- Lists campaigns, ad groups, ads, and insights tools
- npm @hypd-ai/openai-ads-mcp v0.1.3 with stdio transport
- OPENAI_ADS_API_KEY Bearer token scoped to one ad account
- GitHub source at HYPD-AI/openai-ads-mcp
- Registry version 0.1.3
- npm package @hypd-ai/openai-ads-mcp
- 4 entity areas cited: campaigns, ad groups, ads, insights
Community signal: 2 GitHub stars.
What problem does it solve?
You run OpenAI Ads but copying campaign and insight data into the agent for weekly decisions is slow and error-prone.
Who is it for?
Solo builders actively spending on OpenAI Ads who want agent-side read-only reporting tied to one ad account API key.
Skip if: Teams without OpenAI Ads access, builders who need campaign editing in MCP, or pre-launch projects with zero paid distribution.
What do I get? / Deliverables
With OPENAI_ADS_API_KEY set, your agent can query read-only ads entities and insights through @hypd-ai/openai-ads-mcp instead of manual dashboard exports.
- Agent-queryable read-only campaign, ad group, and ad listings
- Insights retrieval from OpenAI Ads API via MCP tools
- Local stdio server registration at registry version 0.1.3
Recommended MCP Servers
Journey fit
Once you are spending on distribution, you need insight loops—Grow is where read-only ads analytics supports iteration on spend and creative. Analytics is the canonical subphase for MCP tools that fetch insights and entity hierarchies without mutating campaigns in-agent.
How it compares
Read-only ads analytics MCP, not a campaign management write API or SEO content skill.
Common Questions / FAQ
Who is OpenAI Ads MCP for?
It is for indie builders and small teams using OpenAI Ads who want Claude Code, Cursor, or similar agents to read campaigns, ad groups, ads, and insights without write operations.
When should I use OpenAI Ads MCP?
Use it in Grow when you are optimizing live paid distribution and need analytics pulled into agent workflows—not before you have an ads account and API key.
How do I add OpenAI Ads MCP to my agent?
Install @hypd-ai/openai-ads-mcp 0.1.3, set OPENAI_ADS_API_KEY to your Bearer token for one ad account, configure stdio MCP for io.github.HYPD-AI/openai-ads-mcp, and invoke read-only tools from your client.