mcpb

modelcontextprotocol/mcpb
★ 1,768 stars TypeScript 💻 Code/Dev Tools Updated 1mo ago
Desktop Extensions: One-click local MCP server installation in desktop apps
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpb": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/mcpb"
      ]
    }
  }
}