puppet (MCP Server)

GitHub

Server automation framework and application

7,921 stars Ruby MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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