Awesome-MCP-ZH (MCP Server)

GitHub

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

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "Awesome-MCP-ZH": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Awesome-MCP-ZH"
      ]
    }
  }
}