HYPD AI - OpenAI Ads
Rank #17,975io.github.HYPD-AI/openai-ads-mcp
Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.
HYPD AI - OpenAI Ads is a Model Context Protocol (MCP) server published by HYPD-AI. It ranks #17,975 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. HYPD AI - OpenAI Ads is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 97,616 of 115,591 servers on MCP Toplist.
Use HYPD AI - OpenAI Ads
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openai-ads-mcp -e "OPENAI_ADS_API_KEY=<your OPENAI_ADS_API_KEY>" -- npx -y @hypd-ai/openai-ads-mcpReplace each placeholder with your own value before saving.
[mcp_servers.openai-ads-mcp]
command = "npx"
args = ["-y", "@hypd-ai/openai-ads-mcp"]
[mcp_servers.openai-ads-mcp.env]
OPENAI_ADS_API_KEY = "<your OPENAI_ADS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openai-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<your OPENAI_ADS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openai-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<your OPENAI_ADS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openai-ads-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<your OPENAI_ADS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openai-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<your OPENAI_ADS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openai-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<your OPENAI_ADS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.HYPD-AI%2Fopenai-ads-mcp)<a href="https://mcptoplist.com/server/io.github.HYPD-AI%2Fopenai-ads-mcp"><img src="https://mcptoplist.com/badge/io.github.HYPD-AI%2Fopenai-ads-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
HYPD-AI
Other servers by HYPD-AI
View all HYPD-AI servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Jun 3, 2026 |
Frequently asked questions
- Who maintains HYPD AI - OpenAI Ads?
- HYPD AI - OpenAI Ads is maintained by HYPD-AI, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is HYPD AI - OpenAI Ads listed on the Official MCP Registry?
- Yes — HYPD AI - OpenAI Ads is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does HYPD AI - OpenAI Ads have?
- MCP Toplist tracks 1 version of HYPD AI - OpenAI Ads, most recently published on Jun 3, 2026.
- Where can I find the source code for HYPD AI - OpenAI Ads?
- The source code for HYPD AI - OpenAI Ads is hosted at github.com/hypd-ai/openai-ads-mcp.