Bing Cn Mcp Server
@yan5236
About Bing Cn Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bing-cn-mcp-server": {
"command": "npx",
"args": [
"bing-cn-mcp"
]
}
}
}Tools
2使用必应搜索指定的关键词,并返回搜索结果列表,包括标题、链接、摘要和ID
根据提供的ID获取对应网页的内容
Overview
What is Bing Cn Mcp Server?
Bing Cn Mcp Server is an MCP (Model Context Protocol) server that provides Chinese-language Bing search results and webpage content fetching for AI assistants like Claude. It requires no API key and is optimized for Chinese users.
How to use Bing Cn Mcp Server?
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.
Key features of Bing Cn Mcp Server
- 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
Use cases of Bing Cn Mcp Server
- Searching Chinese web content from an AI assistant
- Fetching full webpage content for summarization or analysis
- Integrating Bing search capabilities into custom MCP-based workflows
- Providing localized search results for Chinese-language queries
FAQ from Bing Cn Mcp Server
What dependencies or runtime are required?
You need Node.js and npm (or npx) installed. The server runs as a command-line MCP process.
Do I need an API key to use Bing Cn Mcp Server?
No, the server directly scrapes Bing search results and does not require any API key.
Where does the data come from and where is it stored?
Data is fetched live from Bing.com and the target web pages. The server does not store any data locally.
What are the known limitations?
Some websites may employ anti-scraping measures, causing fetch_webpage to fail. The tool is intended for learning and research purposes only, not for commercial use, and users must comply with Bing's terms of service.
How is the server accessed and authenticated?
The server communicates via standard MCP transport (stdio). No authentication is needed. It is configured as a local command in the MCP client's configuration file.
More Search MCP servers
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Comments