>_ CLI Index
← Back

Claude Code

Official v1.0 MCP

Anthropic's agentic coding tool that lives in your terminal

Agent Support
5/5
Platforms
macoslinuxwindows
Authentication

Login required — Run claude login to authenticate

Links

Agent Usage Example

shell
claude -p 'Fix the failing test in src/auth.test.ts and explain what was wrong'

Installation

npm i -g @anthropic-ai/claude-code

Claude Code is Anthropic’s agentic coding assistant that operates directly in your terminal. It understands your entire codebase, can edit files, run commands, search code, manage git operations, and interact with external services — all guided by natural language instructions.

With the highest possible agent support rating, Claude Code represents the frontier of AI-assisted development. It can autonomously plan and execute multi-step coding tasks: debugging failing tests, implementing features across multiple files, refactoring code, reviewing pull requests, and resolving complex merge conflicts. Its deep integration with the development environment means it works with your existing tools rather than replacing them.

Claude Code supports MCP (Model Context Protocol), enabling it to use external tools and services as first-class capabilities. It can orchestrate sub-agents for parallel work, maintain context across long sessions, and adapt its approach based on your feedback — making it as effective for quick fixes as it is for ambitious multi-file refactors.

Related Tools