io.github.FlayedOne/plesk-mcp✓
io.github.FlayedOne/plesk-mcp · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FlayedOne/plesk-mcp",
"description": "Manage your Plesk hosting server using AI assistants.",
"repository": {
"url": "https://github.com/FlayedOne/plesk-mcp.git",
"source": "github"
},
"version": "0.1.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}