Awesome Claude 
AI assistant by Anthropic for complex reasoning, code generation, and analysis tasks.
Claude is a large language model developed by Anthropic that excels at complex reasoning, code generation, and analysis tasks. Built with Constitutional AI principles, Claude provides reliable assistance for programming, writing, research, and problem-solving while maintaining safety and accuracy.
📋 Contents
Building with the Web? Check out awesome-webmcp - a curated list of awesome things related to the WebMCP W3C standard.
🏢 Official Anthropic Resources
The authoritative source for everything Claude - directly from Anthropic
🧠 Current Models (2026)
- Claude Fable 5 (Jun 9, 2026) - Anthropic's most capable widely released model, for the most demanding reasoning and long-horizon agentic work. State-of-the-art on nearly all tested benchmarks — software engineering, knowledge work, vision, and scientific research — with its lead growing on longer, more complex tasks (highest score on Cognition's FrontierBench, first model past 90% on Anthropic's core long-running analytics benchmark, strongest finance model Anthropic has tested). Thinking is always on; the raw chain of thought is never returned. Safety classifiers route high-risk requests (cybersecurity, bio/chem, model distillation — under 5% of sessions) to Opus 4.8. Requires 30-day data retention (not available under zero data retention). Claude Mythos 5 is the same underlying model with safeguards lifted for authorized users (Project Glasswing). Announcement | Docs | System Card
- Claude Opus 4.8 (May 28, 2026) - Anthropic's current flagship Opus — highly autonomous, state-of-the-art on long-horizon agentic work, knowledge work, and memory, with clearer and warmer writing. Gains across coding, agentic reasoning, and analysis over Opus 4.7; early testers found it ~4x less likely to leave flaws in its own code unremarked. New: Dynamic Workflows in Claude Code (research preview — plan work, run hundreds of parallel subagents in one session, verify before returning, enabling codebase-scale migrations), effort control on claude.ai, and mid-conversation system messages via the Messages API. Same price as Opus 4.7. Announcement | What's new | System Card
- Claude Opus 4.7 (Apr 16, 2026) - Previous-generation Opus. Highly autonomous, with strong long-horizon agentic work, knowledge work, vision (images up to ~3.75 MP / 2,576px long edge), and file-system memory across sessions. Introduced the
xhigh effort level and task budgets (beta). Announcement | System Card
- Claude Sonnet 4.6 (Feb 17, 2026) - Best balance of intelligence, speed, and cost. Near-Opus performance on coding, computer use (multi-tab forms, spreadsheets), and professional tasks. Default model for many plans.
Key specs (API):
- Fable 5:
claude-fable-5 • $10/$50 per MTok • 1M context / 128K max output
- Opus 4.8:
claude-opus-4-8 • $5/$25 per MTok • 1M context / 128K max output
- Opus 4.7:
claude-opus-4-7 • $5/$25 per MTok • 1M context / 128K max output
- Sonnet 4.6:
claude-sonnet-4-6 • $3/$15 per MTok • 1M context / 64K max output
- Haiku 4.5:
claude-haiku-4-5 • $1/$5 per MTok • 200K context / 64K max output
Full comparison: Models overview
🔌 API & Developer Platform
- Claude Developer Console - API keys, prompt testing, usage monitoring, Claude Code sessions.
- Official Documentation - Full reference for Messages API, tool use, computer use, prompt caching, structured outputs, citations, MCP Connector, and Claude Code.
- Models & Pricing - Latest model IDs, pricing, context windows, thinking features, and cloud provider IDs.
🔧 SDKs & Development Tools
Official Client SDKs - Full feature parity: messages, tools, streaming, caching, computer use.
Agent SDKs - Build custom autonomous agents with Claude Code capabilities.
Starters
☁️ Cloud Providers
Official access to Claude models through cloud providers (all support Opus 4.8 / Opus 4.7 / Sonnet 4.6)
- Amazon Bedrock - Fully managed access to the latest Claude models (Opus 4.8, Opus 4.7, Sonnet 4.6, Haiku 4.5). Supports cross-region inference, latency optimizations, fine-tuning, agents, guardrails, and deep AWS integration. (Note: Managed Agents and Anthropic server-side tools are not available on Bedrock — use Claude API + tool use there.)
- Google Cloud Vertex AI Model Garden - Deploy Claude models with provisioned throughput, prompt caching, batch predictions, grounding, and enterprise compliance (FedRAMP High). Great for building agents with Google Cloud tools.
- Microsoft Azure AI Model Catalog (Anthropic Publisher) - Claude models via the AI Model Catalog. Supports serverless deployment, agent building, tool integration, fine-tuning, and billing through existing Azure agreements.
🛡️ Transparency & Safety
Detailed evaluations, risk assessments, and alignment insights for Claude models
🛠️ Claude Code & Model Context Protocol (MCP)
Anthropic's agentic coding platform and open extension standard
🤖 Claude Code
Terminal-first agentic coding tool (CLI), with VS Code/JetBrains IDE integrations, Desktop GUI (Cowork), and browser control. Understands entire codebases, plans and executes multi-step tasks, edits files, runs git/shell, creates PRs, and integrates browser control.
- Official site & docs - Getting started, commands, memory, hooks, GitHub Actions, IDE setup.
- Product page - Overview of Claude Code features and plans.
- Claude Desktop - macOS + Windows app; includes Cowork GUI for non-technical workflows and the dedicated Code tab.
- Install CLI:
curl -fsSL https://claude.ai/install.sh | bash (macOS/Linux) or via Homebrew/Winget.
- Claude for Chrome (Beta) - Integrates with Claude Code for browser control (multi-tab workflows, Slack, Gmail, GitHub).
🔌 Model Context Protocol (MCP)
Open standard (Linux Foundation) for connecting Claude to tools, repos, databases, tickets, and more. Supports one-click desktop extensions (.mcpb files).
⭐ Community Curated Lists
Awesome lists and collections maintained by the community