Anthropic Just Gave Claude a Desktop. Here's What It Can Do.

Claude Cowork is Anthropic's desktop agent — it manages files, automates workflows, and integrates with external services. I tested it for a week.

Anthropic Just Gave Claude a Desktop. Here's What It Can Do.

Key Takeaways

  • Claude Cowork is Anthropic's desktop agent — an AI that reads local files, executes multi-step tasks, and integrates with external services through plugins and MCP connectors.
  • Windows launch arrived February 10, 2026 with full feature parity to macOS. About 70% of desktop users now have access.
  • Powered by Claude Opus 4.6, Cowork plans and executes complete workflows — not just individual responses.
  • Available on Pro ($20/mo), Max ($100/mo), Team ($30/user/mo), and Enterprise plans.
  • I tested it for a full week. The file management and multi-step automation genuinely changed how I work. The rough edges are real but manageable.

Table of Contents

What Cowork Is — and How It Differs from Claude Chat

Let me break this down. Claude Cowork is not "Claude in a desktop app." You already have that — it's called Claude Desktop, and it's been available for months. Cowork is a layer on top of Claude Desktop that turns the AI from a chat partner into a desktop agent.

The difference is fundamental. In a standard Claude chat, you send a message, get a response, and decide what to do next. With Cowork, you describe a task — "organize my downloads folder by file type and rename everything to follow YYYY-MM-DD naming" — and Claude plans the entire workflow, asks for permission, then executes it step by step across your local file system.

Cowork can:

  • Read and write local files. It accesses your actual filesystem — documents, spreadsheets, images, code files — with your explicit permission.
  • Execute multi-step tasks. It breaks complex requests into a sequence of actions and runs them in order, handling errors along the way.
  • Connect to external services. Through MCP (Model Context Protocol) connectors, Cowork integrates with APIs, databases, and web services — turning it into a command center for your digital work.
  • Use plugins. A growing library of plugins extends its capabilities into specific domains: email, calendars, project management tools.

The best analogy: regular Claude is like calling a consultant on the phone. Cowork is like having that consultant sit at your desk with access to your computer.

The Windows Launch: Why It Matters

On February 10, 2026, Anthropic announced Cowork for Windows with full feature parity to the macOS version. The significance isn't technical — it's about reach.

Windows runs on approximately 70% of desktop computers globally. By shipping Cowork on Windows with the same capabilities as macOS — file access, multi-step execution, plugins, MCP connectors — Anthropic just made its most capable AI accessible to the majority of desktop users.

System requirements are modest: Windows 10 (version 1909+) or Windows 11, x64 architecture (Intel or AMD processors). ARM-based Windows devices aren't supported yet, which excludes some Surface devices and Snapdragon-powered laptops. This is likely a temporary limitation — ARM support is technically straightforward but requires separate testing and optimization.

Microsoft also got involved. On March 10, 2026, Microsoft announced Copilot Cowork, a cloud-powered AI agent for M365 apps built in partnership with Anthropic. This means Claude's agent capabilities will be accessible through Microsoft's own interface for enterprise customers — a significant distribution channel.

Real Workflows I Automated in One Week

I spent a full week using Cowork as my primary task automation tool. Here's what I threw at it and what happened.

Downloads Folder Cleanup

My downloads folder had 847 files accumulated over months. I asked Cowork to sort them by type, move documents to a Documents subfolder, images to Photos, code files to Projects, and rename everything with a YYYY-MM-DD prefix based on the file's modification date.

Result: Cowork processed all 847 files in about 6 minutes. It correctly categorized 831 files (98%). The 16 misses were ambiguous file types — .csv files that could be either data or documents. It asked me about those rather than guessing. I spent 20 seconds answering its questions. Total time saved versus doing it manually: at least 2 hours.

Receipt-to-Expense-Report Pipeline

