Bing CN
MCP server for bing cn
What is Bing CN?
Bing CN is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for bing cn
MCP server for bing cn
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for bing cn
Use Cases
Maintainer
Works with
Installation
NPM
npx -y bing-cn-mcpManual Installation
npx -y bing-cn-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Bing CN
Bing CN is a TypeScript MCP server that connects AI assistants to Bing's Chinese-language search engine (cn.bing.com), enabling web searches and targeted webpage content extraction from within an AI chat. It requires no API key and works out of the box by routing queries through Bing China's public search endpoint. Teams that need Chinese-language web research integrated into their AI workflow — including developers, content creators, and researchers — can use this server to search and summarise Chinese web content without leaving their AI client.
Prerequisites
- Node.js 18 or newer installed
- npx available (bundled with npm 5.2+)
- An MCP-compatible client such as Claude Desktop
- Network access to cn.bing.com (not blocked by a firewall or VPN)
Confirm Node.js is installed
The server runs via npx without a separate installation step, but Node.js 18+ must be present on the machine.
node --versionAdd the server to your MCP client configuration
Open your Claude Desktop config file and add a bing-search entry. On macOS/Linux use the npx command directly; on Windows wrap it in cmd /c.
{
"mcpServers": {
"bing-search": {
"command": "npx",
"args": ["-y", "bing-cn-mcp"]
}
}
}Windows-specific configuration
On Windows, npx must be invoked through cmd to resolve correctly in Claude Desktop.
{
"mcpServers": {
"bing-search": {
"command": "cmd",
"args": ["/c", "npx", "-y", "bing-cn-mcp"]
}
}
}Restart your MCP client
Fully quit and relaunch Claude Desktop so it picks up the new server configuration.
Test the search tool
Ask the AI to search for something in Chinese. It will invoke the bing_search tool and return ranked results with titles, URLs, and excerpts.
Bing CN Examples
Client configuration
Minimal claude_desktop_config.json entry for macOS and Linux. No environment variables or API keys are required.
{
"mcpServers": {
"bing-search": {
"command": "npx",
"args": ["-y", "bing-cn-mcp"]
}
}
}Prompts to try
These prompts exercise both the bing_search and crawl_webpage tools exposed by the server.
- "Search Bing China for the latest news about electric vehicles."
- "Find TypeScript tutorials on Bing and summarise the top three results."
- "Search for 'React Hooks 教程' and show me results 11 to 20."
- "Fetch the content of https://example.com/article and summarise it."Troubleshooting Bing CN
Search returns no results or connection errors
The server connects directly to cn.bing.com. If you are outside mainland China, a VPN may block or alter routing. Check that cn.bing.com is reachable from your machine with 'curl https://cn.bing.com'.
crawl_webpage returns an error for a Chinese news site
Several popular Chinese sites (Zhihu, Xiaohongshu, Weibo, WeChat, Douyin, Bilibili, CSDN) are intentionally blocked by the server. Use bing_search to get summaries instead, or try a direct URL to a site not on the blocklist.
npx command not found on Windows in Claude Desktop
Use the Windows-specific config that wraps npx in 'cmd /c'. Also ensure Node.js was installed with the 'Add to PATH' option so that cmd can find npx.
Frequently Asked Questions about Bing CN
What is Bing CN?
Bing CN is a Model Context Protocol (MCP) server that mcp server for bing cn It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Bing CN?
Install via npm with the command: npx -y bing-cn-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Bing CN?
Bing CN works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Bing CN free to use?
Yes, Bing CN is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Bing CN Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to Bing CN? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Bing CN in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Bing CN?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.