panelica mcp for Cursor
io.github.panelica/panelica-mcp
Manage a Panelica hosting panel in plain English - 404 scoped, HMAC-signed tools.
client:Cursor
transport:stdio
runtime:npm
Install panelica mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"panelica-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"panelica-mcp"
],
"env": {
"PANELICA_BASE_URL": "<PANELICA_BASE_URL>",
"PANELICA_API_KEY": "<PANELICA_API_KEY>",
"PANELICA_API_SECRET": "<PANELICA_API_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs