1Panel (MCP Server)

GitHub

๐Ÿ”ฅ 1Panel is a modern, open-source Linux server management panel and a lightweight AI management platform.

Claude Desktop Configuration

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

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