mcp-china-ecosystem
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-china-ecosystemsearch baidu for 2024年诺贝尔奖"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP China Ecosystem 🇨🇳
Bridging AI Agents to the Chinese Internet. Search Baidu, explore Bilibili, extract Chinese web content — no API keys required.
A Model Context Protocol (MCP) server that connects AI agents (Claude Desktop, Cursor, Hermes Agent, etc.) to China's internet ecosystem.
Tools
Tool | Description |
| Search Baidu — China's #1 search engine. Returns titles, URLs, and snippets in Chinese. |
| Search Bilibili — China's largest video platform. Returns videos with creator, views, danmaku, likes. Supports sorting by relevance, popularity, date, or danmaku count. |
| Extract clean text content from Chinese websites (Zhihu, Bilibili, 36Kr, CSDN, Jianshu, etc.). Strips ads and navigation noise. |
Related MCP server: Bilibili MCP Server
Quick Start
pip install mcp-china-ecosystemOr from source:
git clone https://github.com/543366565/mcp-china-ecosystem.git
cd mcp-china-ecosystem
pip install -e .Run
# stdio mode (for Claude Desktop, Cursor, Hermes)
mcp-china-ecosystem
# SSE mode (remote access)
mcp-china-ecosystem --transport sse --host 0.0.0.0 --port 8000Configure Claude Desktop
Edit claude_desktop_config.json:
{
"mcpServers": {
"china-ecosystem": {
"command": "mcp-china-ecosystem"
}
}
}Features
Zero API keys — All services use public interfaces (Bilibili open API, Baidu web scraping)
Chinese-optimized — Built for Chinese-language content and Chinese website structures
Lightweight — Single dependency (parsel + httpx), no heavy frameworks
Fast — Async HTTPX for concurrent requests
Why This Matters
AI agents are great at searching the global web, but China's internet is a walled garden. Baidu, Bilibili, Zhihu, and other Chinese platforms are inaccessible to most MCP tools. This server fills that gap — giving AI agents direct access to the Chinese internet.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/543366565/mcp-china-ecosystem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server