Claude Code

by Anthropic

paid API Available
Developer-FriendlyIT Operations

Anthropic's agentic CLI tool for AI-assisted coding and automation development. Claude Code is Anthropic's agentic coding tool, operating as a command-line interface that reads entire codebases, writes and edits code across multiple files, executes shell commands, and manages git workflows including commits and pull requests. As of April 2026, Claude Code is powered by Claude Sonnet 4 and Claude Opus 4 models, providing deep reasoning capabilities for complex software engineering tasks.

Performance Scores

8.6

1 ranking evaluated

Score range: 8.6 – 8.6

Key Facts

pricing

pricing facts about Claude Code
AttributeValueAs ofSource
Claude Code access (July 2026)Claude Code access (verified July 2026): Free (limited), Pro $20/mo (~$17 annual), Max 5x $100/mo, Max 20x $200/mo, plus Team seats (Standard $25/seat, ~$20 annual; Premium $125/seat, ~$100 annual) and Enterprise custom. The Claude Code CLI can also run on Anthropic API usage billing.Jul 2026Anthropic Claude pricing

technical

technical facts about Claude Code
AttributeValueAs ofSource
Access surfacesClaude Code is available as a terminal CLI, a VS Code and JetBrains IDE integration, a Desktop app (macOS/Windows/Linux), and on the web, and is included on the Free, Pro, Max, Team, and Enterprise plans (limited on Free).Jul 2026Claude Code docs

General

General facts about Claude Code
AttributeValueAs ofSource
Context WindowModel-dependent: up to 1,000,000 tokens on current Claude models (Opus 4.8, Sonnet 5, Fable 5); 200,000 tokens on Haiku 4.5 (as of July 2026)Jul 2026Claude Docs — Models overview
MCP SupportNative Model Context Protocol (MCP) support for external tool/data integrationJul 2026Claude Code documentation — Overview (MCP section)
ExecutionLocal CLI execution in the user's terminal (reads/writes files, runs commands), plus IDE extensions, a desktop app, and cloud-hosted web sessions at claude.ai/code (as of July 2026)Jul 2026Claude Code documentation — Overview
PricingIncluded with all paid Claude plans — Pro ($20/month, $17/month billed annually), Max ($100-$200/month), Team ($25 standard / $125 premium seat per month) — not the Free plan; also usable pay-as-you-go via the Claude API (as of July 2026)Jul 2026Claude pricing page
Release DateFebruary 2025 (research preview), GA May 2025Jul 2026Anthropic newsroom (Claude 3.7 Sonnet announcement, Feb 24 2025; Claude 4 announcement, May 22 2025)
Open SourceCLI source code is publicly visible on GitHub under Anthropic's commercial terms (source-available, not open-source)Apr 2026GitHub
LanguagesAll major programming languages (Python, TypeScript, Rust, Go, Java, etc.)Jul 2026Claude Code documentation — Overview
AgenticMulti-step task execution, file editing, command running, git operations, subagent/agent-team orchestration, hooks, skills, and scheduled tasks (as of July 2026)Jul 2026Claude Code documentation — Overview
IDE SupportVS Code extension (also installable in Cursor), JetBrains plugin, terminal-native CLI; standalone desktop app and browser-based web surface (as of July 2026)Jul 2026Claude Code documentation — Overview
GitHub Stars137,000+ (as of July 2026)Jul 2026GitHub API — anthropics/claude-code

Strengths

  • Strong agentic multi-file editing
  • Large context, terminal-native workflow

Limitations

  • Opus-tier usage needs the $200/mo Max plan
  • Less of a GUI than IDE-native tools

Based on evaluations in 1 ranking: Best AI Coding Tools and Developer Assistants 2026

Pricing Plans

Free

Free

Claude Code with limited usage

  • Claude Code (limited)
  • Web, Desktop, CLI
  • !Restrictive usage limits
Get started →
As of Jul 2026 · Source
Most Popular

Pro

$20.00/mo

(or $17.00/yr)

$20/mo monthly, ~$17/mo billed annually

  • Claude Code CLI + IDE
  • Desktop + Web apps
  • !Rolling 5-hour usage window
Get started →
As of Jul 2026 · Source

Max 5x

$100.00/mo

Per user/month; 5x Pro usage

  • 5x Pro usage limits
  • Priority access
Get started →
As of Jul 2026 · Source

Max 20x

$200.00/mo

Per user/month; 20x Pro usage

  • 20x Pro usage limits
  • Highest subscription usage
Get started →
As of Jul 2026 · Source

Team (Standard seat)

$25.00/mo

(or $20.00/yr)

