B
Freeby MCP Community
Tools for building MCP Bundles
v2.1.2Added Apr 12, 2026
B MCP Server
Tools for building MCP Bundles
Installation
npx -y @anthropic-ai/mcpb
Reviews
Installation
Quick install
npx -y @anthropic-ai/mcpb
Add to claude_desktop_config.json
{
"mcpServers": {
"b": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcpb"]
}
}
}