MCP.so
Sign In

Bing Cn Mcp Server

@yan5236

About Bing Cn Mcp Server

No overview available yet

Basic information

Category

Search

License

MIT license

Runtime

node

Transports

stdio

Publisher

yan5236

Submitted by

wujiamin

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.

Comments

More Search MCP servers