cloud71 MCP connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cloud71 MCP connectorDeploy this HTML file as a new cloud71 site."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cloud71 MCP connector
A remote Model Context Protocol server that lets you
deploy AI‑generated files straight from your AI assistant to live hosting on
cloud71 — drop in an HTML page, a PDF, a folder of files, or any
artifact your model just produced, and get back a public https://*.cloud71.site URL in
seconds.
It works as a custom connector in Claude (Desktop / web) and as a connector in ChatGPT. You sign in with your existing cloud71 account over OAuth — no API keys to copy, no tokens to paste.
Hosted at
https://mcp.cloud71.host· runs on Cloudflare Workers · OAuth 2.1 (PKCE + Dynamic Client Registration) with cloud71 as the identity provider.
What it can do
Tool | What it does |
| Publish one or more files (any type — HTML/CSS/JS, PDF, images, Office docs, a whole folder) to a new or existing cloud71 site; returns the live URL. |
| List your cloud71 sites (name, URL, status). |
| Read a site's files and status, so the model can edit‑then‑redeploy. |
| Rename a site, attach a custom domain, or delete it (guarded — destructive actions are clearly annotated). |
Every tool acts only on the signed‑in user's own cloud71 account, enforced server‑side.
Related MCP server: EdgeOne Pages MCP Server
Add the connector
Claude → Settings → Connectors → Add custom connector → paste
https://mcp.cloud71.host → Connect → sign in to cloud71 and approve.
ChatGPT → Settings → Connectors → Add → https://mcp.cloud71.host → sign in.
How it works
Claude / ChatGPT ──OAuth 2.1 (PKCE, DCR)──▶ mcp.cloud71.host (this MCP server)
│
upstream login (OAuth/OIDC)
▼
app.cloud71.host (your cloud71 account)
│
deploys via the cloud71 API
▼
*.cloud71.site (your live site)The MCP server is its own OAuth Authorization Server (so any compliant client can register dynamically), and it delegates the actual login to cloud71. After you approve, the server holds a per‑grant cloud71 credential (encrypted) and uses it to call the cloud71 API on your behalf. The server is stateless beyond the OAuth grant store.
Develop
pnpm install
cp .dev.vars.example .dev.vars # fill in the cloud71 OAuth client id/secret
pnpm dev # wrangler dev (local, on http://localhost:8788)
pnpm typecheck
pnpm testConnect a local MCP client (e.g. the MCP Inspector)
to http://localhost:8788/mcp to exercise the tools.
Deploy
pnpm deploy # wrangler deploy → mcp.cloud71.hostPrivacy & security
We store only what's needed to keep you signed in and to deploy on your behalf. We never read content you didn't ask us to deploy.
License
MIT © 7t1 Studio
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/7t1-studio/cloud71-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server