Skip to content
Cursor

bing ads for Cursor

io.github.mharnett/bing-ads

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

client:Cursor transport:stdio runtime:npm

Install bing ads in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "bing-ads": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bing ads in other clients