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.