
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
mcp-bing-scraper
Advanced tools
免费的 Bing 搜索 MCP 服务器,通过抓取 Bing 搜索结果提供搜索功能。无需 API key,完全免费!
| 特性 | mcp-bing-scraper (本项目) | bing-search-mcp | 其他搜索 MCP |
|---|---|---|---|
| 💰 费用 | 完全免费 | 需要 Bing API Key (付费) | 大多需要 API Key |
| 🔑 API Key | 不需要 | 需要 | 需要 |
| 🌐 语言支持 | 中英文自动检测 | 英文为主 | 视具体实现 |
| ⚡ 安装难度 | 一行命令 | 需要配置环境变量 | 需要配置 |
| 🎯 使用场景 | 个人开发、学习、原型 | 商业应用 | 商业应用 |
uvx mcp-bing-scraper
pip install mcp-bing-scraper
git clone https://github.com/iridite/bing-search-mcp.git
cd bing-search-mcp
uv venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
uv pip install -e .
编辑 ~/.claude/mcp.json:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["mcp-bing-scraper"]
}
}
}
编辑配置文件:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["mcp-bing-scraper"]
}
}
}
在 Cursor 设置中添加 MCP 服务器配置(参考 Claude Desktop 配置)。
搜索 "Python 教程"
搜索 "机器学习" 返回 20 条结果
用英文搜索 "artificial intelligence"
用户: 现在地球上发生的战争有哪些?
AI 使用 bing_search 工具:
{
"query": "current wars 2026",
"count": 10,
"language": "en-US"
}
返回结果:
🔍 找到 10 条搜索结果:
**1. Ukraine-Russia War: Latest Updates 2026**
🔗 https://www.bbc.com/news/world-europe-...
📝 The ongoing conflict between Ukraine and Russia continues...
**2. Middle East Conflicts 2026**
🔗 https://www.aljazeera.com/news/...
📝 Analysis of current military conflicts in the Middle East region...
...
搜索网络内容。
参数:
query (string, 必需): 搜索查询关键词count (integer, 可选): 返回结果数量,默认 10,范围 1-50language (string, 可选): 语言偏好
auto (默认): 自动检测查询语言zh-CN: 强制使用中文搜索en-US: 强制使用英文搜索返回格式:
[
{
"title": "搜索结果标题",
"url": "https://example.com",
"snippet": "搜索结果摘要..."
}
]
如果需要修改超时时间,可以 fork 项目并修改 server.py 中的 timeout 参数:
self.client = httpx.AsyncClient(
timeout=60.0, # 修改为 60 秒
...
)
修改 headers 中的 User-Agent 以适应特定需求。
可能原因:
解决方案:
uvx --reinstall mcp-bing-scraper解决方案:
count 参数值可能原因: Bing 页面结构更新
解决方案:
欢迎贡献!请查看 CONTRIBUTING.md 了解详情。
git clone https://github.com/iridite/bing-search-mcp.git
cd bing-search-mcp
uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"
pytest
MIT License - 详见 LICENSE 文件
如果这个项目对你有帮助,请给个 Star ⭐️
有问题或建议?欢迎:
注意: 本项目仅供学习和个人使用。请遵守 Bing 的服务条款和 robots.txt 规则。商业使用建议使用官方 Bing Search API。
FAQs
Free Bing search MCP server for Claude Code - No API key required
We found that mcp-bing-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.