Free Bing search MCP server for Claude Code - No API key required
Project description
Bing 搜索 MCP 服务器
免费的 Bing 搜索 MCP 服务器,通过抓取 Bing 搜索结果提供搜索功能。无需 API key,完全免费!
特点
- 🆓 完全免费,无需 API key(与官方 bing-search-mcp 不同)
- 🌐 支持中英文搜索
- 📦 使用 uvx 一键运行
- 🔍 返回标题、URL 和摘要
- 🎯 智能语言检测
安装
本地开发
git clone https://github.com/iridite/bing-search-mcp.git
cd bing-search-mcp
配置 Claude Code
编辑 ~/.claude/mcp.json,添加:
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["--from", "/path/to/bing-search-mcp", "bing-search-mcp"]
}
}
}
或者从 PyPI 安装后(发布后):
{
"mcpServers": {
"bing-search": {
"command": "uvx",
"args": ["mcp-bing-scraper"]
}
}
}
使用
重启 Claude Code 后,将可以使用 bing_search 工具进行网络搜索。
示例:
- 搜索最新科技新闻
- 查找技术文档
- 获取实时信息
开发
# 安装依赖
uv venv
uv pip install -e .
# 测试运行
uvx --from . bing-search-mcp
许可证
MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_bing_scraper-0.1.1.tar.gz.
File metadata
- Download URL: mcp_bing_scraper-0.1.1.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e591136bfd4a8a5d9f0049c6c7873c91d25741706b23d1b540df804e3737f503
|
|
| MD5 |
a0e80740e83c0abc7db7f9bbd247d865
|
|
| BLAKE2b-256 |
da0805bb28063ac35593b9c6c7fa6ad50c3c142a8c5653553ae7b375eb2e0e0e
|
File details
Details for the file mcp_bing_scraper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_bing_scraper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b302287abde4b1622c323ecefdadbee1a097a447a2d64c5773b7b0d39fa987
|
|
| MD5 |
b4ba7baa1bd53c701e9d4945a0319217
|
|
| BLAKE2b-256 |
78c90d6d4f9b25501452308d73e2f15fb46cc602d74071c0ec30f00b7fcd99d5
|