mcp-server-bwt
by zizzfizzix·★ 6·综合分 34
Python MCP服务器,将Bing网站管理工具API功能暴露给Claude等AI助手。
ai-llmdeveloper-toolsseo
5
Forks
2
活跃 Issue
13 个月前
最近提交
2 天前
收录于
概述
mcp-server-bwt在AI助手和Bing网站管理工具之间提供了全面的桥梁,使AI系统能够管理网站、提交URL进行索引、分析流量和抓取网站数据。它包装了现有的bing-webmaster-tools Python库,将功能作为MCP工具暴露给AI客户端使用。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
你:SEO专业人员使用Claude监控网站性能并提交内容进行索引
你:开发人员构建与Bing网站管理数据集成的AI驱动分析工具
你:内容创作者通过AI助手直接提交页面来优化网站
什么时候选它
如果您经常使用 Bing 网站管理工具,并希望通过对话式 AI 简化 SEO 任务,请选择此 MCP server。
什么时候不要选它
如果您主要使用其他搜索引擎的网站管理工具,或者需要 Bing 网站管理 API 未暴露的功能,请不要选择它。
此 server 暴露的工具
从 README 抽取出 12 个工具get_sitesList all verified sites in your Bing Webmaster Tools account
submit_urlSubmit a single URL for indexing
get_query_statsGet statistics for search queries
get_crawl_issuesGet crawling issues
get_keyword_statsGet statistics for a keyword
get_url_infoGet information about a URL
submit_url_batchSubmit multiple URLs for indexing in a batch
get_page_statsGet statistics for pages
get_blocked_urlsGet blocked URLs
add_siteAdd a new site to your account
get_rank_and_traffic_statsGet rank and traffic statistics
get_link_countsGet link counts
可对比工具
search-console-mcpseo-toolswebmaster-api-integrationai-seo-assistant
安装
安装
使用uvx(推荐)
添加到Claude桌面配置:
"mcpServers": {
"mcp_server_bwt": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/zizzfizzix/mcp-server-bwt",
"mcp_server_bwt"
]
}
}使用make
- 安装依赖:
make install- 添加到Claude桌面配置:
"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"
}
}
}mcp-server-bwt 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。