← Back to Plugins
MCP Server MCP

io.github.FlayedOne/plesk-mcp

github By github 👁 1 views ▲ 0 votes

Manage your Plesk hosting server using AI assistants.

Homepage Verified source GitHub

Install

uvx plesk-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "plesk-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Plesk server. May include port. Example: https://plesk.example.com:8443",
          "format": "string",
          "name": "PLESK_HOST"
        },
        {
          "description": "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.",
          "format": "string",
          "name": "PLESK_API_KEY"
        },
        {
          "description": "Username for authenticating with your Plesk server. Typically \"admin\".",
          "format": "string",
          "name": "PLESK_USERNAME"
        },
        {
          "description": "Password for authenticating with your Plesk server.",
          "format": "string",
          "name": "PLESK_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...