Bing CN

v1.0.2Search & Data Extractionstable

MCP server for bing cn

mcpbingsearchchinese搜索
Share:
61
Stars
0
Downloads
0
Weekly
0/5

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

Perform searches on Bing China from AI assistants.
Access search results in Chinese language context.
Integrate Bing search into AI workflows.
yan5236

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.2
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y bing-cn-mcp

Manual Installation

npx -y bing-cn-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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 --version
2

Add 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"]
    }
  }
}
3

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"]
    }
  }
}
4

Restart your MCP client

Fully quit and relaunch Claude Desktop so it picks up the new server configuration.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "bing-cn": { "command": "npx", "args": ["-y", "bing-cn-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides