MCP Directory
Back

claude-agent-sdk-master

by ErlichLiu · TypeScript · ★ 252

Learn to build real-world applications with Claude Agent SDK. This tutorial takes you from basics to advanced implementations, covering essential integrations (Skills, MCP) and the core principles of human-AI interaction.

Install

npx -y github:ErlichLiu/claude-agent-sdk-master

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-agent-sdk-master": {
      "command": "npx",
      "args": [
        "-y",
        "github:ErlichLiu/claude-agent-sdk-master"
      ]
    }
  }
}

From the README

Claude Agent SDK Master 🎓 从零到一掌握 Claude Agent SDK 的渐进式学习教程 快速开始 • 学习路线 • 项目结构 • 核心理念 • 相关资源 本教程推荐采用 MiniMax API 更丝滑更具性价比的完成 Claude Agent SDK 的学习,全面兼容所有功能(订阅 Coding Plan 一样可以生成 Coding Plan api key 来学习和应用到本教程) MiniMax api 获取和注册地址,还可领取 88 折的优惠!:https://platform.minimaxi.com/subscribe/coding-plan?code=cVcgRF3hAQ&source=link --- 本系列采用**渐进式学习路径**,每一章在前一章基础上递进,建议按顺序学习: | 章节 | 主题 | 核心内容 | 状态 | |------|------|----------|------| | **第一章** | 🚀 [快速入门](./01-quick-start) | Workspace、Session、上下文管理、流式对话 | ✅ 已完成 | | **第二章** | 🔧 [工具与 MCP](./02-tools-and-mcp) | MCP Tools 集成、Tool Calling、工具活…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers