A **Model Context Protocol (MCP)** server that gives Claude direct access to the [SiteBay](https://sitebay.org) WordPress hosting platform. Manage
A Model Context Protocol (MCP) server that gives Claude direct access to the SiteBay WordPress hosting platform. Manage sites, execute commands, and control your cloud infrastructure—all through conversation. The sitebay mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
sitebay_list_sites — List all WordPress sites hosted on SiteBaysitebay_get_site — Get detailed information about a hosted sitesitebay_create_site — Create a new WordPress site on SiteBaysitebay_update_site — Update site configurationsitebay_delete_site — Delete a hosted sitesitebay_site_shell_command — Execute shell/WP-CLI commandssitebay_site_edit_file — Edit files in wp-contentsitebay_list_ready_made_sites — List available ready-made templatesBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 2 environment variables: SITEBAY_API_TOKEN, MCP_HTTP_HOST. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Sitebay MCP's toolset — sitebay_list_sites, sitebay_get_site, sitebay_create_site and 5 more — is a fair guide to whether it matches your workflow. It is maintained by sitebay; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| sitebay_list_sites | List all WordPress sites hosted on SiteBay |
| sitebay_get_site | Get detailed information about a hosted site |
| sitebay_create_site | Create a new WordPress site on SiteBay |
| sitebay_update_site | Update site configuration |
| sitebay_delete_site | Delete a hosted site |
| sitebay_site_shell_command | Execute shell/WP-CLI commands |
| sitebay_site_edit_file | Edit files in wp-content |
| sitebay_list_ready_made_sites | List available ready-made templates |
{
"mcpServers": {
"sitebay": {
"command": "uvx",
"args": ["sitebay-mcp"],
"env": {
"SITEBAY_API_TOKEN": "your_api_token_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SITEBAY_API_TOKEN | Credential the server authenticates with. | Yes |
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.