Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-bwt": {
"args": [
"In"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This MCP (Model Context Protocol) server provides a bridge between supported AI assistants like Claude or Cursor and the Bing Webmaster Tools API. It exposes all Bing Webmaster Tools functionality available via bing-webmaster-tools as MCP tools that can be used by AI assistants to interact with your Bing Webmaster Tools account.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'In' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked In against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / analytics
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Bwt and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Bing Webmaster Tools
This MCP (Model Context Protocol) server provides a bridge between supported AI assistants like Claude or Cursor and the Bing Webmaster Tools API. It exposes all Bing Webmaster Tools functionality available via bing-webmaster-tools as MCP tools that can be used by AI assistants to interact with your Bing Webmaster Tools account.
Once configured, you can use the MCP server with Claude to interact with your Bing Webmaster Tools account. Here are some example prompts:
Claude will use the appropriate MCP tools to fulfill your requests.
When using uvx no specific installation is needed. We will use it to directly run mcp_server_bwt from the client app.
In your Claude config specify:
"mcpServers": {
"mcp_server_bwt": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/zizzfizzix/mcp-server-bwt",
"mcp_server_bwt"
]
}
}
In your Zed settings.json add:
"context_servers": [
"bwtServer": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/zizzfizzix/mcp-server-bwt",
"mcp_server_bwt"
]
}
]
Alternatively you can install mcp_server_bwt using make:
make install
In your Claude config specify:
"mcpServers": {
"bwtServer": {
"command": "/PATH/TO/mcp-server-bwt/.venv/bin/python",
"args": ["/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py"],
"env": {
"BING_WEBMASTER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
In your Zed settings.json add:
"context_servers": {
"bwtServer": {
"command": "/PATH/TO/mcp-server-bwt/.venv/bin/python",
"args": ["/PATH/TO/mcp-server-bwt/mcp_server_bwt/main.py"],
"env": {
"BING_WEBMASTER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
The server provides the following Bing Webmaster Tools API functionality (more info in the API docs):
get_sites: List all verified sites in your Bing Webmaster Tools accountadd_site: Add a new site to your accountverify_site: Verify ownership of a siteremove_site: Remove a site from your accountget_site_roles: Get roles for a specific siteadd_site_roles: Add roles to a siteremove_site_role: Remove a role from a siteget_site_moves: Get information about site movessubmit_site_move: Submit a site move requestsubmit_url: Submit a single URL for indexingsubmit_url_batch: Submit multiple URLs for indexing in a batchsubmit_content: Submit content for indexingsubmit_feed: Submit a feed for indexingget_feeds: Get all submitted feedsget_feed_details: Get details about a specific feedremove_feed: Remove a feed from your accountget_url_submission_quota: Check your URL submission quotaget_content_submission_quota