A Claude Code Agent Skill for managing Cloudways managed hosting through the Cloudways MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cloudways-mcp": {
"command": "npx",
"args": [
"-y",
"Digitizers/cloudways-mcp"
]
}
}
}
Run in terminal:
claude mcp add cloudways-mcp npx -y Digitizers/cloudways-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cloudways-mcp": {
"command": "npx",
"args": [
"-y",
"Digitizers/cloudways-mcp"
]
}
}
}