I pointed Cowork at a folder of 23 receipt screenshots. It read each image using OCR, extracted merchant names, dates, and amounts, and generated a formatted spreadsheet with categories. Then it saved the spreadsheet to my Documents folder and offered to email it to my accountant through the Gmail MCP connector.

Result: 22 out of 23 receipts were extracted correctly. One receipt had a badly creased photograph that the OCR couldn't parse. Total time: 3 minutes versus my usual 45-minute manual process.

Meeting Notes Consolidation

I had notes from 8 different meetings scattered across 3 different apps (Notion export, Google Docs, and plain text files). I asked Cowork to consolidate them into a single summary document organized by project, with action items extracted and listed at the top.

Result: The consolidated document was well-organized and accurately captured the key points. Cowork identified 17 action items across the notes, which was 2 more than I had tracked manually — it caught items I'd phrased as statements rather than explicit to-dos. This is where Claude's strong reading comprehension provides a real advantage over simpler automation tools.

Code Documentation Generation

I pointed Cowork at a Python project with 12 modules and asked it to generate docstrings for all undocumented functions, create a README, and update the requirements.txt from import statements.

Result: The docstrings were accurate and followed Google's style guide (which I specified). The README covered the project structure, installation, and usage. The requirements.txt correctly identified 9 dependencies. Cowork used Claude's coding strengths here — the generated documentation was better than what most developers write manually.

MCP and Plugins: Where Cowork Gets Powerful

File management is useful, but MCP integration is where Cowork becomes genuinely powerful. MCP (Model Context Protocol) lets Cowork connect to external APIs and services through standardized connectors.

Available MCP connectors include:

  • Gmail: Read emails, draft responses, send messages
  • Google Drive: Access and modify documents, spreadsheets, slides
  • Slack: Read channels, post messages, search history
  • GitHub: Browse repos, create issues, review pull requests
  • PostgreSQL/MySQL: Query databases, export results

The MCP architecture means third-party developers can build their own connectors. Anthropic has open-sourced the protocol specification, and the community has already produced connectors for Jira, Linear, Notion, and dozens of other tools. The Linux Foundation's stewardship of MCP ensures the protocol remains open and vendor-neutral.

Pricing and Requirements

PlanPriceCowork Access
Free$0No
Pro$20/monthYes (standard limits)
Max$100/monthYes (higher limits)
Team$30/user/month (5+ users)Yes (team features)
EnterpriseCustomYes (admin controls, SSO)

The $20/month Pro plan includes Cowork with standard usage limits. For heavy automation use, the Max plan at $100/month provides substantially higher rate limits and priority access during peak usage. Enterprise pricing includes admin controls, SSO integration, and data residency options — features that matter for organizations with compliance requirements.

Claude Cowork vs. ChatGPT Agent vs. Copilot

CapabilityClaude CoworkChatGPT AgentMicrosoft Copilot
Local File AccessFullNoOneDrive only
Web BrowsingThrough MCPFull (own browser)Through Edge
Multi-Step TasksPlanned + executedSequential actionsLimited
Plugin/MCP SupportExtensive (open protocol)LimitedM365 integrations
Desktop App ControlFile-levelScreen-level (CUA)Office apps only
Code ExecutionYes (local)Yes (sandbox)Limited

Here's the data that matters: Claude Cowork is the strongest option for local file management and multi-step workflows that span files and services. ChatGPT Agent is better for web-based tasks where you need the AI to navigate websites visually. Microsoft Copilot is the safest choice for organizations already invested in the M365 stack.

The differentiator is MCP. Cowork's open integration protocol means it can connect to virtually any service with an API. ChatGPT Agent's integrations are controlled by OpenAI. Copilot's integrations are limited to Microsoft's partnerships. If flexibility matters, Cowork wins.

The Rough Edges

Speed. Multi-step workflows are sequential, not parallel. A 10-file processing task runs one file at a time. This is a design choice for safety (Cowork confirms each step), but it means complex tasks take longer than they theoretically should.

