feat: Add MCPB bundle for Claude Desktop installation#172
Open
bryankthompson wants to merge 1 commit intomakenotion:mainfrom
Open
feat: Add MCPB bundle for Claude Desktop installation#172bryankthompson wants to merge 1 commit intomakenotion:mainfrom
bryankthompson wants to merge 1 commit intomakenotion:mainfrom
Conversation
Add MCP Bundle (MCPB) support for single-click installation in Claude Desktop. Files added: - manifest.json: MCPB manifest v0.3 with 21 tools - icon.png: 512x512 Notion icon for Claude Desktop - .mcpbignore: Excludes dev files from bundle builds The bundle uses `npx @notionhq/notion-mcp-server` to run the npm package, keeping the bundle lightweight (~23KB) while ensuring users always get the latest version. To build the bundle: npx @anthropic-ai/mcpb pack . notion-mcp-server.mcpb 🤖 Generated with [Claude Code](https://claude.com/claude-code)
756e97a to
53b5807
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds MCP Bundle (MCPB) support for single-click installation in Claude Desktop.
What is MCPB?
MCPB bundles are packaged MCP servers that enable easy installation in Claude Desktop. Similar to browser extensions, users can double-click the
.mcpbfile to install and configure the server.Files Added
manifest.jsonicon.png.mcpbignoreImplementation Details
The bundle uses
npx @notionhq/notion-mcp-serverto run the npm package:NOTION_TOKENenvironment variableTesting
npx @anthropic-ai/mcpb validateBuilding the Bundle
npx @anthropic-ai/mcpb pack . notion-mcp-server.mcpb🤖 Generated with Claude Code