Getting Started
1. Install mcpak
Install the mcpak CLI globally using npm:
npm install -g @mcpak/cli 2. Initialize your workspace
Run mcpak init in your project directory to create the necessary config files:
mcpak init
This creates a mcpak.json manifest file with your package configuration.
3. Install a package
Install an MCP server package from the registry:
mcpak install <package-name> mcpak will download the package, extract it, and automatically configure it in your Claude Desktop settings.
4. Search for packages
Find MCP servers on the registry:
mcpak search <query> Or browse packages on the packages page.
Next steps
- CLI Reference — Full command documentation
- Publishing — Share your own MCP servers
- Authentication — Register and manage tokens