🌐
PyPI
pypi.org › project › anthropic
anthropic · PyPI
pip install -U anthropic[bedrock].
      » pip install anthropic
    
Published   Nov 24, 2025
Version   0.75.0
🌐
Anthropic
anthropic.com › engineering › desktop-extensions
Anthropic
npm install -g @anthropic-ai/mcpb mcpb init mcpb pack
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code · Navigate to your project directory and run claude. We welcome your feedback. Use the /bug command to report issues directly within Claude Code, or file a GitHub issue.
      » npm install @anthropic-ai/claude-code
    
Published   Dec 22, 2025
Version   2.0.76
Author   Anthropic
🌐
Anaconda.org
anaconda.org › conda-forge › anthropic
anthropic - conda-forge | Anaconda.org
Install anthropic with Anaconda.org. Library for accessing the anthropic API
🌐
Anthropic
docs.anthropic.com › en › docs › claude-code › overview
Claude Code overview - Claude Code Docs
Learn about Claude Code, Anthropic’s agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before. ... A Claude.ai (recommended) or Claude Console account Install Claude Code: To install Claude Code, use one of the following methods:
🌐
npm
npmjs.com › package › @anthropic-ai › sdk
anthropic-ai/sdk
The REST API documentation can be found on docs.anthropic.com. The full API of this library can be found in api.md. npm install @anthropic-ai/sdk · The full API of this library can be found in api.md.
      » npm install @anthropic-ai/sdk
    
Published   Dec 06, 2025
Version   0.71.2
Author   Anthropic
🌐
AI SDK
ai-sdk.dev › providers › ai-sdk-providers › anthropic
AI SDK Providers: Anthropic
The Anthropic provider is available in the @ai-sdk/anthropic module. You can install it with
🌐
GitHub
github.com › anthropics › claude-plugins-official
GitHub - anthropics/claude-plugins-official: Anthropic-managed directory of high quality Claude Code Plugins.
To install, run /plugin install {plugin-name}@claude-plugin-directory ... Internal plugins are developed by Anthropic team members.
Starred by 392 users
Forked by 54 users
Languages   Shell 56.1% | Python 43.9%
Find elsewhere
🌐
Claude
claude.com › download
Download Claude | Claude
Download Claude for desktop and mobile. Access AI assistance natively on Mac, Windows, iOS, and Android across all your devices.
🌐
Anthropic
docs.anthropic.com › en › api › claude-on-vertex-ai
Claude on Vertex AI - Claude Docs
See using the Claude 3 models from Anthropic for more information on the setup required, as well as a full walkthrough. First, install Anthropic's client SDK for your language of choice.
🌐
GitHub
github.com › anthropics › claude-quickstarts
GitHub - anthropics/claude-quickstarts: A collection of projects designed to help developers quickly get started with building deployable applications using the Claude API
To use these quickstarts, you'll need an Claude API key. If you don't have one yet, you can sign up for free at console.anthropic.com.
Starred by 12.8K users
Forked by 2.2K users
Languages   Python 56.1% | TypeScript 26.2% | Jupyter Notebook 7.2% | JavaScript 6.3% | Shell 1.5% | HTML 1.1%
🌐
Anthropic
docs.anthropic.com › en › docs › claude-code › quickstart
Quickstart - Claude Code Docs
npm install -g @anthropic-ai/claude-code · Claude Code requires an account to use. When you start an interactive session with the claude command, you’ll need to log in: Copy · Ask AI · claude # You'll be prompted to log in on first use ...
🌐
GitHub
github.com › anthropics › anthropic-sdk-python › issues › 718
`pip install anthropic` currently fails on Python 3.13 · Issue #718 · anthropics/anthropic-sdk-python
October 29, 2024 - One of the anthropic dependencies is not yet available for Python 3.13 - tokenizers needs pyo3-ffi and that's not on Python 3.13 yet: ... This means nothing that runs Python 3.13 can pip install anthropic right now.
Published   Oct 29, 2024
🌐
Anaconda.org
anaconda.org › anaconda › anthropic
Anthropic - conda install
The Anthropic Python SDK is a library for accessing the anthropic API. It provides a simple and intuitive interface for making requests to the API and handling responses.
🌐
Aider
aider.chat › docs › llms › anthropic.html
Anthropic | aider
First, install aider: python -m pip install aider-install aider-install · Then configure your API keys: export ANTHROPIC_API_KEY=<key> # Mac/Linux setx ANTHROPIC_API_KEY <key> # Windows, restart shell after setx ·