You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/content/posts/2025-11-20-adopting-mcpb.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A basic bundle structure looks like:
19
19
bundle.mcpb (ZIP file)
20
20
├── manifest.json # Required: Bundle metadata and configuration
21
21
├── server/ # Server implementation
22
-
│ └── index.js
22
+
│ └── index.js
23
23
├── node_modules/ # Bundled dependencies
24
24
└── icon.png # Optional: Bundle icon
25
25
```
@@ -38,20 +38,20 @@ Anthropic originally developed this format (previously called DXT) for Claude's
38
38
39
39
## What this means for developers
40
40
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 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.
42
42
43
43
**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.
44
44
45
45
## Getting started
46
46
47
-
Check out the repo to get started: [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb). We encourage feedback and contributions.
47
+
Check out the repo to get started: [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb). We encourage feedback and contributions.
48
48
49
49
## Acknowledgements
50
50
51
51
Thanks to the MCP contributors and maintainers involved in making this happen, including:
0 commit comments