← Back to Plugins
MCP Server MCP

io.github.mharnett/bing-ads

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-bing-ads",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Microsoft Advertising developer token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BING_ADS_DEVELOPER_TOKEN"
        },
        {
          "description": "Azure AD app client ID for OAuth",
          "isRequired": true,
          "format": "string",
          "name": "BING_ADS_CLIENT_ID"
        },
        {
          "description": "OAuth refresh token for Microsoft Advertising API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BING_ADS_REFRESH_TOKEN"
        },
        {
          "description": "Azure AD app client secret (optional for public clients)",
          "format": "string",
          "isSecret": true,
          "name": "BING_ADS_CLIENT_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...