In depth
Claude Code is a command-line AI coding assistant developed by Anthropic. Unlike IDE-integrated tools (Cursor, Copilot), Claude Code runs natively in any terminal and is designed for long autonomous coding sessions: plan a feature, edit files, run tests, debug, iterate — all without switching contexts.
It's a first-class MCP host. Configure MCP servers in `.claude.json` at the project root, and Claude Code spawns them at launch. Filesystem access, GitHub operations, Supabase queries, Playwright tests — all happen via MCP tool calls. The tight CLI loop + MCP ecosystem makes it exceptionally powerful for real software work.
Claude Code is priced separately from Claude API usage and supports both Anthropic API keys and OAuth (Claude Max subscription). It ships with built-in tools (file edit, bash, web search, terminal) and extends via MCP servers for everything else.
Popular use cases: implementing features end-to-end, refactoring large codebases, running experiments, automating CI diagnostics, and orchestrating multi-agent workflows via sub-agents.