No undo. File modifications are permanent. Cowork doesn't create backups before making changes. My recommendation: run it on a copy of important files first, or use version control.

Plugin maturity. The plugin library is growing but uneven. Email and file management plugins are solid. Specialized tools (CRM integrations, accounting software) range from functional to experimental.

Context window pressure. Complex tasks that involve reading many files can hit context window limits. When this happens, Cowork may lose track of earlier file contents, leading to inconsistent or incomplete results on very large projects.

Real AI Responses (Tested March 2026)

Gemini 3.1 Pro responding to a question about Anthropic Just Gave Claude a Desktop Heres What It Can Do
Gemini 3.1 Pro responding to a question about Anthropic Just Gave Claude a Desktop Heres What It Can Do

Frequently Asked Questions

Is Claude Cowork available for Linux?

Not yet. Cowork supports macOS and Windows as of March 2026. Anthropic hasn't announced a Linux timeline. Given that Claude Desktop is built on Electron, a Linux port is technically feasible but hasn't been prioritized.

Can Cowork access files on network drives or cloud storage?

Cowork accesses files through your local filesystem. If cloud storage (Google Drive, Dropbox) is synced to local folders, Cowork can access those files. For cloud-only files, you'd use the appropriate MCP connector instead of direct file access.

How does Cowork handle sensitive data?

Cowork processes files locally through the Claude Desktop application. File contents sent to Anthropic's API for processing are subject to Anthropic's data handling policies. On paid plans, Anthropic does not use your data for training. Enterprise plans include additional data controls and audit logging.

Can I use Cowork with Claude Code?

Claude Code (the CLI tool) and Cowork are separate products. Claude Code is designed for developers working in terminal environments. Cowork targets knowledge workers who prefer graphical interfaces. Both use Claude Opus 4.6 as the underlying model, but their workflows and interfaces are distinct.

What happens if Cowork makes a mistake during a multi-step task?

Cowork pauses and reports errors when they occur. However, it doesn't automatically roll back completed steps. If step 5 of a 10-step task fails, steps 1-4 have already been executed. This is why starting with non-critical files is important until you're comfortable with the tool's behavior on your specific workflows.

Who Should Use Cowork — and Who Shouldn't

Use Cowork if: you spend significant time organizing files, extracting data from documents, consolidating information from multiple sources, or performing repetitive multi-step processes. Project managers, researchers, analysts, and administrative professionals will see the most immediate value. Developers already have Claude Code for terminal-based workflows — Cowork targets the rest of the knowledge workforce.

Skip Cowork if: your work is primarily browser-based (ChatGPT Agent is better for that), you need real-time collaboration features (Cowork is single-user), or your organization has strict compliance requirements that prevent AI from accessing local files. Also skip it if you're on the free Claude plan — Cowork requires a paid subscription.

The pattern I've noticed after a week of daily use: Cowork excels at tasks with clear inputs and outputs — "take these 20 files and produce this deliverable." It struggles with ambiguous, open-ended requests where the right approach isn't obvious. This aligns with how agent AI works generally: strong on execution, weaker on strategy. The human provides the strategy; Cowork provides the hands.

Bottom Line

Claude Cowork fills a gap that other AI tools haven't addressed: the space between "ask a question in a chat" and "hire someone to do this task." It's not autonomous enough to replace a human assistant, but it's capable enough to eliminate 3-5 hours of weekly tedium for anyone who works with files, emails, and multi-step processes.

The Windows launch makes it accessible to the majority of desktop users. The MCP architecture makes it extensible. And the underlying Claude Opus 4.6 model makes it genuinely good at understanding complex instructions.

Here's my honest take: if you're paying $20/month for Claude Pro and not using Cowork, you're leaving the most valuable part of your subscription on the table. Start with file management — it's where Cowork is most reliable and the time savings are most immediate.

Sources

Subscribe to AI Log

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
[email protected]
Subscribe