Generate MCPB packages from MCP server projects using a Claude Code plugin and GitHub Actions workflow for streamlined server packaging.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-bundle": {
"command": "npx",
"args": [
"-y",
"Michelinaunexcused812/mcp-bundle"
]
}
}
}
Run in terminal:
claude mcp add mcp-bundle npx -y Michelinaunexcused812/mcp-bundle
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bundle": {
"command": "npx",
"args": [
"-y",
"Michelinaunexcused812/mcp-bundle"
]
}
}
}