bing ads for Claude Desktop
io.github.mharnett/bing-ads
MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
client:Claude Desktop
transport:stdio
runtime:npm
Install bing ads in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bing-ads": {
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs