> ## Documentation Index
> Fetch the complete documentation index at: https://docs-docflow.textin.ai/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">
    MCP と Skill をネイティブサポートする Anthropic 公式 CLI ツールです。
  </Card>

  <Card title="Codex" icon="terminal" href="https://openai.com/index/openai-codex/">
    MCP と Skill をサポートする OpenAI 公式 CLI コーディングアシスタントです。
  </Card>

  <Card title="Cursor" icon="laptop-code" href="https://www.cursor.com/">
    MCP をサポートする AI コードエディタです。
  </Card>

  <Card title="Trae" icon="window" href="https://www.trae.ai/">
    MCP をサポートする ByteDance の AI IDE です。
  </Card>
</CardGroup>
