1Panel MCP ServerServer

ruibaby
GitHub
website deploymentMCPautomation

Loading subscription status...

💡 Description

An experimental server for automating website deployment to 1Panel servers using the Model Context Protocol (MCP). It allows users to create websites, upload static files, and track deployment statistics through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "1panel-mcp": {
        "env": {
          "ONEPANEL_API_KEY": "<your 1Panel API key>",
          "ONEPANEL_BASE_URL": "<your 1Panel base URL>"
        },
        "args": [
          "-y",
          "1panel-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Cursor IDE

Features

  • Automates website deployment to 1Panel servers
  • Creates websites if they do not exist
  • Uploads static website files to 1Panel
  • Fully compatible with MCP standard protocol

💬 Example Queries

  • Deploy to 1Panel with domain=yourdomain.com
  • Deploy website to 1Panel server, domain: yourdomain.com