Migrate from DXT to MCP Bundle (MCPB) format.
What's new
- MCPB format — the extension is now packaged as
.mcpb(MCP Bundle) instead of.dxt(Desktop Extension), following the upstream rename at modelcontextprotocol/mcpb. Claude Desktop supports both formats. - Manifest v0.3 — upgraded from
dxt_version: "0.1"tomanifest_version: "0.3", with$schemafor IDE validation. - Smaller bundle — added
.mcpbignoreto exclude source TypeScript, test files, and dev config from the packaged bundle. npm run pack— new script that builds and packages the.mcpbintodist/.
Breaking
- The release asset is now
mcp-server-airbnb.mcpbinstead ofmcp-server-airbnb.dxt. If you were downloading the.dxtprogrammatically, update your scripts.
Install
Download mcp-server-airbnb.mcpb below and open it — Claude Desktop will show an installation dialog.
To ignore robots.txt, open Claude Desktop settings, navigate to the extension, and enable the Ignore robots.txt toggle.
Full changelog: v0.1.4...v0.2.0