Claude Desktop
Last reviewed
Jun 3, 2026
Sources
12 citations
Review status
Source-backed
Revision
v1 · 1,356 words
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation.
Last reviewed
Jun 3, 2026
Sources
12 citations
Review status
Source-backed
Revision
v1 · 1,356 words
Add missing citations, update stale details, or suggest a clearer explanation.
Claude Desktop is a native desktop application from Anthropic that lets users run Claude outside a web browser on macOS and Windows. It packages the same conversational assistant available at claude.ai into a standalone program that stays accessible from the dock or taskbar, and it became one of the first widely used clients for the Model Context Protocol (MCP), the open standard Anthropic introduced for connecting Claude to local tools and data sources.
Before the desktop release, Claude was reachable through the claude.ai website and through mobile apps for iOS and Android. Anthropic shipped an iOS app earlier in 2024, and a desktop client was a frequent user request, partly because keeping a chatbot in a browser tab competes with other tabs and lacks system-level shortcuts. Competing assistants had already moved in this direction: OpenAI released a dedicated ChatGPT app for macOS in 2024, which set expectations for what a first-party desktop assistant should feel like.[1][5]
Anthropic launched Claude apps for Mac and Windows in public beta on October 31, 2024. The two platforms arrived together rather than in sequence, and the apps were free to download for both free-tier and paid subscribers.[1][2] At launch the desktop client gave access to Anthropic's then-current flagship model, an upgraded Claude 3.5 Sonnet, and reproduced the core web experience: starting chats, browsing past conversations, and viewing starred threads.[2][4]
The desktop app did not include Computer Use, the separate capability announced shortly before that allowed Claude 3.5 Sonnet to move a cursor and operate a screen autonomously. Press coverage at the time made the distinction explicit, since the two features were easy to conflate.[1][4] (Computer Use is documented separately as Anthropic Computer Use.)
Anthropic later listed system requirements of macOS 11 (Big Sur) or higher for the Mac build and Windows 10 or higher for the Windows build.[6] Launch-era reporting noted that the Windows release supported Windows on Arm in addition to x86 machines.[4]
| Platform | First availability | Minimum OS |
|---|---|---|
| macOS | October 31, 2024 (beta) | macOS 11 (Big Sur)[6] |
| Windows | October 31, 2024 (beta) | Windows 10[6] |
The desktop app mirrors claude.ai for the basics: text conversations, file and image uploads, and access to a user's chat history under the same account. Because it runs as its own window, it adds conveniences a browser tab cannot, and Anthropic has used it as the surface for capabilities that depend on the local machine.
A notable point about the implementation is that the Mac client is built on Electron, the framework that wraps web technology in a desktop shell, rather than as a fully native Cocoa app. John Gruber of Daring Fireball criticized the first release on this basis, calling it "a lazy Electron port" that uses a lot of memory and lacks standard macOS behaviors such as autofill on the login screen.[5]
Over time Anthropic added desktop-specific interaction features, several of which appeared first on macOS:
A separate dictation feature announced on the same day as the desktop launch was for the mobile apps (iOS, Android, and iPadOS), where users could record and upload a voice message up to ten minutes long for Claude to transcribe and answer. That asynchronous mobile feature was distinct from the desktop voice input added later, and it was not part of the desktop apps at launch.[1]
Anthropic introduced the Model Context Protocol on November 25, 2024, about four weeks after the desktop apps shipped. MCP is an open standard for connecting AI assistants to external systems, defined around servers that expose tools and data and clients that consume them.[10] The Claude Desktop app was the headline client at launch: Anthropic stated that all Claude.ai plans could connect MCP servers to the desktop app, and that Claude for Work customers could begin testing servers locally against internal systems.[10]
This made the desktop app one of the first prominent ways for ordinary users to run MCP servers on their own machines. Servers are configured through a JSON file named claude_desktop_config.json, edited from the app's Developer settings, located at ~/Library/Application Support/Claude/ on macOS and %APPDATA%\Claude\ on Windows. Each entry tells the app which server to start and how to launch it, commonly via the Node.js npx command. After editing the file and restarting the app, a connected server appears as an indicator near the message box, and Claude must ask the user to approve each tool action.[11]
Alongside the protocol Anthropic published pre-built servers for common systems including Google Drive, Slack, GitHub, Git, Postgres, and Puppeteer, and named early adopters such as Block and Apollo along with developer-tool firms working with the standard.[10] Local MCP servers run entirely on the user's computer, which keeps file access and credentials on the device rather than sending them to Anthropic's cloud.[11]
The local configuration workflow assumed comfort with editing JSON and installing Node.js, which limited it to more technical users. On June 26, 2025, Anthropic announced Desktop Extensions, packaged MCP servers distributed as single files (originally with a .dxt extension, later .mcpb) that bundle a server and its dependencies. A user downloads the file, opens it with Claude Desktop, and clicks Install, with no terminal or manual configuration required.[12]
Anthropic also extended MCP beyond the local machine. Custom connectors built on remote MCP servers let the app reach internet-hosted tools, with Claude connecting to those servers from Anthropic's cloud rather than the user's device; the same connectors work across claude.ai, the desktop app, and the mobile apps.[8] Administrative controls followed for organizations: on August 21, 2025, Anthropic let Team and Enterprise plans enable or disable public desktop extensions and upload custom ones.[9] A December 18, 2025 update added the ability to start a task in Claude Desktop and have it carried out in a connected browser.[9]
Early reaction welcomed the convenience of a dedicated app while questioning its engineering. Coverage from TechCrunch and 9to5Mac framed the release as filling an obvious gap for users who preferred not to keep Claude in a browser tab.[1][2] The sharpest criticism concerned the Mac build's Electron foundation, which reviewers contrasted unfavorably with more native competitors.[5] The desktop app's role as an early MCP client drew more durable attention: the configuration file, the per-action approval prompts, and the later one-click extensions became a common reference point in guides explaining how to run MCP servers in practice.[11][12]