Skip to content

Conversation

@triepod-ai
Copy link

Summary

Adds Model Context Protocol Bundle (MCPB) support enabling single-click installation in Claude Desktop and other MCP hosts.

Changes

  • Added manifest.json with server configuration and user_config for API key prompt
  • Added icon.png (512x512, derived from existing fire.png)
  • Added .mcpbignore for build exclusions
  • Added pre-built firecrawl-mcp-3.7.4.mcpb bundle

What is MCPB?

MCPB (MCP Bundle) is a packaging format that enables easy distribution of MCP servers. Similar to browser extensions (.crx) or VS Code extensions (.vsix), users can install the server with a single click.

Testing

  • Bundle validates successfully (mcpb validate)
  • Bundle packs successfully (mcpb pack)
  • Tested installation in Claude Desktop
  • API key prompt appears during installation
  • All 8 tools functional

Installation

Download the .mcpb file from this PR and double-click to install in Claude Desktop. You'll be prompted for your Firecrawl API key during installation.

Building the Bundle

If you prefer to build from source:

npx @anthropic-ai/mcpb pack .

🤖 Generated with Claude Code

Add Model Context Protocol Bundle (MCPB) support enabling single-click
installation in Claude Desktop and other MCP hosts.

Changes:
- Add manifest.json with server configuration and user_config for API key
- Add icon.png (512x512) for display in Claude Desktop
- Add .mcpbignore for build exclusions
- Add pre-built firecrawl-mcp-3.7.4.mcpb bundle

🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant