/ Verzeichnis / Playground / Awesome-MCP-ZH
● Community yzfly ⚡ Sofort

Awesome-MCP-ZH

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

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

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

Installieren

Wählen Sie Ihren 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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

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

Continue nutzt ein Array von Serverobjekten statt einer Map.

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

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: Awesome-MCP-ZH

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

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

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

Ablauf
  1. Browse by category
    I need an MCP server for database operations. What options are listed in Awesome-MCP-ZH?✓ Kopiert
    → 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.✓ Kopiert
    → Comparison table with key differences

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

Fallstricke
  • 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

Wann einsetzen: You want to understand the MCP client landscape and pick the right tool.

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

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

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

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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.✓ Kopiert

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
N/A — this is a curated list
Tokens pro Aufruf
0
Kosten in €
Free
Tipp
N/A

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: N/A
Datenabfluss: N/A — static content

Fehlerbehebung

Häufige Fehler und Lösungen

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.

Alternativen

Awesome-MCP-ZH vs. andere

AlternativeWann stattdessenKompromiss
awesome-agent-skillsYou want English-language skill discovery across multiple platformsEnglish-only but broader platform coverage

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen