Skip to content

Commit a94917e

Browse files
committed
fixes
1 parent 02351f9 commit a94917e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blog/content/posts/2025-11-20-adopting-mcpb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = 'David Soria Parra (MCP Lead Maintainer), Joan Xie (MCPB Maintainer)'
77
tags = ['mcp', 'mcpb', 'bundles']
88
+++
99

10-
The [MCP Bundle format (.mcpb)](https://github.com/modelcontextprotocol/mcpb) is now part of the Model Context Protocol. This makes it easier for developers to distribute local MCP servers across any compatible client, including Claude desktop app, Claude Code, and MCP for Windows.
10+
The [MCP Bundle format (.mcpb)](https://github.com/modelcontextprotocol/mcpb) is now part of the Model Context Protocol project. This makes it easier for developers to distribute local MCP servers across any compatible client, including Claude desktop app, Claude Code, and MCP for Windows.
1111

1212
## What are MCP Bundles?
1313

@@ -26,7 +26,7 @@ bundle.mcpb (ZIP file)
2626

2727
The format supports servers written in Node.js, Python, or compiled binaries—giving developers flexibility in how they build while maintaining a consistent distribution mechanism for users.
2828

29-
## Why move MCPB to the specification?
29+
## Why move MCPB to the MCP project?
3030

3131
Anthropic originally developed this format (previously called DXT) for Claude's desktop applications. However, we believe the local MCP server ecosystem benefits when portability extends beyond any single client. By moving the bundle specification, CLI tooling, and reference implementation to the MCP project, we're enabling:
3232

@@ -38,7 +38,7 @@ Anthropic originally developed this format (previously called DXT) for Claude's
3838

3939
## What this means for developers
4040

41-
**Servers:** You can now package your local MCP servers for distribution across multiple clients. The `mcpb` CLI helps you create a `manifest.json` and package your server into a `.mcpb` file. Once packaged, users can install your server with a single click in any client that supports MCP Bundles.
41+
**Servers:** You can use MCPB to package your local MCP servers for distribution across multiple clients. The `mcpb` CLI helps you create a `manifest.json` and package your server into a `.mcpb` file. Once packaged, users can install your server with a single click in any client that supports MCP Bundles.
4242

4343
**Clients:** You can add support for MCP Bundles to your application using the open-source toolchain. The repository includes the schemas and key functions used by Claude for macOS and Windows to implement bundle support, which you can adapt for your own client.
4444

0 commit comments

Comments
 (0)