Bing Webmaster Tools MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bing Webmaster Tools MCPList my sites in Bing Webmaster Tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bing Webmaster Tools MCP
A local MCP server that exposes the Bing Webmaster Tools API to Claude, the same way the Google Search Console connector works. Your API key stays on your machine.
What it can do
Read tools: list sites, rank & traffic stats, query stats, query→page and page→query breakdowns, page stats, per-URL traffic, crawl stats, crawl issues, crawl settings, URL info, child-URL info, sitemaps/feeds, link counts, inbound links, connected pages, keyword research, related keywords, blocked URLs, submission quotas.
Write tools (labelled WRITE in the tool list): submit URL, submit URL batch, submit/remove sitemap, block/unblock URL.
call_bing_api is a generic escape hatch to reach any other Bing Webmaster API
method (AddSite, VerifySite, SaveCrawlSettings, GetQueryTrafficStats, etc.).
Related MCP server: bing-seo-mcp
1. Get your API key
If you ever need a new one: Bing Webmaster Tools → Settings (gear icon) → API Access → API Key → generate/copy.
2. Install
Requires Python 3.10+.
cd <folder containing bing_webmaster_mcp.py>
python3 -m pip install -r requirements.txt3. Register it in the Claude desktop app
Open the Claude config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add this under mcpServers (merge if the key already exists). Use the absolute
path to the script and put your key in the env block:
{
"mcpServers": {
"bing-webmaster": {
"command": "python3",
"args": ["/ABSOLUTE/PATH/TO/bing_webmaster_mcp.py"],
"env": {
"BING_WEBMASTER_API_KEY": "PASTE_YOUR_KEY_HERE"
}
}
}
}Save, then fully quit and reopen the Claude desktop app. The bing-webmaster
tools will appear in the connectors list.
Tip: if
python3isn't on your PATH inside the app, use the full path to your interpreter (find it withwhich python3).
4. Test it
Run it directly to confirm it starts without errors:
BING_WEBMASTER_API_KEY=yourkey python3 bing_webmaster_mcp.pyIt should start and wait on stdio (no output = good; Ctrl+C to exit). Then in
Claude, ask: "List my Bing Webmaster sites" — it should call list_sites.
Notes
siteUrlmust match exactly how the site is registered in Bing (includinghttp(s)://and trailing slash). Runlist_sitesfirst to get exact values.Dates for keyword tools use
YYYY-MM-DD.The API is rate-limited; submission tools consume your daily/monthly quota.
This uses the official Bing Webmaster API: https://learn.microsoft.com/en-us/bingwebmaster/getting-access
This server cannot be deployed
Maintenance
Related MCP Connectors
Website analyses and Knowledge Packs for the authenticated account via OAuth 2.1 + DCR.
Read Search Console performance, keyword opportunities and annotations for your sites.
SEO & marketing toolkit for AI agents: GA4, Search Console, AdSense, GTM, PageSpeed, Trends.
Create and manage short links, track clicks, and automate URL management
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Google SearchConsole tools and services through a unified API.2MIT
- AlicenseBqualityBmaintenanceProvides AI agents full access to Bing Webmaster Tools API for site management, URL submission, sitemaps, traffic stats, keyword research, and URL blocking.2494 npm1MIT
- AlicenseBqualityBmaintenanceEnables AI agents to query Bing Webmaster Tools for traffic, indexing, crawl issues, inbound links, and keywords, and to safely plan state-changing operations like URL and IndexNow submissions through a reviewable two-step workflow.62MIT
- AlicenseCqualityBmaintenanceEnables AI assistants to query Bing Webmaster Tools data such as site verification, traffic analytics, and search performance, with read-only defaults and configurable site access controls.34MIT