This directory contains example MCP Bundles that demonstrate the MCPB format and manifest structure. These are reference implementations designed to illustrate how to build MCPB extensions.
Important: These examples are NOT intended for production use. They serve as:
- Demonstrations of the MCPB manifest format
- Templates for building your own extensions
- Simple MCP server implementations for testing
But, the MCP servers themselves are not robust secure production ready servers and should not be relied upon for production use.
| Example | Type | Demonstrates |
|---|---|---|
hello-world-node |
Node.js | Basic MCP server with simple time tool |
chrome-applescript |
Node.js | Browser automation via AppleScript |
file-manager-python |
Python | File system operations and path handling |
Each example includes its own manifest.json and can be packed with:
dxt pack examples/hello-world-nodeUse these as starting points for your own extensions, but ensure you implement proper security measures before deploying to users.