Bing Ads
Rank #7,978io.github.mharnett/bing-ads
Production-grade MCP server for Microsoft Advertising (Bing Ads) API. Enables Claude to manage Bing/Microsoft Ads accounts with full campaign, ad group, keyword, and performance analysis capabilities.
Bing Ads is a Model Context Protocol (MCP) server published by mharnett. It ranks #7,978 of 76,851 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Bing Ads is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Mar 13, 2026.
Ranks ahead of 68,873 of 76,851 servers on MCP Toplist.
Use Bing Ads
Add Bing Ads to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
mharnett
Other servers by mharnett
- MCP Google Ads Server#10,496 · 1 ver
- mcp-gtm-ga4#13,444 · 1 ver
- mcp-reddit-ads#13,445 · 1 ver
- Linkedin Ads#13,749 · 2 vers
- Google Analytics 4#13,820 · 1 ver
- Google Search Console#13,821 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bing Ads?
- Bing Ads is maintained by mharnett, which publishes 7 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Bing Ads listed on the Official MCP Registry?
- Yes — Bing Ads is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Bing Ads have?
- MCP Toplist tracks 2 versions of Bing Ads, most recently published on Mar 13, 2026.
- Where can I find the source code for Bing Ads?
- The source code for Bing Ads is hosted at github.com/mharnett/mcp-bing-ads.