1
1Panel
Enables server administrators to manage websites, databases, SSL certificates, and applications through 1Panel's server management capabilities without switchin
Share:
About
Enables server administrators to manage websites, databases, SSL certificates, and applications through 1Panel's server management capabilities without switching contexts.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 1Panel.
- What is the 1Panel MCP and what does it manage?
- The 1Panel MCP allows server administrators to manage various aspects of their servers, including websites, databases, SSL certificates, and applications. It integrates with 1Panel's server management capabilities to provide a unified administration experience.
- How do I install the 1Panel MCP in a client application?
- Installation typically involves adding the 1Panel MCP repository URL (https://github.com/1panel-dev/mcp-1panel) to your MCP client's configuration. Specific steps will vary based on the client, such as Claude Desktop, Cursor, or Cline.
- Does the 1Panel MCP require an API key or other credentials for authentication?
- No, the 1Panel MCP uses 'none' as its authentication type. This means it does not require an API key, OAuth, or other external credentials for its operation within the MCP framework.
- What are the primary capabilities exposed by the 1Panel MCP?
- The 1Panel MCP primarily exposes tools for comprehensive server management. This includes administration of websites, databases, SSL certificates, and diverse applications, all handled through the 1Panel platform.
- Are there any licensing costs or fees associated with using the 1Panel MCP?
- The 1Panel MCP itself is open-source and available on GitHub, implying no direct licensing cost for the MCP component. However, costs associated with the underlying 1Panel server management platform depend on your specific deployment and usage.
- What is a key prerequisite for using the 1Panel MCP effectively?
- A critical prerequisite for effective use is an existing installation and configured instance of 1Panel. The MCP leverages 1Panel's server management features, so 1Panel must be operational on your server.
Install 1Panel
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"1panel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1panel"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"1panel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1panel"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"1panel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1panel"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.