Odel
panelica mcp

panelica mcp

Local
@panelica1JavaScriptMITUpdated 1w ago

Manage a Panelica hosting panel in plain English - 404 scoped, HMAC-signed tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpanelica-mcpv0.2.2

Run

npx -y panelica-mcp

MCP client config

{
  "mcpServers": {
    "panelica-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "panelica-mcp"
      ]
    }
  }
}