packer (MCP Server)

GitHub

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

15,759 stars Go MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "packer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-packer"
      ]
    }
  }
}