panel (MCP Server)

GitHub

Pterodactylยฎ is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.

Claude Desktop Configuration

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

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