← Index

io.github.mharnett/bing-ads

io.github.mharnett/bing-ads·v1.0.2·Documents & Spreadsheets
Quality Score
84
/100

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

§01  Install
Claude Desktop (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": "<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": "<bing_ads_client_id>",
        "BING_ADS_REFRESH_TOKEN": "<your-bing_ads_refresh_token>",
        "BING_ADS_CLIENT_SECRET": "<your-bing_ads_client_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-bing-ads
§02  Environment variables
BING_ADS_DEVELOPER_TOKEN
requiredsecret

Microsoft Advertising developer token

BING_ADS_CLIENT_ID
required

Azure AD app client ID for OAuth

BING_ADS_REFRESH_TOKEN
requiredsecret

OAuth refresh token for Microsoft Advertising API

BING_ADS_CLIENT_SECRET
secret

Azure AD app client secret (optional for public clients)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets