Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Deeper second pass · 0/5 agents 427 findings $12.75 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.84 Home All releases olderv2.1.83 v2.1.85newer
Claude Code v2.1.84

Computer Use MCP Server (macOS)

What

A comprehensive, in-process MCP server that allows Claude to control macOS desktop applications — clicking, typing, scrolling, dragging, and taking screenshots — with a tiered permission system.

Usage
claude --computer-use-mcp
Details
  • Applications must be explicitly approved by the user via request_access before any interaction
  • Three permission tiers: read (screenshots only, no interaction), click (visible + plain left-click), and full (typing, key presses, modifier-clicks, drag-drop)
  • Browsers and trading apps default to "read" tier; terminals/IDEs default to "click" tier; other apps get "full"
  • Tool set includes: screenshot, left_click, right_click, middle_click, double_click, triple_click, type, key, hold_key, scroll, mouse_move, left_mouse_down, left_mouse_up, left_click_drag, mouse_position, computer_batch, activate_app, switch_display, read_clipboard, write_clipboard, zoom, wait, list_granted_applications
  • computer_batch executes a sequence of actions in ONE tool call, avoiding round-trip latency between steps
  • Multi-monitor support with switch_display to capture different monitors
  • Clipboard read/write requires separate grant flags (clipboardRead, clipboardWrite)
  • System-level key combos (e.g. Cmd+Q, Ctrl+Alt+Delete) require the systemKeyCombos grant
  • Pixel comparison validation detects when screen content changed since last screenshot
  • Includes a comprehensive deny-list for sensitive apps (financial, crypto wallets, etc.) that cannot be controlled
  • macOS Accessibility and Screen Recording permissions required
  • Esc hotkey registered for user to abort computer control at any time
Evidence

In-process Computer Use MCP server (search for "In-process Computer Use MCP server started", "--computer-use-mcp", "request_access")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.84 →