bing-mcp-cn-enhanced
Verified Safeby Lynxe-public
Overview
Provides a local Model Context Protocol (MCP) server that allows AI agents (like Claude) to perform localized Chinese Bing searches and fetch content from the resulting web pages.
Installation
npx bing-cn-mcp-enhancedEnvironment Variables
- USER_AGENT
Security Notes
The server uses Playwright for browser automation, which involves launching a headless browser and injecting a comprehensive anti-detection JavaScript payload into every page visited. While this is necessary for its functionality, fetching arbitrary web content always carries inherent risks of exposure to malicious web content within the isolated browser environment. The `execSync` function is used for Playwright Chromium installation, which executes shell commands but is for a controlled, hardcoded installation step.
Similar Servers
MCP
A remote Model Context Protocol (MCP) server that provides access to Jina Reader, Embeddings and Reranker APIs with a suite of URL-to-markdown, web search, image search, and embeddings/reranker tools.
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
mcp-tavily
Provides AI-powered web search, answer generation, and news search capabilities to LLMs via the Tavily API for research, fact-finding, and gathering detailed information.