mcpbeat Sign in

Panelica MCP Server

local only

Panelica MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 321 · avg 12
a month agotoday
26
Installs / week
npm · panelica-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Panelica MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add panelica-mcp -- npx -y panelica-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "panelica-mcp": {
      "args": [
        "-y",
        "panelica-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.panelica-mcp]
command = "npx"
args = ["-y", "panelica-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "panelica-mcp": {
      "args": [
        "-y",
        "panelica-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "panelica-mcp": {
      "args": [
        "-y",
        "panelica-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PANELICA_BASE_URL (External API base URL of your panel, e.g. https://panel.example.com:8443/api/external), PANELICA_API_KEY (API key from the panel (Developer -> API). Grant only the scopes the assistant needs.), PANELICA_API_SECRET (API secret paired with the key; used locally for HMAC-SHA256 request signing.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Panelica MCP

same job, measured the same way
Follow Up Boss
by neuhausre

Follow Up Boss CRM in plain English. 160 tools; bring your own API key.

local only
Custom Website Editor
by elijahdesent

Edit your church website in plain English — text, photos, pages, domains, hosting & analytics.

answering
Quantifyme
by quantifyme

Describe a trading strategy in plain English and deploy a live signal model in one call. No signup.

13 tools answering
ShowMeOnMap
by showmeonmap

Ask in plain English, get a rendered, shareable map from live public data. 24 geospatial tools.

73 installs/wk 29 tools answering
I
Sakupa
by myerwang

Publish and manage AI-made static websites from your AI tool: free previews, hosting, domains.

330 installs/wk local only
Manager.io MCP
by flumpiey

MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools

164 installs/wk local only
stub.page
by stub

Publish plain-text posts at a public URL. No account, no sign-up.

4 tools answering
VerifyUK Property Check
by namnam57

Cited English property planning-constraint screening and batch tools for AI agents.

answering

Panelica MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Panelica MCP?
Panelica MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package panelica-mcp was installed 26 times last week.
How do I connect Panelica MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls panelica-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Panelica MCP?
The npm package panelica-mcp was installed 26 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Panelica MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.