News

Simplify Claude Desktop MCP Server Installation: Introducing .mcpb for One-Click Deployment, Eliminating Manual JSON Configuration

Simplify Claude Desktop MCP Server Installation: Introducing .mcpb for One-Click Deployment, Eliminating Manual JSON Configuration

Developers who have previously set up an MCP (Model Control Protocol) server for Claude Desktop are familiar with the laborious process of manually editing the claude_desktop_config.json file. This involves locating the file, discerning the correct keys, adding commands, specifying argument arrays, and then restarting Claude. A common frustration arises when incorrect JSON configuration leads to silent failures, leaving developers puzzled about the cause.

Anthropic is now introducing a significantly streamlined approach: the .mcpb format, a packaged MCP server designed as a desktop extension for Claude Desktop. This format functions much like a .dmg file on macOS or an .exe file on Windows, but specifically tailored for AI tools.

The installation workflow with .mcpb is drastically simplified: users merely need to download the .mcpb file, double-click it, and Claude Desktop will handle the installation, followed by a restart. This eliminates the need for terminal commands, manual JSON editing, or navigating complex file paths, significantly reducing setup complexity and potential errors.

As an illustration, consider an example like claude-faf-mcp-5.5.1.mcpb, which bundles 32 tools designed for persistent project context across sessions. Upon downloading and double-clicking this file, Claude Desktop presents an installation dialog. After confirmation and a restart, these 32 MCP tools become immediately active. Users can then instruct Claude, for instance, to "extract context from my README," and the tools will execute accordingly.

Initially, the .mcpb file is downloaded to the browser's Downloads folder, making the first use a "download → find → double-click" process. However, for subsequent installations, most browsers (like Chrome) remember the "always open files of this type" preference, enabling a genuine one-click experience where future .mcpb files are directly handed to Claude Desktop. Safari offers even more permissive handling.

The introduction of the .mcpb format is highly significant. As the ecosystem of MCP servers grows, the traditional JSON-config installation path proves unscalable for mainstream developers who prefer to avoid manual configuration files. .mcpb addresses this critical bottleneck, making MCP server deployment accessible to a much broader audience. Therefore, developers shipping MCP servers are strongly encouraged to package them as .mcpb files to enhance the installation experience for non-technical users.

↗ Read original source