> ## 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.

# Install Coding Agent

> Choose an AI Coding tool that supports MCP

## 01 Recommended Tools

Please install an AI Coding tool that supports the MCP protocol. Here are our recommended options:

<CardGroup cols={2}>
  <Card title="Claude Code" icon="message-bot" href="https://claude.com/product/claude-code">
    Anthropic's official CLI tool with native MCP and Skill support.
  </Card>

  <Card title="Codex" icon="terminal" href="https://openai.com/index/openai-codex/">
    OpenAI's official CLI coding assistant with MCP and Skill support.
  </Card>

  <Card title="Cursor" icon="laptop-code" href="https://www.cursor.com/">
    AI code editor with MCP support.
  </Card>

  <Card title="Trae" icon="window" href="https://www.trae.ai/">
    ByteDance's AI IDE with MCP support.
  </Card>
</CardGroup>
