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.
BING_ADS_DEVELOPER_TOKENrequiredsecretMicrosoft Advertising developer token
BING_ADS_CLIENT_IDrequiredAzure AD app client ID for OAuth
BING_ADS_REFRESH_TOKENrequiredsecretOAuth refresh token for Microsoft Advertising API
BING_ADS_CLIENT_SECRETsecretAzure AD app client secret (optional for public clients)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-adsRelated 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 →