← Index

io.github.FlayedOne/plesk-mcp

io.github.FlayedOne/plesk-mcp·v0.1.1·Other
Quality Score
80
/100

Manage your Plesk hosting server using AI assistants.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "plesk-mcp": {
      "command": "uvx",
      "args": [
        "plesk-mcp"
      ],
      "env": {
        "PLESK_HOST": "<plesk_host>",
        "PLESK_API_KEY": "<plesk_api_key>",
        "PLESK_USERNAME": "<plesk_username>",
        "PLESK_PASSWORD": "<plesk_password>"
      }
    }
  }
}
§02  Environment variables
PLESK_HOST

Base URL of your Plesk server. May include port. Example: https://plesk.example.com:8443

PLESK_API_KEY

Plesk API key. Create via `plesk bin secret_key --create -description 'Plesk MCP'` on the server. Required, unless PLESK_USERNAME and PLESK_PASSWORD are provided.

PLESK_USERNAME

Username for authenticating with your Plesk server. Typically "admin".

PLESK_PASSWORD

Password for authenticating with your Plesk server.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other