/ Directory / Playground / Awesome-MCP-ZH
● Community yzfly ⚡ Instant

Awesome-MCP-ZH

by yzfly · yzfly/Awesome-MCP-ZH

The most comprehensive Chinese-language directory of MCP servers, clients, and resources for the Chinese developer community.

Awesome-MCP-ZH is a curated Chinese-language collection of MCP resources maintained by the community. It catalogs hundreds of MCP servers organized by category (browser automation, databases, cloud, search, communication, finance, file systems, and more), profiles popular MCP clients, and provides educational content about the Model Context Protocol ecosystem.

Why use it

Key features

Live Demo

What it looks like in practice

awesome-mcp-zh.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-mcp-zh": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ],
      "_inferred": true
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-mcp-zh",
      "command": "TODO",
      "args": [
        "See README: https://github.com/yzfly/Awesome-MCP-ZH"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-mcp-zh": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/yzfly/Awesome-MCP-ZH"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add awesome-mcp-zh -- TODO 'See README: https://github.com/yzfly/Awesome-MCP-ZH'

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use Awesome-MCP-ZH

How to find the right MCP server using Awesome-MCP-ZH

👤 Chinese-speaking developers exploring the MCP ecosystem ⏱ ~10 min beginner

When to use: You want to discover MCP servers for a specific use case and prefer Chinese documentation.

Flow
  1. Browse by category
    I need an MCP server for database operations. What options are listed in Awesome-MCP-ZH?✓ Copied
    → List of database MCP servers with descriptions and GitHub links
  2. Compare options
    Compare the top 3 database MCP servers by features, stars, and maintenance activity.✓ Copied
    → Comparison table with key differences

Outcome: An informed choice of MCP server for your use case.

Pitfalls
  • Some listed servers may be outdated or unmaintained — Check the GitHub repo's last commit date and open issues before installing

Choose the best MCP client for your workflow with Awesome-MCP-ZH

👤 Developers deciding between MCP client applications ⏱ ~10 min beginner

When to use: You want to understand the MCP client landscape and pick the right tool.

Flow
  1. Review client profiles
    What MCP clients are recommended in Awesome-MCP-ZH? Compare Claude Desktop, Cherry Studio, and Cursor.✓ Copied
    → Feature comparison of each client

Outcome: A clear understanding of which MCP client fits your needs.

Pitfalls
  • Client capabilities change rapidly — Verify features against the client's official docs as this space evolves quickly

Combinations

Pair with other MCPs for X10 leverage

awesome-mcp-zh + github

Browse the Awesome-MCP-ZH repo to discover servers, then use GitHub MCP to check their health and activity

Find MCP servers for web scraping in Awesome-MCP-ZH, then check each one's GitHub stars and last commit date.✓ Copied

Cost & Limits

What this costs to run

API quota
N/A — this is a curated list
Tokens per call
0
Monetary
Free
Tip
N/A

Security

Permissions, secrets, blast radius

Credential storage: N/A
Data egress: N/A — static content

Troubleshooting

Common errors and fixes

Listed server repo is 404 or archived

The MCP ecosystem moves fast. Check the Awesome-MCP-ZH issues for reported broken links, or search for forks.

README only in Chinese

Use Claude to translate the README or check if the repo has an English version.

Server listed but doesn't work with your client

Check the server's transport support (stdio vs HTTP) matches your MCP client's requirements.

Alternatives

Awesome-MCP-ZH vs others

AlternativeWhen to use it insteadTradeoff
awesome-agent-skillsYou want English-language skill discovery across multiple platformsEnglish-only but broader platform coverage

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills