Skip to content

B

Free

by MCP Community

Tools for building MCP Bundles

v2.1.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

B MCP Server

Tools for building MCP Bundles

Installation

npx -y @anthropic-ai/mcpb

Reviews

Leave a Review

Installation

Quick install
npx -y @anthropic-ai/mcpb
Add to claude_desktop_config.json
{
  "mcpServers": {
    "b": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcpb"]
    }
  }
}