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
{
"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