Open Claude Cowork
NormalDescription
An open-source version of Claude Cowork, integrating 500+ SaaS applications, supporting local execution and multi-user collaboration.
Key Features
- 500+ SaaS integrations - built-in mainstream tools like Salesforce, Slack, Gmail, Notion, GitHub
- Multi-user collaboration - team members share workflows and execution history
- Local execution - all data stored locally, no cloud upload
- Audit logs - complete operation records and permission control
- Triggers and scheduling - supports webhooks, scheduled tasks, email triggers and more
- Claude-native - deep integration with Anthropic Claude models
Use Cases
💡 Enterprise IT departments use it as self-hosted alternative to Claude Cowork, retaining data control.
💡 Operations teams use it to orchestrate cross-SaaS business processes without switching between multiple tools.
💡 AI engineers use it as reference implementation for Agent and SaaS integration.
Categories
Quick Start
```bash
# Docker Compose deployment
git clone https://github.com/composio-community/open-claude-cowork.git
cd open-claude-cowork
docker compose up -d
# Visit http://localhost:3000 to complete initialization
# Configure Anthropic API Key and Composio credentials
```