Awesome MCP ZH
MCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
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
Maintainer
Works with
Installation
Manual Installation
npx awesome-mcp-zhConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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-ZHChoose 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.
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.
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-fetchConfigure 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.
Awesome MCP ZH Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome MCP ZH? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Awesome MCP ZH 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 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.