Cloud71 Connector
БесплатноНе проверенEnables AI assistants to deploy generated files (HTML, PDF, images, etc.) directly to cloud71 hosting, returning a public URL, and manage cloud71 sites via natu
Описание
Enables AI assistants to deploy generated files (HTML, PDF, images, etc.) directly to cloud71 hosting, returning a public URL, and manage cloud71 sites via natural language.
README
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 |
|---|---|
deploy_files |
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_sites |
List your cloud71 sites (name, URL, status). |
read_site |
Read a site's files and status, so the model can edit‑then‑redeploy. |
manage_site |
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.
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 test
Connect 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.host
Privacy & security
- Privacy policy · Terms of service · 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
Установка Cloud71 Connector
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/7t1-studio/cloud71-mcpFAQ
Cloud71 Connector MCP бесплатный?
Да, Cloud71 Connector MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cloud71 Connector?
Нет, Cloud71 Connector работает без API-ключей и переменных окружения.
Cloud71 Connector — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cloud71 Connector в Claude Desktop, Claude Code или Cursor?
Открой Cloud71 Connector на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Cloud71 Connector with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