$25/seat monthly, ~$20/seat annual

  • Claude Code included
  • Central billing + admin
Get started →
As of Jul 2026 · Source

Team (Premium seat)

$125.00/mo

(or $100.00/yr)

$125/seat monthly, ~$100/seat annual

  • Higher Claude Code usage
  • Team management
Get started →
As of Jul 2026 · Source

Enterprise

Contact us

Contact sales

  • SSO/SCIM, controls
  • Higher limits
Get started →
As of Jul 2026 · Source

API (Anthropic Console)

$/mo

Usage-based, pay per token

  • Claude Code CLI on API credits
  • No subscription cap
  • !Uncapped token spend
Get started →
As of Jul 2026 · Source

About Claude Code

Claude Code is Anthropic's agentic coding tool, operating as a command-line interface that reads entire codebases, writes and edits code across multiple files, executes shell commands, and manages git workflows including commits and pull requests. As of April 2026, Claude Code is powered by Claude Sonnet 4 and Claude Opus 4 models, providing deep reasoning capabilities for complex software engineering tasks.

Claude Code is available on several pricing tiers: Claude Pro ($20/month) with standard usage, Claude Max ($100/month or $200/month) with significantly higher limits, Claude Team ($25/seat/month Standard, $125/seat/month Premium) for collaborative development teams, and Enterprise plans with custom pricing, admin controls, SSO, and audit logging. The tool runs entirely in the terminal and works in any development environment — local machines, remote servers, CI/CD pipelines, and containerized workflows.

Key capabilities include full project context understanding (reading and navigating large codebases), multi-file editing with automatic conflict resolution, bash command execution for builds and tests, git operations (branch creation, staging, committing, PR creation), and integration with MCP (Model Context Protocol) servers for extensibility. Claude Code is also available as IDE extensions for VS Code (as part of the Claude for VS Code extension) and JetBrains IDEs. It competes directly with GitHub Copilot, Cursor, and Windsurf in the AI coding assistant market, differentiating through its terminal-first approach and deep agentic capabilities.

Integrations (8)

Docker api
GitHub api
GitLab api
JetBrains native
MCP Servers native
PostgreSQL via MCP api
Terminal native
VS Code native

Written & reviewed by Rafal Fila · Last updated: · Last verified:

Other AI Coding & Development Tools Tools

See How It Ranks

Questions About Claude Code

Can you build n8n workflows with Claude Code?

Yes. As of 26 August 2026 n8n ships a built-in instance-level MCP server that Claude Code connects to over streamable HTTP, and n8n's documentation lists Claude Code by name among its supported CLI clients alongside Codex and Gemini CLI. Connect it with `claude mcp add --transport http n8n https://<your-n8n-domain>/mcp-server/http`, then run `/mcp` in Claude Code to complete the OAuth authorisation. Building and editing workflows, as opposed to only running them, requires n8n 2.13.0 or later, and only workflows that are published and contain a webhook, form, schedule or chat trigger can be exposed to MCP clients at all.

How much does it cost to give an AI agent access to your automation platform?

The cost turns entirely on the platform's billing unit, and as of 26 August 2026 only Zapier publishes an explicit per-call rate. Zapier's documentation states that "Each successful tool call through your MCP server consumes two tasks", while "Tool calls that fail do not consume tasks", which makes the free plan's 100 monthly tasks worth 50 successful agent tool calls. Make, n8n and Pipedream document no MCP surcharge and instead bill the work each call triggers, metered at one credit per standard module, one workflow execution per run, and one credit per 30 seconds of compute at 256 MB respectively.

How much do AI coding assistants cost in 2026?

As of June 2026, mainstream AI coding assistants cluster in two cost shapes. Per-seat subscriptions with included AI usage: GitHub Copilot Pro $10/month (Business $19/seat), Cursor Pro $20/month, and Claude Code and ChatGPT Codex bundled into Claude ($20+) and ChatGPT ($20+) subscriptions. Free, bring-your-own-model tools where you only pay API spend: Aider and Cline ($0 for the tool, roughly $5-30/day in model cost for active use). Replit Agent is credit-metered from $25/month. The 2026 catch is that most paid tiers moved to usage metering, so the sticker price is a floor, not a ceiling.

What are the best workflow automation tools for technical writers in 2026?

Technical writers in 2026 typically combine Mintlify or ReadMe (docs-as-code platforms), n8n or Zapier (publishing automation), GitHub Actions (CI for docs), and Notion or Coda (drafting and review). The strongest setups treat docs as code with an automation layer for screenshots, link checks, and changelog publishing.

Learn More