Description

Intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.

Installation

npx -y 1panel-mcp
npm install 1panel-mcp
git clone https://github.com/1Panel-dev/1Panel

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "1panel-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "1panel-mcp"
      ]
    }
  }
}