panelica-mcp
Rank #13,668io.github.Panelica/panelica-mcp
Manage a Panelica hosting panel in plain English - 404 scoped, HMAC-signed tools.
panelica-mcp is a Model Context Protocol (MCP) server published by Panelica. It ranks #13,668 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. panelica-mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on May 17, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 118,445 of 132,113 servers on MCP Toplist.
Use panelica-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add panelica-mcp -e "PANELICA_BASE_URL=<your PANELICA_BASE_URL>" -e "PANELICA_API_KEY=<your PANELICA_API_KEY>" -e "PANELICA_API_SECRET=<your PANELICA_API_SECRET>" -- npx -y panelica-mcpReplace each placeholder with your own value before saving.
[mcp_servers.panelica-mcp]
command = "npx"
args = ["-y", "panelica-mcp"]
[mcp_servers.panelica-mcp.env]
PANELICA_BASE_URL = "<your PANELICA_BASE_URL>"
PANELICA_API_KEY = "<your PANELICA_API_KEY>"
PANELICA_API_SECRET = "<your PANELICA_API_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<your PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<your PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<your PANELICA_API_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<your PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<your PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<your PANELICA_API_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"panelica-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<your PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<your PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<your PANELICA_API_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<your PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<your PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<your PANELICA_API_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"panelica-mcp": {
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<your PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<your PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<your PANELICA_API_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Panelica%2Fpanelica-mcp)<a href="https://mcptoplist.com/server/io.github.Panelica%2Fpanelica-mcp"><img src="https://mcptoplist.com/badge/io.github.Panelica%2Fpanelica-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Panelica
Other servers by Panelica
View all Panelica servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.1 | Sep 17, 2026 |
| 0.2.2 | Aug 26, 2026 |
Frequently asked questions
- Who maintains panelica-mcp?
- panelica-mcp is maintained by Panelica, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is panelica-mcp listed on the Official MCP Registry?
- Yes — panelica-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does panelica-mcp have?
- MCP Toplist tracks 2 versions of panelica-mcp, most recently published on Sep 17, 2026.
- Where can I find the source code for panelica-mcp?
- The source code for panelica-mcp is hosted at github.com/Panelica/panelica-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.