Bing Ads runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 9 Sep 2026.
MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
require("child_process").execSync(`open "${dcData.verification_uri}"`);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add bing-ads -- npx -y mcp-bing-ads
{
"mcpServers": {
"bing-ads": {
"args": [
"-y",
"mcp-bing-ads"
],
"command": "npx"
}
}
}
[mcp_servers.bing-ads]
command = "npx"
args = ["-y", "mcp-bing-ads"]
{
"mcpServers": {
"bing-ads": {
"args": [
"-y",
"mcp-bing-ads"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bing-ads": {
"args": [
"-y",
"mcp-bing-ads"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BING_ADS_DEVELOPER_TOKEN (Microsoft Advertising developer token), BING_ADS_CLIENT_ID (Azure AD app client ID for OAuth), BING_ADS_REFRESH_TOKEN (OAuth refresh token for Microsoft Advertising API), BING_ADS_CLIENT_SECRET (Azure AD app client secret (optional for public clients)).
The author declared them in the registry entry; get the values from the project itself.
Google Ads MCP server: 16 tools for reporting, campaigns, keywords, assets. Writes preview first.
Google Ads MCP server — manage campaigns, keywords, and metrics.
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
Google Ads, Meta Ads & GA4 MCP server - 250+ tools for campaigns, creatives, audiences & reports.
MCP server for Google Ads campaign and budget management
Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.
Google Ads MCP server. Read campaigns, manage budgets, pause/enable, add negative keywords.
Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.
Answers built from our own checks of this server.