Manage a Panelica hosting panel in plain English - 404 scoped, HMAC-signed tools.
npx @getmcp/cli add io.github.Panelica/panelica-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PANELICA_BASE_URLExternal API base URL of your panel, e.g. https://panel.example.com:8443/api/external
PANELICA_API_KEYAPI key from the panel (Developer -> API). Grant only the scopes the assistant needs.
PANELICA_API_SECRETAPI secret paired with the key; used locally for HMAC-SHA256 request signing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Panelica/panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "",
"PANELICA_API_KEY": "",
"PANELICA_API_SECRET": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server and CLI for Gotify push notifications and message management.
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.