MCP Hub China

v1.0.0Knowledge & Memorystable

MCP Hub 中国是一个专注于 Model Context Protocol (MCP) 生态的开源平台。它致力于汇聚全球优质的 MCP 服务,提供一站式的解决方案,包括服务发现、接入指南和使用示例,并建立完善的中文生态,欢迎开发者参与贡献和完善平台功能。

mcp-cnmcpai-integration
Share:
64
Stars
0
Downloads
0
Weekly
0/5

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

Discover Chinese MCP server implementations.
Access MCP integration guides in Chinese.
Build MCP ecosystem contributions for Chinese users.
mengjian-github

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 11, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-cn

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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/cli
2

Browse 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 cursor
3

Generate 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 mac
4

Run 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 dev
5

Configure 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.

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.

Quick Config Preview

{ "mcpServers": { "mcp-cn": { "command": "npx", "args": ["-y", "mcp-cn"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides