Bing Cn Mcp Server
Description
# Bing CN MCP 一个基于 MCP (Model Context Protocol) 的中文必应搜索工具,可以直接通过 Claude 或其他支持 MCP 的 AI 来搜索必应并获取网页内容。 ## 特点 - 支持中文搜索结果 - 无需 API 密钥,直接爬取必应搜索结果 - 提供网页内容获取功能 - 轻量级,易于安装和使用 - 专为中文用户优化 - 支持 Claude 等 AI 工具调用 ## 安装 ### 全局安装 ```bash npm install -g bing-cn-mcp ``` ### 或者直接通过 npx 运行…
About
# Bing CN MCP 一个基于 MCP (Model Context Protocol) 的中文必应搜索工具,可以直接通过 Claude 或其他支持 MCP 的 AI 来搜索必应并获取网页内容。 ## 特点 - 支持中文搜索结果 - 无需 API 密钥,直接爬取必应搜索结果 - 提供网页内容获取功能 - 轻量级,易于安装和使用 - 专为中文用户优化 - 支持 Claude 等 AI 工具调用 ## 安装 ### 全局安装 ```bash npm install -g bing-cn-mcp ``` ### 或者直接通过 npx 运行 ```bash npx bing-cn-mcp ``` ## 使用方法 ### 启动服务器…
Details
- Author
- yan5236
- Downloads
- 393
- Categories
- Search
Jump to
- Supports Chinese-language search results
- No API key required – scrapes Bing directly
- Fetches webpage content from search results
- Lightweight and easy to install
- Optimized for Chinese-language users
- Works with Claude and other MCP-compatible AI tools
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Bing Cn Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally with npm install -g bing-cn-mcp or run directly with npx bing-cn-mcp. Then configure the server in an MCP-compatible environment (e.g., Cursor) by adding a JSON entry pointing to the command. After configuration, use the mcp__bing_search tool to search Bing and mcp__fetch_webpage tool to retrieve page content.
bing_search
使用必应中文搜索引擎搜索信息。返回搜索结果包括标题、链接和摘要。
crawl_webpage
根据搜索结果的UUID抓取网页内容。支持批量抓取多个网页。会自动过滤黑名单中的网站(如知乎、小红书等)。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"bing cn mcp server": {
"bing-cn-mcp-server": {
"command": "npx",
"args": [
"bing-cn-mcp"
]
}
}
}
}
McpServers
{
"bing-cn-mcp-server": {
"command": "npx",
"args": [
"bing-cn-mcp"
]
}
}
Bing CN MCP
一个基于 MCP (Model Context Protocol) 的中文必应搜索工具,可以直接通过 Claude 或其他支持 MCP 的 AI 来搜索必应并获取网页内容。特点
- 支持中文搜索结果 - 无需 API 密钥,直接爬取必应搜索结果 - 提供网页内容获取功能 - 轻量级,易于安装和使用 - 专为中文用户优化 - 支持 Claude 等 AI 工具调用安装
全局安装
``bash
npm install -g bing-cn-mcp
`
或者直接通过 npx 运行
`bash
npx bing-cn-mcp
`
使用方法
启动服务器
`bash
bing-cn-mcp
`
或者使用 npx:
`bash
npx bing-cn-mcp
`
在支持 MCP 的环境中使用
在支持 MCP 的环境(如 Cursor)中,配置 MCP 服务器来使用它:
1. 找到 MCP 配置文件(例如 .cursor/mcp.json)
2. 添加服务器配置:
`json
{
"mcpServers": {
"bingcn": {
"command": "npx",
"args": [
"bing-cn-mcp"
]
}
}
}
`
Windows用户的配置
`json
{
"mcpServers": {
"bingcnmcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"bing-cn-mcp"
]
}
}
}
`
3. 现在你可以在 Claude 中使用 mcp__bing_search 和 mcp__fetch_webpage 工具了
支持的工具
bing_search
搜索必应并获取结果列表。
参数:
- query: 搜索关键词
- num_results: 返回结果数量(默认为 5)
fetch_webpage
根据搜索结果 ID 获取对应网页的内容。
参数:
- result_id: 从 bing_search 返回的结果 ID
自定义配置
你可以通过创建 .env 文件来自定义配置,例如:
``Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

