> ## Documentation Index
> Fetch the complete documentation index at: https://docs-docflow.textin.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 安装 Coding Agent 工具

> 选择一款支持 MCP 的 AI Coding 工具

## 01 推荐工具

请先安装一款支持 MCP 协议的 AI Coding 工具，以下是我们推荐的几款：

<CardGroup cols={2}>
  <Card title="Claude Code" icon="message-bot" href="https://claude.com/product/claude-code">
    Anthropic 官方 CLI 工具，原生支持 MCP 协议和 Skill 系统。
  </Card>

  <Card title="Codex" icon="terminal" href="https://openai.com/index/openai-codex/">
    OpenAI 官方命令行编程助手，支持 MCP 协议和 Skill 系统。
  </Card>

  <Card title="Cursor" icon="laptop-code" href="https://www.cursor.com/">
    AI 代码编辑器，支持 MCP 协议。
  </Card>

  <Card title="Trae" icon="window" href="https://www.trae.cn/">
    字节跳动推出的 AI IDE，支持 MCP 协议。
  </Card>
</CardGroup>
