mcpbeat Sign in

Openai Ads MCP Server

local only

Openai Ads MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 77 installs a week from npm. Last commit 3 Jun 2026.

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

Installs per day peak 19 · avg 10 · +118% w/w
a month agotoday
77
Installs / week
npm · @hypd-ai/openai-ads-mcp
5
Stars
0 open issues
3 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openai Ads MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openai-ads-mcp -- npx -y @hypd-ai/openai-ads-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openai-ads-mcp": {
      "args": [
        "-y",
        "@hypd-ai/openai-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openai-ads-mcp]
command = "npx"
args = ["-y", "@hypd-ai/openai-ads-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openai-ads-mcp": {
      "args": [
        "-y",
        "@hypd-ai/openai-ads-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openai-ads-mcp": {
      "args": [
        "-y",
        "@hypd-ai/openai-ads-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENAI_ADS_API_KEY (OpenAI Ads API key (Bearer token), scoped to one ad account.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openai Ads MCP

same job, measured the same way
Avito Ads MCP
by a1-x-tech

MCP server for the Avito Ads API: campaigns, ad groups, creatives, statistics and balances.

106 installs/wk local only
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
OpenAI Ads MCP
by trakkr-aisearch

OpenAI Ads MCP for ChatGPT Ads campaigns, creatives, audiences, insights, and conversions.

210 installs/wk 13 tools answering
LinkedIn Campaign Manager
by zleventer

MCP server for LinkedIn Ads — 19 read-only tools for campaigns, performance, and Lead Gen Forms.

20 installs/wk local only
AdWeave — Meta Ads MCP Server
by adweave

Meta Ads MCP server with 47 tools for campaigns, creatives, audiences, and insights.

answering
Wealthapi
by wealthapi

Read-only MCP server for wealthAPI: portfolio, cash-flow, and dividend insights for AI assistants.

41 installs/wk local only
Groupsio
by ke4qqq

MCP server for consuming and managing Groups.io data via the Groups.io REST API

27 installs/wk local only
GPT Chat
by codechap

MCP server for the OpenAI ChatGPT API — chat, vision, and embeddings

local only

Openai Ads MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openai Ads MCP?
Openai Ads MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hypd-ai/openai-ads-mcp was installed 77 times last week.
How do I connect Openai Ads MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hypd-ai/openai-ads-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openai Ads MCP?
The npm package @hypd-ai/openai-ads-mcp was installed 77 times in the last week. Week over week that is +118%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openai Ads MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.