MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
claude mcp add bing-ads -- npx -y mcp-bing-ads
claude_desktop_config.json
{
"mcpServers": {
"bing-ads": {
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bing-ads": {
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bing-ads": {
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bing-ads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bing-ads": {
"command": "npx",
"args": [
"-y",
"mcp-bing-ads"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mharnett--bing-ads/reviews or the review_server meta-tool.
POST /mcp