Loading MCP server directory, please wait...
MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
npx @getmcp/cli add io.github.mharnett/bing-adsRequires Node.js 18+. Community-contributed server. Review source before installing.
BING_ADS_DEVELOPER_TOKENMicrosoft Advertising developer token
BING_ADS_CLIENT_IDAzure AD app client ID for OAuth
BING_ADS_REFRESH_TOKENOAuth refresh token for Microsoft Advertising API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mharnett/bing-ads": {
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
],
"env": {
"BING_ADS_DEVELOPER_TOKEN": "",
"BING_ADS_CLIENT_ID": "",
"BING_ADS_REFRESH_TOKEN": "",
"BING_ADS_CLIENT_SECRET": ""
}
}
}
}