PluginBench
MCP Server

io.github.mharnett/bing-ads MCP Server

io.github.mharnett/bing-ads

What is the io.github.mharnett/bing-ads MCP server?

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

How to install io.github.mharnett/bing-ads

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BING_ADS_DEVELOPER_TOKEN
    required
    secret

    Microsoft Advertising developer token

  • BING_ADS_CLIENT_ID
    required

    Azure AD app client ID for OAuth

  • BING_ADS_REFRESH_TOKEN
    required
    secret

    OAuth refresh token for Microsoft Advertising API

  • BING_ADS_CLIENT_SECRET
    secret

    Azure AD app client secret (optional for public clients)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bing-ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bing-ads"
      ],
      "env": {
        "BING_ADS_DEVELOPER_TOKEN": "<YOUR_BING_ADS_DEVELOPER_TOKEN>",
        "BING_ADS_CLIENT_ID": "<YOUR_BING_ADS_CLIENT_ID>",
        "BING_ADS_REFRESH_TOKEN": "<YOUR_BING_ADS_REFRESH_TOKEN>",
        "BING_ADS_CLIENT_SECRET": "<YOUR_BING_ADS_CLIENT_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bing-ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bing-ads"
      ],
      "env": {
        "BING_ADS_DEVELOPER_TOKEN": "<YOUR_BING_ADS_DEVELOPER_TOKEN>",
        "BING_ADS_CLIENT_ID": "<YOUR_BING_ADS_CLIENT_ID>",
        "BING_ADS_REFRESH_TOKEN": "<YOUR_BING_ADS_REFRESH_TOKEN>",
        "BING_ADS_CLIENT_SECRET": "<YOUR_BING_ADS_CLIENT_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bing-ads": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bing-ads"
      ],
      "env": {
        "BING_ADS_DEVELOPER_TOKEN": "<YOUR_BING_ADS_DEVELOPER_TOKEN>",
        "BING_ADS_CLIENT_ID": "<YOUR_BING_ADS_CLIENT_ID>",
        "BING_ADS_REFRESH_TOKEN": "<YOUR_BING_ADS_REFRESH_TOKEN>",
        "BING_ADS_CLIENT_SECRET": "<YOUR_BING_ADS_CLIENT_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bing-ads": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-bing-ads"
      ],
      "env": {
        "BING_ADS_DEVELOPER_TOKEN": "<YOUR_BING_ADS_DEVELOPER_TOKEN>",
        "BING_ADS_CLIENT_ID": "<YOUR_BING_ADS_CLIENT_ID>",
        "BING_ADS_REFRESH_TOKEN": "<YOUR_BING_ADS_REFRESH_TOKEN>",
        "BING_ADS_CLIENT_SECRET": "<YOUR_BING_ADS_CLIENT_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add bing-ads --env BING_ADS_DEVELOPER_TOKEN=<YOUR_BING_ADS_DEVELOPER_TOKEN> --env BING_ADS_CLIENT_ID=<YOUR_BING_ADS_CLIENT_ID> --env BING_ADS_REFRESH_TOKEN=<YOUR_BING_ADS_REFRESH_TOKEN> --env BING_ADS_CLIENT_SECRET=<YOUR_BING_ADS_CLIENT_SECRET> -- npx -y mcp-bing-ads

Related MCP servers

Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.

View repository →

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

View repository →

Google Search Console MCP: search analytics, URL inspection, site management.

View repository →

GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.

View repository →

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

View repository →

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.

View repository →
io.github.mharnett/bing-ads MCP Server | PluginBench