This package provides documentation and resources for all methods of accessing Claude AI, Anthropic's advanced AI assistant.
π₯οΈ Claude Code - CLI Development Tool
The official command-line interface for AI-powered software development. Features include codebase understanding, file editing, web search, and git integration.
π» Claude Desktop - Native Application
Native desktop app for Windows and macOS with quick keyboard access, desktop extensions, and seamless OS integration.
π Claude Web - Browser Interface
Access Claude through any modern browser at claude.ai. No installation required, with full features including Projects and Artifacts.
π± Claude Mobile - iOS & Android Apps
Native mobile apps with voice input, image analysis, and cross-device sync. Available on App Store and Google Play.
π§ Claude API - Direct Integration
Programmatic access for developers to integrate Claude into applications. Supports multiple programming languages and streaming responses.
π Claude MCP - Model Context Protocol
Cross-platform protocol for extending Claude's capabilities through server integrations. Works with Claude Code and Claude Desktop.
π Claude Sandbox - Secure Execution
Isolated environment for safe code execution with Claude Code. Provides containerized security and resource limits.
Choose your preferred access method:
# CLI Development
npm install -g @anthropic-ai/claude-code
claude
# Desktop App
# Download from https://claude.ai/download
# Web Browser
open https://claude.ai
# Mobile
# Search "Claude" in App Store or Play Store
# API Integration
pip install anthropic
# or
npm install @anthropic-ai/sdk
Feature | Web | Desktop | Mobile | Code | API |
---|---|---|---|---|---|
Chat Interface | β | β | β | β | - |
File Upload | β | β | β | β | β |
Projects | β | β | - | - | - |
Artifacts | β | β | - | - | - |
Voice Input | - | - | β | - | - |
Code Execution | - | - | - | β | - |
Git Integration | - | - | - | β | - |
MCP Support | Limited | β | - | β | - |
Offline Access | - | Partial | Partial | - | - |
Custom Integration | - | - | - | - | β |
- Choose Your Platform: Select the access method that best fits your needs
- Set Up Authentication: Create an account at claude.ai or get an API key
- Install/Access: Follow the specific guide for your chosen platform
- Start Using Claude: Begin with simple queries and explore advanced features
- Claude Code: Full-featured development environment
- API: Custom integrations and automation
- MCP: Extend capabilities with custom servers
- Web: Full features, no installation
- Desktop: Quick access, desktop integration
- Mobile: On-the-go access with voice
- Web: Team workspaces and collaboration
- API: Scalable integrations
- Desktop: Consistent experience across team
Each access method has its own comprehensive documentation:
claude/
βββ README.md # This file
βββ claude-api/ # API integration guide
βββ claude-code/ # CLI tool documentation
βββ claude-desktop/ # Desktop app guide
βββ claude-mcp/ # MCP protocol docs
βββ claude-mobile/ # Mobile app guide
βββ claude-sandbox/ # Sandbox documentation
βββ claude-web/ # Web interface guide
- All methods use secure HTTPS connections
- No training on user conversations (Pro/Team plans)
- Local data storage options available
- See individual platform docs for specific security features
- Help Center: support.anthropic.com
- API Documentation: docs.anthropic.com
- Status Page: status.anthropic.com
- Community: community.anthropic.com
This repository contains documentation and examples. For issues or contributions:
- Check existing documentation
- Submit issues for corrections or clarifications
- Propose new examples or guides
- Follow the contribution guidelines
Documentation is provided under MIT license. Claude itself is a proprietary service by Anthropic.