mcp-1panel
by 1Panel-dev·★ 147·Score 45
MCP server for 1Panel, providing tools for website, database, and server management.
Overview
The mcp-1panel server implements the Model Context Protocol to connect AI models with 1Panel, a server management panel. It provides a comprehensive set of tools for managing system information, websites, SSL certificates, applications, and databases. The server supports both stdio and SSE transport modes, making it compatible with various MCP clients like Cursor and Windsurf.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP server if you're already using 1Panel for server management and want to enable AI assistants to handle routine server tasks like website creation, database management, and system monitoring.
When NOT to choose this
Don't choose this if you're not using 1Panel or prefer a vendor-agnostic approach to server management, as this server is tightly coupled with 1Panel's ecosystem.
Tools this server exposes
11 tools extracted from the READMEget_dashboard_infoList dashboard status
get_system_infoGet system information
list_websitesList all websites
create_websiteCreate a website
list_sslsList all certificates
create_sslCreate a certificate
list_installed_appsList all installed applications
install_openrestyInstall OpenResty
install_mysqlInstall MySQL
list_databasesList all databases
create_databaseCreate a database
Comparable tools
Installation
Installation
Prerequisites
- Go 1.23.0 or higher
- Existing 1Panel installation
Build from Source
git clone https://github.com/1Panel-dev/mcp-1panel.git
cd mcp-1panel
make buildMove ./build/mcp-1panel to your system PATH.
Install using go install
go install github.com/1Panel-dev/mcp-1panel@latestConfiguration for Cursor/Windsurf
{
"mcpServers": {
"mcp-1panel": {
"command": "mcp-1panel",
"env": {
"PANEL_ACCESS_TOKEN": "<your 1Panel access token>",
"PANEL_HOST": "http://localhost:8080"
}
}
}
}FAQ
- What is 1Panel?
- 1Panel is a modern, open-source Linux server management panel that simplifies server management through a web interface.
- Can I use this MCP server with any MCP client?
- Yes, the server supports both stdio and SSE transport modes, making it compatible with various MCP clients like Cursor, Windsurf, and others that support these protocols.
Compare mcp-1panel with
Last updated · Auto-generated from public README + GitHub signals.