awesome-agentic-ai-zh (MCP Server)

GitHub

A trilingual (繁中 / English / 简中) learning roadmap for agentic AI: from LLM basics to multi-agent systems, with 240+ curated resources and hands-on examples. 中文 AI agent 學習地圖。

Claude Desktop Configuration

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

{
  "mcpServers": {
    "awesome-agentic-ai-zh": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-agentic-ai-zh"
      ]
    }
  }
}