Awesome MCP ZH

v1.0.0Developer Toolsstable

MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

claudeclaude-mcpdeepseekdeepseek-mcpmcp
Share:
7,122
Stars
0
Downloads
0
Weekly
0/5

What is Awesome MCP ZH?

Awesome MCP ZH is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp 资源精选, mcp指南,claude mcp,mcp servers, mcp clients

MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Use Cases

Discover curated MCP resources and guides in Chinese.
Find Claude MCP servers and clients for your AI projects.
yzfly

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-mcp-zh

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 Awesome MCP ZH

Awesome MCP ZH is a curated Chinese-language resource collection for the Model Context Protocol ecosystem, cataloguing over 130 MCP servers organized across 20+ categories alongside guides on MCP clients, deployment options, and getting-started recommendations tailored for Chinese developers. It covers servers spanning browser automation, databases (MongoDB, PostgreSQL, Redis), cloud platforms (AWS, Azure, Kubernetes), communication tools (Slack, Gmail), search engines, and developer tools — with each entry tagged by language (Python, TypeScript, Go, Rust) and deployment type (local, cloud). Chinese-speaking developers and teams use it as a single-source directory to discover and evaluate MCP integrations without navigating English-only resources.

Prerequisites

  • A web browser to browse the repository at https://github.com/yzfly/Awesome-MCP-ZH
  • An MCP client such as Claude Desktop, Cherry Studio, Cursor, or Claude Code
  • Git to clone repositories of specific servers you want to install
  • The runtime for your chosen server (Python, Node.js, Go, or Rust depending on the server)
1

Browse the repository

Visit the Awesome MCP ZH repository to explore curated server listings. The README is in Chinese and organized by category.

# Open in browser:
# https://github.com/yzfly/Awesome-MCP-ZH
2

Choose an MCP client

For new Chinese users, the repository recommends Cherry Studio as the client and Alibaba Qwen as the LLM — both are free, require no VPN, and support easy MCP configuration through a visual interface.

3

Find a server by category

Browse the categorized server list. Each entry includes a GitHub link, description, implementation language tag, and deployment type (local or cloud). Click through to the server's GitHub page for installation instructions.

4

Install a server from the directory

Once you've selected a server, follow its GitHub README for installation. Most TypeScript/JavaScript servers can be installed via npm or npx, Python servers via pip or uvx, Go servers via go install, and Rust servers via cargo.

# Example for a TypeScript server:
npx @modelcontextprotocol/server-filesystem /path/to/directory

# Example for a Python server via uvx:
uvx mcp-server-fetch
5

Configure your MCP client

Add the selected server to your MCP client configuration file. The exact format varies by client — Claude Desktop uses claude_desktop_config.json, Cherry Studio has a graphical configuration interface.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/directory"]
    }
  }
}

Awesome MCP ZH Examples

Client configuration

Example Claude Desktop configuration showing how to wire up a server discovered through Awesome MCP ZH — using the official filesystem server as a representative example.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/yourname/Documents"]
    }
  }
}

Prompts to try

Questions and tasks for exploring the Awesome MCP ZH directory and finding the right server for your use case.

- "Find me an MCP server for connecting to PostgreSQL databases in the Awesome MCP ZH list"
- "What MCP servers are available for browser automation according to this directory?"
- "Show me all Go-based MCP servers listed in Awesome MCP ZH"
- "Which MCP servers in this list support local deployment without any cloud dependency?"
- "Find an MCP server for Slack integration from this Chinese MCP resource list"

Troubleshooting Awesome MCP ZH

Some GitHub links in the repository return 404 errors

The directory is community-maintained and some linked projects may have been deleted or renamed. Search for the server name directly on GitHub or npm to find its current location. You can also open an issue or PR on the Awesome MCP ZH repository to report the broken link.

Installation instructions for listed servers are in English only

The Awesome MCP ZH repository provides Chinese descriptions but individual server READMEs are often in English. Use the server's GitHub page for exact installation commands, or check if the repository has a Chinese translation in its wiki.

Cherry Studio does not show MCP server tools after configuration

In Cherry Studio, go to Settings > MCP Servers and verify the server entry is enabled (toggle is on). Restart Cherry Studio after adding a new server. Also ensure the server binary or command is accessible on your system PATH.

Frequently Asked Questions about Awesome MCP ZH

What is Awesome MCP ZH?

Awesome MCP ZH is a Model Context Protocol (MCP) server that mcp 资源精选, mcp指南,claude mcp,mcp servers, mcp clients It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Awesome MCP ZH?

Follow the installation instructions on the Awesome MCP ZH GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Awesome MCP ZH?

Awesome MCP ZH works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Awesome MCP ZH free to use?

Yes, Awesome MCP ZH is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

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

Read the full setup guide →

Ready to use Awesome MCP ZH?

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