openai ads mcp for Zed
io.github.hypd-ai/openai-ads-mcp
Read-only MCP server for the OpenAI Ads API: campaigns, ad groups, ads, and insights.
client:Zed
transport:stdio
runtime:npm
Install openai ads mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"openai-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@hypd-ai/openai-ads-mcp"
],
"env": {
"OPENAI_ADS_API_KEY": "<OPENAI_ADS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs