build-mcpb

Bundle a local MCP server with its runtime into a portable MCPB package.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/GongXLiang/plot-study --skill build-mcpb-gongxliang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-mcpb
Source: https://github.com/GongXLiang/plot-study/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/mcp-server-dev/skills/build-mcpb
Command: npx skills add https://github.com/GongXLiang/plot-study --skill build-mcpb-gongxliang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Packaging and distributing a local MCP server with its runtime in a single, installable bundle to simplify offline installation and distribution.

Core Features & Use Cases

  • Bundled runtime: ship a single portable MCPB file that contains the server code and runtime.
  • Cross-platform distribution: supports darwin, win32, and linux targets with a consistent deployment path.
  • Simplified deployment: straightforward install and startup workflow for desktop apps requiring local server access.

Quick Start

Use the MCPB pack workflow to create a bundled local MCP server package.

Frequently Asked Questions about build-mcpb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package a local MCP server with its runtime for offline installation?

To package a local MCP server for offline installation, you bundle the server code and its runtime into a self-contained MCPB file. This enforces manifest-based configuration to ensure the portable package operates with OS integrations and reads local files.

What is a self-contained MCPB package used for?

A self-contained MCPB package is used for distributing a local MCP server as a single, installable artifact. It simplifies offline deployment by bundling the runtime, allowing desktop apps to access the local server across Windows, macOS, and Linux.

Does MCPB packaging support cross-platform distribution for Windows, macOS, and Linux?

Yes, MCPB packaging supports cross-platform distribution across Windows, macOS, and Linux. It provides a consistent deployment path by bundling the server code and runtime into a single portable file for darwin, win32, and linux targets.

How do I bundle a local server that needs OS integrations and local file access?

You bundle a local server requiring OS integrations and local file access using the MCPB pack workflow. This creates a manifest-based configuration that packages the server and its runtime together into a single installable MCPB artifact.

What's the best way to distribute a local MCP server as a single artifact?

The best way to distribute a local MCP server as a single artifact is using MCPB tooling. It bundles the server code with its runtime into a self-contained package, providing a straightforward install and startup workflow for desktop applications.

Do I need a manifest-based configuration to bundle a local MCP server?

Yes, you need a manifest-based configuration to bundle a local MCP server. The MCPB tooling enforces this configuration to correctly package the server code and its runtime into a portable, self-contained artifact for offline installation.