Skip to main content

2 posts tagged with "MCPB"

MCP Bundle file format

View All Tags

What is a .mcpb File? The MCP Bundle Format Explained

· 5 min read
MCPBundles

If you've ever installed an app on your computer—double-clicking a .dmg file on Mac or a .exe on Windows—you already understand .mcpb files.

Anthropic introduced the .mcpb extension (MCP Bundle) as the standard packaging format for distributing MCP servers. Think of it as the "app bundle" for AI tools: one file that contains everything needed to give your AI assistant new capabilities.

Cartoon illustration of a person explaining what an MCP bundle file is for AI applications, happy expression
Anthropic's .mcpb packaging makes MCP servers easy to install for cloud-powered AI automation.

How to Add MCP Servers to Claude Desktop — Setup & Troubleshooting Guide

· 12 min read
MCPBundles

I spent two hours staring at Claude Desktop wondering why my MCP server wouldn't connect. The config looked perfect. The server ran fine standalone. But Claude showed no tools. The problem? A single trailing comma in my JSON config that Claude silently ignored. This is everything I wish the docs had told me upfront.

There are two ways to add MCP servers to Claude Desktop: .mcpb files (one-click install) or manual JSON config (full control). This guide covers both, plus the debugging steps you'll inevitably need.

Config file location (if that's all you need):

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Or open it directly: Claude Desktop → Settings → Developer → Edit Config.

New to MCP? Start with Introduction to MCP to understand what it is and how it works.

Claude Desktop MCP setup guide with .mcpb file installation and manual config
Add MCP servers to Claude Desktop using .mcpb files or manual config. Includes troubleshooting for missing tools and silent config errors.