What Is Claude Cowork
Claude Cowork is a third tab in the Claude Desktop app, alongside Chat and Code. Where Chat generates text and Code writes software, Cowork takes action on your files and workflows.
You point it at a folder. You describe an outcome. Cowork plans the steps, executes them, and loops you in on progress. It can read, edit, and create files. It can use browser extensions and MCP connectors to pull data from external tools. It works autonomously on multi-step tasks while you do other things.
Anthropic built Cowork using Claude Code in 10 days and launched it January 12, 2026, as a research preview for Max subscribers. By January 23, all Pro subscribers had access. Windows support followed on February 10 with full feature parity.
Research Preview
Cowork is still in research preview as of March 2026. Anthropic warns it can take destructive actions like deleting important files or misinterpreting instructions. It is also susceptible to prompt injection from malicious content in files or web pages. Review its plans before letting it execute on critical data.
Key Capabilities
File Management
Reads, edits, creates, renames, and organizes files in designated folders. Sorted a 500-file Google Drive in under 10 minutes in one reviewer's test (vs 3-4 hours manually).
Document Creation
Produces reports, presentations, and spreadsheets from scattered notes, screenshots, or raw data. Built-in skills for common document formats.
Browser Integration
Paired with Claude in Chrome, Cowork completes tasks that require web access: research, data gathering, form filling across web apps.
MCP Connectors
Connects to external tools through the Model Context Protocol. Google Workspace, DocuSign, FactSet, and more available as enterprise connectors.
Scheduled Tasks
Recurring automation via /schedule command. Daily, weekly, weekdays, hourly, or on-demand cadence. Each task spins up its own Cowork session.
Enterprise Plugins
Pre-built plugin bundles for sales, finance, legal, HR, engineering, design, and operations. Admins can build private plugin marketplaces for their org.
How It Works
Open Claude Desktop. Switch to the Cowork tab. Describe what you want done in natural language.
Cowork breaks your request into subtasks, creates a plan, and starts executing. You can monitor progress in real-time, provide direction mid-task, or let it run independently. It loops you in when it needs a decision or hits an ambiguity.
The execution model mirrors Claude Code: autonomous multi-step work with human-in-the-loop when needed. The difference is the interface. Code runs in a terminal. Cowork runs in a visual GUI. Code operates on repositories. Cowork operates on folders and files.
Security Model
Cowork runs with controlled file and network access. Your documents stay local. You control which folders Claude can access and can review planned actions before they execute. Each session starts fresh with no memory of previous sessions.
Scheduled Tasks
Type /schedule in any Cowork task. Claude asks a few setup questions, you pick a cadence, confirm, and the task runs automatically at the specified time.
Available cadences: daily, weekly, weekdays, hourly, or on-demand. Each scheduled task spins up its own Cowork session with access to every tool, plugin, and MCP server you have connected.
Practical examples: a morning briefing that summarizes your inbox and calendar, weekly spreadsheet updates that pull data from connected services, Friday team presentations generated from the week's project notes.
All scheduled tasks live in the "Scheduled" section of the sidebar. You can view upcoming and past runs, edit instructions or cadence, pause, resume, delete, or trigger a run on demand.
Requirement
Scheduled tasks only run while your computer is awake and the Claude Desktop app is open. No cloud execution.
Enterprise Plugins
On February 24, 2026, Anthropic rolled out enterprise-grade plugin support. Each plugin bundles skills, connectors, slash commands, and sub-agents into a single package. Instead of configuring each piece individually, you get a ready-to-use setup from the first conversation.
Cowork ships with pre-built plugins for sales, finance, legal, marketing, HR, engineering, design, operations, data analysis, investment banking, equity research, private equity, and wealth management.
Admin controls for Team and Enterprise plans include: private plugin marketplaces, per-user plugin provisioning, auto-install policies, private GitHub repositories as plugin sources (private beta), and OpenTelemetry support for usage and cost tracking.
New connectors launched alongside the enterprise update: Google Workspace (Calendar, Drive, Gmail), DocuSign, Apollo, and FactSet. More are being added on a rolling basis.
Cowork vs Claude Code
Same agentic architecture, different targets. Claude Code is for developers who work in the terminal. Cowork is for knowledge workers who work in files and apps.
| Feature | Claude Cowork | Claude Code |
|---|---|---|
| Target user | Knowledge workers, analysts, ops | Software engineers |
| Interface | Visual GUI (Desktop app) | Terminal CLI |
| Operates on | Files, folders, documents | Code repositories |
| Scheduled tasks | Yes, built-in /schedule | No native scheduling |
| Enterprise plugins | Plugin marketplace + admin controls | MCP servers (manual config) |
| Browser integration | Chrome extension for web tasks | No browser access |
| Git integration | No | Full git + worktree support |
| Code execution | Limited (shell commands) | Full code execution + testing |
| Agent teams | No | Multi-agent with shared task list |
| Context control | Automatic (folder-based) | Precise (CLAUDE.md, .claudeignore) |
| Platforms | macOS, Windows | macOS, Linux, Windows (WSL) |
| Min price | $20/mo (Pro) | $20/mo (Pro) |
The overlap is in the agentic execution model: both plan, execute multi-step tasks, and loop you in when needed. The gap is in precision. Code gives you exact control over what context is loaded and how the agent behaves. Cowork trades that control for accessibility.
Pricing
Cowork is included in every paid Claude plan. No separate subscription.
Usage Note
Cowork tasks consume rate limits faster than regular Chat. Each multi-step task may use several messages worth of capacity. Heavy Cowork users on Pro will hit limits quickly. Max plans are recommended for regular use.
Limitations
Cowork is in research preview. These are the current constraints as of March 2026:
- No session memory. Every Cowork task starts fresh. It does not remember your preferences, file organization style, or previous sessions.
- Desktop-only execution. Scheduled tasks require your computer to be awake and Claude Desktop to be open. No cloud execution, no mobile.
- Destructive action risk. Cowork can delete files, misinterpret instructions, or be manipulated by prompt injection in malicious files. Always review plans before executing on critical data.
- No cross-device sync. Work stays on the device where you run it. No synchronization between machines.
- Limited precision. Compared to Claude Code, you cannot finely control what context is loaded. Power users who need exact control over agent behavior find Cowork limiting.
- Rate limit pressure. Multi-step tasks burn through message limits faster than chat. Pro plan users will hit caps frequently.
Use Cases
Research Synthesis
Feed Cowork a folder of PDFs, articles, or notes. It reads everything, identifies themes, and produces a structured summary or report. One reviewer reported saving 6-8 hours per week on research tasks.
File Organization
Point it at a cluttered folder. Cowork sorts, renames, and categorizes files by content. Tested on 500 files in under 10 minutes. Manual effort: 3-4 hours.
Expense Tracking
Drop receipt screenshots into a folder. Cowork reads each one and builds a categorized expense spreadsheet. No manual data entry.
Report Drafting
Scattered notes from a week of meetings? Cowork reads them all and produces a first draft with proper structure, citations, and formatting.
Recurring Automation
Schedule a morning briefing that pulls your calendar, email summaries, and task list into a single document. Runs every weekday at 6 AM.
Cross-App Workflows
With Chrome integration and MCP connectors, Cowork chains actions across Google Drive, Gmail, DocuSign, and other tools in a single task.
Frequently Asked Questions
What is Claude Cowork?
Claude Cowork is Anthropic's AI desktop agent for knowledge work. It launched January 12, 2026, as a tab in the Claude Desktop app. You give it folder access, describe a task, and it executes autonomously: organizing files, creating documents, synthesizing research. It uses the same agentic architecture as Claude Code but targets non-coding workflows.
How much does Claude Cowork cost?
Cowork is included in all paid Claude plans. Pro at $20/month, Max 5x at $100/month (~225 messages per 5-hour window), Max 20x at $200/month (~900 messages per 5-hour window). Team and Enterprise plans also include Cowork. Tasks consume limits faster than regular chat.
What is the difference between Claude Cowork and Claude Code?
Claude Code is a terminal agent for developers that operates on code repositories with git integration, code execution, and agent teams. Claude Cowork is a visual agent for knowledge workers that operates on files and folders with scheduled tasks, browser integration, and enterprise plugins. Same architecture, different interfaces and targets.
Does Claude Cowork work on Windows?
Yes. Cowork launched on macOS January 12, 2026, and added Windows on February 10, 2026, with full feature parity.
What are Claude Cowork scheduled tasks?
Scheduled tasks let you automate recurring Cowork work. Type /schedule, pick a cadence (daily, weekly, weekdays, hourly, on-demand), and Claude runs it automatically. Each task gets its own session with full tool access. Requires your computer to be awake and Claude Desktop to be open.
Building AI Agents? Morph Powers the Fast Apply Step
Morph is the fastest code-apply model in production. 10,500 tok/s, sub-200ms latency, built for coding agents that need to apply edits at scale. Works with Claude Code, Cursor, Windsurf, and any agent framework.
Sources
- Anthropic: Introducing Cowork (Jan 12, 2026)
- Claude Cowork Product Page
- Anthropic: Cowork and Plugins for Teams Across the Enterprise (Feb 24, 2026)
- Anthropic: Customize Cowork with Plugins
- Simon Willison: First Impressions of Claude Cowork
- TechCrunch: Anthropic's New Cowork Tool Offers Claude Code Without the Code
- VentureBeat: Anthropic Launches Cowork
- CNBC: Anthropic Updates Claude Cowork for Office Workers
- VentureBeat: Claude Cowork Lands on Windows (Feb 10, 2026)
- Claude Help Center: Get Started with Cowork