China Ecosystem
БесплатноНе проверенBridges AI agents to Chinese internet services like Baidu, Bilibili, and Chinese web page extraction without requiring API keys.
Описание
Bridges AI agents to Chinese internet services like Baidu, Bilibili, and Chinese web page extraction without requiring API keys.
README
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 |
|---|---|
baidu_search_tool |
Search Baidu — China's #1 search engine. Returns titles, URLs, and snippets in Chinese. |
bilibili_search_tool |
Search Bilibili — China's largest video platform. Returns videos with creator, views, danmaku, likes. Supports sorting by relevance, popularity, date, or danmaku count. |
extract_chinese_page_tool |
Extract clean text content from Chinese websites (Zhihu, Bilibili, 36Kr, CSDN, Jianshu, etc.). Strips ads and navigation noise. |
Quick Start
pip install mcp-china-ecosystem
Or 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 8000
Configure 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
Установка China Ecosystem
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/543366565/mcp-china-ecosystemFAQ
China Ecosystem MCP бесплатный?
Да, China Ecosystem MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для China Ecosystem?
Нет, China Ecosystem работает без API-ключей и переменных окружения.
China Ecosystem — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить China Ecosystem в Claude Desktop, Claude Code или Cursor?
Открой China Ecosystem на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare China Ecosystem with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
