Skip to main content
Claude Code is Anthropic’s official command-line AI coding tool. It lets you interact with your codebase using natural language — generating code, refactoring, debugging, and creating commits.

Installation & Setup

1

Install Node.js

Make sure you have Node.js 18+ installed:
2

Install Claude Code

3

Set Environment Variables

4

Navigate to Your Project and Start

Common Commands

Advanced Usage

Define project rules with CLAUDE.md Create a CLAUDE.md file in your project root — Claude Code will automatically read and follow its instructions:
Extend with MCP Servers Claude Code supports MCP (Model Context Protocol) to connect external tools like databases, file systems, and browsers, significantly extending its Agent capabilities.
Claude Code’s Agent mode calls the model frequently. Token usage is much higher than regular chat — we recommend using a Tier 2 account to avoid hitting rate limits.