1Panel MCP Server

Active

1Panel MCP Server is an implementation of the Model Context Protocol (MCP) server for 1Panel.

United States
Updated 8/2/2025
Key Features

What makes this MCP server special

Manage 1Panel

Requirements

Docker
Server Information

Status

Active

Location

United States

Version

1.0.0

License

MIT

Author

modelcontextprotocol

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

-

2. Configuration

{
  "mcpServers": {
  "mcp-1panel": {
  "command": "docker",
  "args": [
  "run",
  "-i",
  "--rm",
  "-e",
  "PANEL_HOST",
  "-e",
  "PANEL_ACCESS_TOKEN",
  "1panel/1panel-mcp-server"
  ],
  "env": {
  "PANEL_HOST": "such as http://localhost:8080",
  "PANEL_ACCESS_TOKEN": "<your 1Panel access token>"
  }
  }
  }
 }

3. Usage Example

Manage 1Panel