MCP Directory
Back

claude-code-tutorial

by hiliyongke · Python · ★ 55

Claude Code CLI 中文教程 - 从入门到精通,涵盖配置、Hooks、Skills、MCP集成及企业级最佳实践。

Install

pip install git+https://github.com/hiliyongke/claude-code-tutorial.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-tutorial": {
      "command": "uvx",
      "args": [
        "git+https://github.com/hiliyongke/claude-code-tutorial.git"
      ]
    }
  }
}

From the README

> 一本系统、深入、实用的 Claude Code 智能编程工具教程 > > 内容以 Claude 3.5 / 4.5 及之后的最新模型能力为参考编写 本书是一本全面介绍 **Claude Code**(Anthropic 官方智能编程工具)的技术教程,旨在帮助开发者从零开始掌握这一强大的 AI 编程助手工具。无论您是初次接触 AI 辅助编程的新手,还是希望深入挖掘 Claude Code 高级功能的资深开发者,本书都将为您提供系统性的知识体系和实践指导。 Claude Code 是 Anthropic 公司推出的 **Agentic Coding Tool**(智能编程工具),通过 npm 包 分发。它能够: - 在终端中直接运行,理解完整代码库 - 自主规划任务、执行命令、修改文件 - 支持长达 7 小时的连续自主工作(Claude Opus 4.5) - 通过 MCP 协议连接外部数据源和服务 - 与 GitHub Actions 深度集成 | 时间 | 更新内容 | |------|---------| | 2025年2月 | Claude 3.7 Sonnet 发布(首款混合推理模型),Claude Code 首发 | | 2025年5月 | Claude 4 系列发布(Opus 4、Sonnet 4) | | 2025年7月 | 远程 MCP 服务器支持 |…
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