One-click MCP install for Claude Desktop with .mcpb format
Anthropic's .mcpb format lets users install MCP servers for Claude Desktop by double-clicking a file, eliminating the need to manually edit JSON configuration files.
Score breakdown
Developers shipping MCP servers can now reach non-technical users by packaging as .mcpb instead of requiring manual JSON configuration, dramatically lowering the barrier to adoption and enabling mainstream use of Claude Desktop extensions.
- 01Anthropic ships .mcpb, a packaged MCP server format that installs like native apps (.dmg on macOS, .exe on Windows)
- 02Installation requires downloading a .mcpb file and double-clicking it in Claude Desktop; after confirmation and restart, MCP tools are live
- 03First download requires browser download → find → double-click; subsequent .mcpb files install with one click once the browser remembers the file type preference
Anthropic has introduced .mcpb, a packaged MCP server format that dramatically simplifies installation for Claude Desktop users. Instead of manually locating and editing `claude_desktop_config.json` with the correct keys and command arrays—a process prone to silent failures when JSON syntax is incorrect—users can now download a .mcpb file and double-click it. Claude Desktop opens an install dialog, the user confirms, and after restarting, the MCP tools are immediately available.
The installation flow is nearly frictionless: the first .mcpb download goes through the browser's Downloads folder, requiring a download → find → double-click sequence.
The installation flow is nearly frictionless: the first .mcpb download goes through the browser's Downloads folder, requiring a download → find → double-click sequence. However, once the browser remembers the file type preference (Chrome and Safari both support this), subsequent .mcpb installations become genuinely one-click. The author demonstrates this with claude-faf-mcp (version 5.5.1), which bundles 32 tools for persistent project context and can be invoked directly from Claude with natural language commands like "extract context from my README."
The significance lies in scalability: as the MCP ecosystem grows, the JSON-config installation path does not scale to mainstream developers who avoid configuration files. The .mcpb format is positioned as the mechanism that brings MCP adoption to non-technical users.
Key facts
- 01Anthropic ships .mcpb, a packaged MCP server format that installs like native apps (.dmg on macOS, .exe on Windows)
- 02Installation requires downloading a .mcpb file and double-clicking it in Claude Desktop; after confirmation and restart, MCP tools are live
- 03First download requires browser download → find → double-click; subsequent .mcpb files install with one click once the browser remembers the file type preference
- 04The author built claude-faf-mcp (version 5.5.1) as an example, providing 32 tools for persistent project context
- 05.mcpb eliminates the need to manually edit claude_desktop_config.json, avoiding silent failures from JSON syntax errors
- 06The .mcpb format is designed to scale MCP adoption to mainstream developers unfamiliar with configuration files