MCP Hub China
MCP Hub 中国是一个专注于 Model Context Protocol (MCP) 生态的开源平台。它致力于汇聚全球优质的 MCP 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。
What is MCP Hub China?
MCP Hub China is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp hub 中国是一个专注于 model context protocol (mcp) 生态的开源平台。它致力于汇聚全球优质的 mcp 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。
MCP Hub 中国是一个专注于 Model Context Protocol (MCP) 生态的开源平台。它致力于汇聚全球优质的 MCP 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。
This server falls under the Knowledge & Memory and Developer Tools categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP Hub 中国是一个专注于 Model Context Protocol (MCP) 生态的开源平台。它致力于汇聚
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-cnConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Hub China
MCP Hub China (MCP Hub 中国) is an open-source platform and monorepo dedicated to the Chinese MCP ecosystem, aggregating high-quality MCP servers from around the world and providing service discovery, integration guides, and usage examples in Chinese. The project includes a web application for browsing and showcasing MCP services, a CLI tool for one-command server installation across clients like Cursor, and reference MCP server implementations such as file-operations and weather-api. It serves as the central hub for Chinese developers building with the Model Context Protocol.
Prerequisites
- Node.js 18 or newer and pnpm package manager
- Git for cloning the repository
- A supported MCP client such as Cursor IDE or Claude Desktop
- Basic familiarity with Model Context Protocol concepts
Install the CLI tool globally
Install the MCP Hub China CLI globally via npm. This gives you the mcp command for discovering and installing MCP servers.
npm install -g @mcp_hub_org/cliBrowse and install a server
Use the CLI to install a specific MCP server for your client. For example, to install the sequential-thinking server for Cursor IDE, run the following command.
mcp install sequential-thinking --client cursorGenerate a deep link for easy sharing
Generate a deep link for one-click installation of an MCP server on macOS. This is useful for sharing server configurations with team members.
mcp deeplink sequential-thinking --platform macRun the web platform locally for development
Clone the repository and start the local web development server to browse the full catalog of MCP services at http://localhost:7777.
git clone https://github.com/mengjian-github/mcp-cn.git
cd mcp-cn
pnpm install
pnpm devConfigure your MCP client manually
If you prefer manual configuration, add the desired MCP server entry to your Claude Desktop config file. The CLI automates this step for supported clients.
MCP Hub China Examples
Client configuration
Example Claude Desktop configuration for one of the bundled MCP server implementations from the mcp-cn monorepo.
{
"mcpServers": {
"mcp-cn-weather": {
"command": "node",
"args": ["/path/to/mcp-cn/packages/servers/weather-api/dist/index.js"],
"env": {}
}
}
}Prompts to try
Use these prompts to explore MCP Hub China's capabilities for discovering and installing MCP services.
- "搜索关于文件操作的MCP服务" (Search for file-operation MCP services)
- "安装 sequential-thinking MCP 服务到 Cursor" (Install sequential-thinking to Cursor)
- "列出所有可用的MCP服务分类" (List all available MCP service categories)
- "生成 sequential-thinking 服务的一键安装链接" (Generate a one-click install link for sequential-thinking)Troubleshooting MCP Hub China
mcp command not found after installing @mcp_hub_org/cli
Ensure your global npm bin directory is in your PATH. Run `npm bin -g` to find the location and add it to your shell profile (e.g., ~/.zshrc or ~/.bashrc).
pnpm dev fails to start the web server
Ensure you have pnpm installed (`npm install -g pnpm`) and that all workspace packages are installed by running `pnpm install` from the repository root before running `pnpm dev`.
Server installation fails for a specific MCP client
Check that the --client flag matches a supported client (cursor, claude). For unsupported clients, use `mcp deeplink` to generate a config snippet you can paste manually.
Frequently Asked Questions about MCP Hub China
What is MCP Hub China?
MCP Hub China is a Model Context Protocol (MCP) server that mcp hub 中国是一个专注于 model context protocol (mcp) 生态的开源平台。它致力于汇聚全球优质的 mcp 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。 It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Hub China?
Follow the installation instructions on the MCP Hub China GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Hub China?
MCP Hub China works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Hub China free to use?
Yes, MCP Hub China is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP Hub China Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to MCP Hub China? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Hub China in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Hub China?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.