Submit

1Panel MCP Server

@1Panel-dev

mcp-1panel is the Model Context Protocol (MCP) server implementation for 1Panel.
Overview

what is Mcp 1panel?

Mcp 1panel is an implementation of the Model Context Protocol (MCP) server designed for 1Panel, enabling seamless interaction with various tools and services.

how to use Mcp 1panel?

To use Mcp 1panel, you can either build it from source or install it using Go. After installation, configure it with your 1Panel access token and host address, and start the server using the command line options provided.

key features of Mcp 1panel?

  • Supports multiple transport types (stdio and sse)
  • Provides various tools for managing websites, databases, and applications
  • Easy configuration through environment variables

use cases of Mcp 1panel?

  1. Managing website deployments and configurations.
  2. Interacting with databases for creating and listing entries.
  3. Automating the installation of applications like MySQL and OpenResty.

FAQ from Mcp 1panel?

  • What is the Model Context Protocol (MCP)?

MCP is a protocol that allows for standardized communication between different services and tools.

  • How do I configure the server?

You can configure the server using command line options or environment variables for the access token and host address.

  • Is Mcp 1panel compatible with all versions of 1Panel?

It is designed to work with existing 1Panel installations, but ensure you meet the prerequisites.

Server Config

{
  "mcpServers": {
    "mcp-1panel": {
      "command": "mcp-1panel",
      "env": {
        "PANEL_ACCESS_TOKEN": "<your 1Panel access token>",
        "PANEL_HOST": "such as http://localhost:8080"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.