mcp plesk lite for Cursor
io.github.mohamedbenhariz/mcp-plesk-lite
MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.
client:Cursor
transport:stdio
runtime:npm
Install mcp plesk lite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-plesk-lite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-plesk-lite"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs