Bing Ads
Rank #13,429io.github.mharnett/bing-ads
MCP server providing bing-ads capabilities
Bing Ads is a Model Context Protocol (MCP) server published by mharnett. It ranks #13,429 of 115,591 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 102,162 of 115,591 servers on MCP Toplist.
Use Bing Ads
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bing-ads -e "BING_ADS_DEVELOPER_TOKEN=<your BING_ADS_DEVELOPER_TOKEN>" -e "BING_ADS_CLIENT_ID=<your BING_ADS_CLIENT_ID>" -e "BING_ADS_REFRESH_TOKEN=<your BING_ADS_REFRESH_TOKEN>" -e "BING_ADS_CLIENT_SECRET=<your BING_ADS_CLIENT_SECRET>" -- npx -y mcp-bing-adsReplace each placeholder with your own value before saving.
[mcp_servers.bing-ads]
command = "npx"
args = ["-y", "mcp-bing-ads"]
[mcp_servers.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mharnett%2Fbing-ads)<a href="https://mcptoplist.com/server/io.github.mharnett%2Fbing-ads"><img src="https://mcptoplist.com/badge/io.github.mharnett%2Fbing-ads.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mharnett
Other servers by mharnett
- MCP Google Ads Server#12,954 · 1 ver
- mcp-gtm-ga4#18,060 · 1 ver
- mcp-ga4#22,241 · 1 ver
- mcp-google-gsc#22,242 · 1 ver
- Linkedin Ads#24,467 · 2 vers
- mcp-reddit-ads#29,216 · 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.