mcp-1panel is an implementation of the Model Context Protocol (MCP) server for 1Panel.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-1panel": {
"command": "go",
"args": [
"run",
"github.com/1Panel-dev/mcp-1panel@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-1panel go run github.com/1Panel-dev/mcp-1panel@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-1panel": {
"command": "go",
"args": [
"run",
"github.com/1Panel-dev/mcp-1panel@latest"
]
}
}
}