How to Set Up Claude Computer Use on Mac
>This covers setup. Claude Cowork - Automate Your Job This Weekend goes deeper on email automation, data analysis, recurring tasks, and turning your Cowork setup into income.

Claude Cowork - Automate Your Job This Weekend
50+ Automations for Email, Spreadsheets, Reports, and Daily Tasks Using Claude Computer Use
Summary:
- Set up Claude Computer Use on Mac in 15 minutes with the exact permission toggles most guides skip.
- Configure display settings that prevent misclicks and improve accuracy on day one.
- Run two verification tests proving Claude can control your desktop.
- Copy-paste troubleshooting fixes for the four most common setup failures.
Someone on Twitter posted that setting up Claude Cowork with Computer Use took him three hours. He recorded a video. Forty minutes finding the right download page. Thirty minutes confused about why Computer Use was not working because he skipped the permission settings. Then an hour on an error that turned out to be his VPN. Three hours. For a setup that takes fifteen minutes if you know the steps.
What do you need before starting?
Three things. You probably have all of them.
A Mac running macOS Sonoma (14.0) or later. Check: Apple menu, “About This Mac,” version number. 14.0 or higher means you’re good.
A Claude Pro subscription ($20/month). Computer Use requires the paid plan. If you already subscribe to Claude through the website or mobile app, your existing subscription covers the desktop app too.
A stable internet connection. Claude runs on Anthropic’s servers. Every action sends a screenshot to Anthropic and gets back instructions. Doesn’t need to be fast, but it needs to stay connected.
That’s it. No developer tools. No terminal. No Python.
How do you install Claude Desktop?
Download the Mac desktop application from Anthropic’s download page. You want the consumer desktop app, not the API docs.
# The gotcha: if you land on a page talking about API keys,
# authentication tokens, or SDK installation, you're in
# the wrong place. Look for "Download for Mac."
# After download:
# 1. Double-click the .dmg file in Downloads
# 2. Drag Claude icon to Applications
# 3. Open from Applications (or Spotlight: Cmd+Space, type "Claude")
# 4. Sign in with your Claude account
After signing in, you see the Cowork interface: a chat window. Right now it’s just Chat mode. Computer Use isn’t enabled yet.
How do you enable Computer Use?
This is the step that separates “Claude on my desktop” from “Claude controlling my desktop.” Without it, Cowork is a chat window. With it, Cowork becomes the desktop agent that went viral.
- Open Settings: click “Claude” in the menu bar, then “Settings” (or press Cmd+Comma)
- Find “Computer Use” or “Desktop Agent” section
- Toggle it ON
Your Mac immediately shows permission dialogs. These are the two that matter:
Screen Recording permission lets Claude take screenshots of your display. Without it, Claude is blind. Click “Allow.”
Accessibility permission lets Claude control your mouse and keyboard. Without it, Claude can see your screen but can’t interact with it. Click “Allow.”
Both permissions live in System Settings > Privacy & Security. macOS usually opens this for you, but if it doesn’t:
System Settings > Privacy & Security > Screen Recording > Claude Desktop: ON
System Settings > Privacy & Security > Accessibility > Claude Desktop: ON
After enabling both: quit Claude Desktop completely (Cmd+Q, not just closing the window) and reopen it. The permissions don’t take effect until you restart.

What display settings actually affect Computer Use?
Most setup guides skip this. Then people wonder why Claude keeps clicking the wrong button.
Screen resolution. Claude reads your screen at whatever resolution you set. Higher resolution means smaller click targets. If your Mac is set to “More Space,” buttons are tiny and Claude occasionally misclicks. Set display to “Default” or one notch toward “Larger Text” while learning. System Settings > Displays > Resolution.
Dock auto-hide. If your dock auto-hides, Claude can’t find app icons when they’re not visible. Either disable auto-hide (System Settings > Desktop & Dock > Automatically hide and show the Dock: OFF) or tell Claude to use Spotlight to open apps.
Notification banners. This one caught me off guard on day two. Asked Claude to click a button in Safari, and it clicked a notification banner that appeared over the button instead. Fix: turn on Do Not Disturb before running Computer Use tasks. Click the clock in the top-right corner > Focus > Do Not Disturb.
Multiple monitors. Claude can see all screens but gets confused about which one an app is on. Start with one screen for your first week. Tell Claude “use the main display” if needed.
How does Computer Use decide what tool to use?
From Anthropic’s Computer Use documentation, Claude follows a priority order when you assign a task:
| Priority | Method | Speed | When it’s used |
|---|---|---|---|
| 1st | Connectors (Gmail, Google Drive, Slack) | Fastest | Direct integration available |
| 2nd | Browser (Chrome navigation) | Medium | No connector, but accessible via web |
| 3rd | Screen interaction (clicking, typing) | Slowest | No connector or browser path |
This matters for your setup. If you install a Gmail connector (Chapter 7 of the book covers plugins), Claude reads your email through the connector in seconds. Without it, Claude opens Chrome, loads Gmail, and screenshots each email. Same result, 7x slower.
Safety boundaries (from the same docs): Claude is trained to avoid stock trading, inputting sensitive data, and scraping facial images. But these are training guidelines, not hard blocks. Per-app permissions ask before accessing each application. You can also add apps to a blocklist to deny access automatically.
Current limitation: Computer Use is available on Pro and Max plans only. Team and Enterprise plans don’t have access yet.
How do you verify Computer Use is working?
Two tests. First one proves the machinery works. Second one previews the real power.
Test 1: Type this into the Cowork chat window:
Open TextEdit and create a new document. Type "Hello from Claude
Computer Use" and save it to my Desktop as "cowork-test.txt"
Watch Claude take a screenshot, move your mouse, open TextEdit, type the text, press Cmd+S, navigate the save dialog, and save the file. Takes about 30-45 seconds. Check your Desktop for cowork-test.txt.
Test 2:
Open Safari, go to google.com, search for "weather today,"
and tell me the current temperature in the chat.
Claude opens Safari, types the URL, searches Google, reads the temperature from the screen, and reports it back. That’s the same mechanism that powers email triage, data extraction, and the job-application pipeline everyone saw on Twitter. Same building block. The complexity scales.
What broke (and how to fix it)
Four issues that come up every time. Here’s the field guide.
| Problem | Cause | Fix |
|---|---|---|
| Claude types in chat instead of opening apps | Computer Use not enabled | Check Settings toggle. Verify both permissions in System Settings. Restart app. |
| Claude tries to click but nothing happens | Accessibility permission missing | System Settings > Privacy & Security > Accessibility > Claude Desktop: ON. Restart. |
| Connection or timeout error | Network issue or VPN | Check internet. Disconnect VPN temporarily. Some VPNs block Anthropic’s servers. |
| Claude freezes after first screenshot | Normal first-action delay | Wait 10 seconds. First Computer Use action is slower. If stuck after 30 seconds, start a new conversation. |
The approval prompt system catches most mistakes before they cause problems. Claude asks permission before risky actions (“I’m about to click Send on this email. Should I proceed?”). Keep these prompts enabled while learning.
Quick diagnostic: paste this into Cowork to verify your setup is working:
List all the MCP plugins you currently have access to
and confirm whether Computer Use is enabled. Also tell
me what folders you can access.
Claude responds with a full capabilities report in seconds. If Computer Use shows as disabled, go back to Step 2.
How does Computer Use actually work under the hood?
Computer Use is a screenshot-decide-act loop. Claude takes a picture of your screen, identifies buttons and text fields, decides what to click or type, does it, then takes another screenshot to see the result. Each cycle takes 1-2 seconds.
Two things follow from this. First, Claude works with any application that has a visual interface. Gmail, Outlook, Google Sheets, your company’s weird internal tool nobody has heard of. If you can see a button, Claude can click it.
Second, Claude isn’t instantaneously fast. Each action takes ~2 seconds. Here’s what that means for real tasks:
| Task | Steps | Time | What you do meanwhile |
|---|---|---|---|
| Open an app, type, save a file | ~5 | 10 seconds | Watch |
| Fill out a web form | ~30 | 1 minute | Check your phone |
| Process 20 emails | ~150 | 5 minutes | Make coffee |
| Organize 40 files into folders | ~300 | 10 minutes | Take a call |
| Apply to 20 jobs with cover letters | ~600 | 20 minutes | Do other work |
The trick isn’t “Claude is faster at clicking.” The trick is “Claude clicks while you do something else, and it never gets bored, and it works at 3am.”
As one user on r/ClaudeAI put it about scheduled tasks: “I wake up to a summary on my phone. Claude had been working since 6:00am. By the time I poured my coffee, my day was organized.”
What should you actually do?
- If you just want Claude to answer questions and write text: use Claude Chat, not Cowork. No setup needed.
- If you want Claude to control your desktop (open apps, click buttons, fill forms): follow the 6 steps in this article. Takes 15 minutes.
- If Computer Use isn’t working after setup: check both permission toggles in System Settings, restart the app, and disconnect your VPN.
- If Claude keeps misclicking: adjust display settings (lower resolution, disable dock auto-hide, enable Do Not Disturb).
bottom_line
- The setup is 15 minutes, not 3 hours. The difference is knowing which two permission toggles to flip and restarting the app afterward.
- Display settings are not optional polish. They directly affect how accurately Claude clicks. Set them before your first real task.
- Start with the approval prompts ON. Watch what Claude wants to do, approve it, see the result. That feedback loop builds the instinct you need before automating anything serious.
Frequently Asked Questions
How long does it take to set up Claude Computer Use?+
About 15 minutes if you follow the steps. The most common mistake is skipping the macOS permission toggles, which turns a 15-minute setup into a 3-hour troubleshooting session.
Does Claude Computer Use work on Windows?+
Yes. Cowork is available on both macOS and Windows via Claude Desktop. You need the latest version of Claude for Windows. This article covers the Mac setup specifically.
Is Claude Computer Use free?+
No. Computer Use requires a Claude Pro subscription at $20/month. The free tier gives you Claude Chat but not Computer Use.
More from this Book
How to Analyze Messy Spreadsheets with Claude
Turn a messy CSV into a clean dataset and professional report with Claude Cowork. Three-step pipeline with copy-paste prompts. No formulas. No Python needed.
from: Claude Cowork - Automate Your Job This Weekend
How to Build an Email Triage System with Claude
Build an email triage system with Claude Cowork that turns 127+ unread emails into a one-page summary with draft replies. Copy-paste prompts included.
from: Claude Cowork - Automate Your Job This Weekend
Claude Chat vs Code vs Cowork: Which One to Use
Claude has three products and most people use the wrong one. Here's the decision framework with 10 real-world scenarios, timing data, and the one-sentence rule.
from: Claude Cowork - Automate Your Job This Weekend
How to Schedule Recurring Tasks in Claude Cowork
Set up three daily automated tasks in Claude Cowork: morning email triage, afternoon data check, and end-of-day report. Includes the laptop-closed fix.
from: Claude Cowork - Automate Your Job This Weekend