Claude Cowork: The Complete Guide to Anthropic's Desktop Agent (2026)
Claude Cowork is Anthropic's quiet bet against ChatGPT Desktop and Copilot Workspace — a persistent agent that lives in your macOS/Windows and does real work across apps. We tested the full feature set, pricing tiers, and where it beats (and loses to) Claude Desktop + MCP.
TL;DR
Claude Cowork is Anthropic's native desktop agent launched in Q1 2026. It's positioned between Claude Desktop (simple chat + MCP) and Claude Code (terminal-only agent). What makes Cowork distinct:
- Persistent across apps — it watches what you're doing (with permission) and offers to help
- Multi-app task execution — reads email, edits docs, posts to Slack, all from one conversation
- Local-first context — screen/file context stays on your machine; only the distilled request goes to Anthropic
- Pricing — free preview with Claude Pro ($20/mo), full features on Claude Max ($100/mo)
What Claude Cowork actually is
Cowork is not a chat interface. It's a resident app on macOS/Windows with three modes:
- Glance mode — a persistent cursor-anchored window that appears when you invoke it (default Cmd+Shift+C)
- Task mode — a full-screen view for multi-step work
- Background mode — it watches for events you've opted into and proactively offers help
Setting up Claude Cowork
Prerequisites
- Claude Pro subscription (for preview) or Claude Max (full features)
- macOS 14+ or Windows 11
- ~200 MB disk space
Install
# macOS (via homebrew cask)
brew install --cask claude-cowork
# Windows (via winget)
winget install Anthropic.ClaudeCowork
Or download from claude.ai/cowork.
First-run permissions
Cowork asks for three permission sets on first launch:
- Screen capture — required for "what's on screen" awareness. Only invoked when you explicitly ask.
- Accessibility / Automation — to click through other apps (Slack, Mail, Docs). Denied by default; enable per app.
- File access — folder-scoped. Your
~/Documentsor a single project folder, not the whole home directory.
The core workflows
Multi-app task
Example prompt: "Draft a Monday morning email summarizing last week's PRs from my repo, and queue it in Gmail."
Cowork:
- Opens your GitHub client / terminal
- Runs
git logfor the past 7 days - Extracts merged PRs
- Opens Gmail, drafts email, leaves it in drafts (not sent — you confirm)
This is the flagship use case. It replaces a ~20-minute manual Monday ritual with a ~30-second check of the draft.
Persistent context
Cowork keeps a rolling 90-day project memory per scoped folder. Unlike Claude Desktop, which starts fresh each chat, Cowork remembers:
- Project conventions you explained once
- People you mentioned ("my designer Sarah")
- Preferences ("I hate trailing semicolons")
~/Library/Application Support/Claude Cowork/memory.jsonl
Screen-aware help
With screen capture enabled, Cowork can proactively surface help. Example: you open a spreadsheet with a broken formula. Cowork's glance shows:
"I see a #REF error in B12. Want me to trace the dependency chain?"
You can tune this proactivity from "always on" to "only when I ask" in Settings → Ambience.
Pricing breakdown (April 2026)
| Tier | Price | Cowork features |
|---|---|---|
| Free | $0 | No Cowork access |
| Claude Pro | $20/mo | Cowork preview: glance mode, 50 task-mode jobs/month |
| Claude Max | $100/mo | Full Cowork: unlimited tasks, screen awareness, priority queue |
| Claude Team | $30/user/mo | Pro features + shared memory across team |
| Claude Enterprise | Custom | Max + SSO, audit logs, compliance |
How it compares to alternatives
vs. Claude Desktop + MCP
Claude Desktop + MCP (Model Context Protocol) has been around longer and covers ~80% of Cowork's use cases for free (just Claude Pro). MCP servers exist for Gmail, Slack, GitHub, Linear, Notion, filesystem, and more.
When to choose Cowork over Desktop + MCP:- You want ambient screen awareness (Desktop doesn't have this)
- You want "set and forget" multi-step automation (MCP is more prompt-by-prompt)
- You value polish over tinkering
- You want to self-assemble an exact toolset
- You use niche apps not yet in Cowork's native integrations
- You're budget-conscious ($20 vs $100)
vs. ChatGPT Desktop
ChatGPT Desktop's "Operator" feature shipped in early 2025 and is more polished for browser-based tasks. Cowork is more native-app-oriented.
- ChatGPT Operator better at: web scraping, form filling, shopping tasks
- Cowork better at: local file ops, native app automation, persistent project memory
vs. Copilot Workspace
Microsoft's Copilot Workspace ties to GitHub. If your workflow is entirely inside VSCode + GitHub, Workspace is more integrated. Cowork spans more apps (Gmail, Slack, Notion, etc.).
vs. Y Build
Y Build is an agent team — you talk to a Conductor, who delegates to Strategist, Virtuoso, or 40+ specialists. Cowork is one agent.
Choose Y Build when:- You need multiple skill sets in parallel (design + code + copy at once)
- You want the agent work to land in a shared workspace accessible across devices
- You're building/shipping a product, not just automating a workflow
- You want a single focused assistant for your personal workflow
- You prefer desktop-native polish over cloud collaboration
Common issues
"Cowork keeps asking for accessibility permission"
macOS resets these when Cowork updates. After each update, re-enable: System Settings → Privacy & Security → Accessibility → Claude Cowork."Memory.jsonl got huge"
Cowork doesn't auto-prune by default. Settings → Memory → Prune older than 60 days. Or manually truncate the file (it's plain JSONL)."Task mode hangs on long runs"
Cowork's single-task timeout is 15 minutes. For longer tasks, break into subtasks or use Claude Code CLI (which handles multi-hour jobs better)."Can I disable ambient suggestions entirely?"
Yes. Settings → Ambience → Proactivity = Off. Cowork only responds when invoked."Does Cowork work on Linux?"
Not yet (April 2026). Claude Desktop has a Linux beta; Cowork does not. Workaround: use Claude Code CLI on Linux — it's agentic but terminal-only.Should you buy Claude Max just for Cowork?
Math:
- Claude Pro: $20/mo, covers ~50 Cowork tasks + full Claude chat
- Claude Max: $100/mo, unlimited Cowork + priority queue