Skip to content
Zed

bing ads for Zed

io.github.mharnett/bing-ads

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

client:Zed transport:stdio runtime:npm

Install bing ads in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "bing-ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bing-ads"
      ],
      "env": {
        "BING_ADS_DEVELOPER_TOKEN": "<BING_ADS_DEVELOPER_TOKEN>",
        "BING_ADS_CLIENT_ID": "<BING_ADS_CLIENT_ID>",
        "BING_ADS_REFRESH_TOKEN": "<BING_ADS_REFRESH_TOKEN>",
        "BING_ADS_CLIENT_SECRET": "<BING_ADS_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

bing ads in other clients