
Plesk Mcp
Let an AI assistant manage domains, subscriptions, and routine Plesk server tasks through the Plesk API instead of clicking through the panel for every change.
Overview
Plesk MCP is a MCP server for the Operate phase that lets AI assistants manage your Plesk hosting server through its API.
What is this MCP server?
- Stdio MCP server (pypi plesk-mcp v0.1.1) for Plesk hosting automation
- Authenticates via PLESK_API_KEY or PLESK_USERNAME and PLESK_PASSWORD against PLESK_HOST
- Designed so AI assistants can run server management workflows conversationally
- Targets builders who self-host or resell on Plesk rather than purely serverless platforms
- Repository: FlayedOne/plesk-mcp with MCP schema 2025-12-11
- Server version 0.1.1
- PyPI package identifier plesk-mcp
- Four documented environment variables (host, API key or user/password pair)
Community signal: 2 GitHub stars.
What problem does it solve?
You run sites on Plesk but repetitive panel and CLI work for domains and server config steals time from product work.
Who is it for?
Solo builders hosting client or own products on Plesk who want conversational server admin with API keys locked in env vars.
Skip if: Developers on serverless-only workflows with no Plesk instance, or anyone uncomfortable granting agents production hosting credentials.
What do I get? / Deliverables
You register one stdio MCP server so your agent can perform Plesk API operations from the same session where you debug and ship fixes.
- Agent-driven Plesk API operations from chat
- Reduced manual panel clicking for routine hosting changes
- Documented env-based auth pattern for production Plesk
Recommended MCP Servers
Journey fit
Plesk administration is ongoing production hosting work, which maps to Operate once the product is live on a Plesk-backed server. Infra subphase covers control-plane actions on the hosting stack—exactly what API-driven Plesk management automates.
How it compares
Plesk hosting control MCP integration, not a local code-review or deployment-pipeline skill.
Common Questions / FAQ
Who is plesk-mcp for?
Builders and small agencies operating live sites on Plesk who want Claude Code or similar agents to help with routine hosting API tasks.
When should I use plesk-mcp?
In Operate when you are maintaining subscriptions, domains, or server settings on an existing Plesk host and want agent-assisted changes.
How do I add plesk-mcp to my agent?
Install plesk-mcp from PyPI, set PLESK_HOST and PLESK_API_KEY (or username/password), add the server as stdio in your MCP client, then restart the agent.