mcpb

mcpb

A desktop extension tool for one-click installation of a local MCP server.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 2.0k
Source
mcp-github

Overview

MCP Bundles (MCPB) are compressed packages containing a local MCP server and its descriptor file `manifest.json`. Similar to Chrome extensions or VS Code extensions, users can install local MCP servers with one click. This repository provides the MCP Bundle specification, CLI tools, and code for Claude on macOS and Windows. For local MCP server developers, it simplifies distribution and installation; for application developers supporting local MCP servers, it simplifies support for MCPB packages. Through the MCPB format, AI tools can more easily connect to other applications and services.

Capabilities

  • One-click installation of local MCP servers
  • Automatic update of MCP servers
  • Configuration of MCP server parameters
  • Management of MCP server dependencies

Use cases

Developing local MCP serversIntegrating local MCP servers into desktop applicationsSimplifying distribution and installation of MCP servers

Setup

Requires: Node 环境
npm install -g @anthropic-ai/mcpb

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I create an MCPB file?

Use `mcpb init` to create manifest.json, then use `mcpb pack` to package it.

What does an MCPB file contain?

It contains the MCP server files and manifest.json.

Related skills