From 6b031fa38359dcfef282faa5a9b20453360ed3eb Mon Sep 17 00:00:00 2001 From: Albert Chang Date: Mon, 8 Jun 2026 11:08:38 -0700 Subject: [PATCH 1/3] Add archive notice pointing to the public Beta MCP, docs, and community MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit webflow/mcp-server is being archived. Add a prominent README notice that redirects visitors to the actively-developed public Beta MCP (developers.webflow.com/mcp/installing/beta), the docs + changelog, and the community for engagement and bug reporting (issues are being disabled). The community link (community.webflow.com) is a placeholder pending confirmation that it is live — flagged with a TODO comment in the README. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 2cdce7f..40c5768 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,28 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the [![npm shield](https://img.shields.io/npm/v/webflow-mcp-server)](https://www.npmjs.com/package/webflow-mcp-server) ![Webflow](https://img.shields.io/badge/webflow-%23146EF5.svg?style=for-the-badge&logo=webflow&logoColor=white) +> ## ⚠️ This repository is archived +> +> `webflow-mcp-server` is no longer maintained, and issues are disabled. +> +> **We're still investing heavily in the Webflow MCP** — active development has moved +> to a separate repository, and the MCP is now available as a public **Beta**. +> +> ### 🚀 Use the public Beta MCP — actively developed +> +> Get started (open to everyone): **https://developers.webflow.com/mcp/installing/beta** +> +> ### 📖 Docs & changelog +> +> - MCP docs: https://developers.webflow.com/mcp +> - Changelog: https://developers.webflow.com/home/changelog?filter=MCP +> +> ### 💬 Engagement & bug reports +> +> We're no longer tracking issues here — please use our community instead: +> **https://community.webflow.com** +> + ## Prerequisites - [Node.js](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) From b00cc9db90afc075a1b02807a0e63e3c0d38863e Mon Sep 17 00:00:00 2001 From: Albert Chang Date: Mon, 8 Jun 2026 22:28:55 -0600 Subject: [PATCH 2/3] Reframe archive notice: OSS/self-hosted repo, not a deprecation of the MCP Per #team-devrel feedback on the messaging: - Avoid "no longer maintained / issues disabled" framing that reads as Webflow abandoning the MCP. - Clarify this repo is the open-source, SELF-HOSTED MCP server; the hosted/remote server is how customers use the Webflow MCP today. - Frame archiving as a distribution change (consolidating onto the hosted server), not a deprecation. Label as OSS, not generically "Webflow MCP". Be verbose. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 40c5768..576910b 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,27 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the [![npm shield](https://img.shields.io/npm/v/webflow-mcp-server)](https://www.npmjs.com/package/webflow-mcp-server) ![Webflow](https://img.shields.io/badge/webflow-%23146EF5.svg?style=for-the-badge&logo=webflow&logoColor=white) -> ## ⚠️ This repository is archived +> ## 📦 This repository — the open-source, self-hosted MCP server — is being archived > -> `webflow-mcp-server` is no longer maintained, and issues are disabled. +> **The Webflow MCP is not going away. We're investing in it more than ever.** The only thing changing is *how it's distributed.* > -> **We're still investing heavily in the Webflow MCP** — active development has moved -> to a separate repository, and the MCP is now available as a public **Beta**. +> This repository, `webflow-mcp-server`, is the **open-source (OSS), self-hosted** MCP server — the package you download and run **locally** on your own machine. Webflow now provides a **fully hosted, remote MCP server** that you connect to directly over a URL, with **no local install or setup required** — and that hosted server is how customers use the Webflow MCP today. > -> ### 🚀 Use the public Beta MCP — actively developed +> Because everyone now connects through the hosted server, we're **consolidating onto it** and archiving this self-hosted OSS repository (it becomes read-only). To be explicit: this is a **distribution change, not a deprecation** of the Webflow MCP — the product is actively developed and growing. > -> Get started (open to everyone): **https://developers.webflow.com/mcp/installing/beta** +> ### 🚀 Use the hosted Webflow MCP (recommended — actively developed) +> +> - Get started, no local setup required: **https://developers.webflow.com/mcp** +> - Try the public Beta: **https://developers.webflow.com/mcp/installing/beta** > > ### 📖 Docs & changelog > > - MCP docs: https://developers.webflow.com/mcp > - Changelog: https://developers.webflow.com/home/changelog?filter=MCP > -> ### 💬 Engagement & bug reports +> ### 💬 Bugs, issues & engagement > -> We're no longer tracking issues here — please use our community instead: +> GitHub issues on this repository are disabled. Please bring bugs, questions, and feedback to our community: > **https://community.webflow.com** > From 625a1606316471a9698e8414f0595012c456dec7 Mon Sep 17 00:00:00 2001 From: Albert Chang Date: Mon, 8 Jun 2026 23:00:46 -0600 Subject: [PATCH 3/3] Correct archive notice: it's the OSS repo (not "self-hosted only"); fix repo name - The "self-hosted / run locally only" framing was inaccurate: this repo's README documents connecting to the hosted server (https://mcp.webflow.com/sse) as the primary path. Reframe around OSS repo vs hosted service, not self-hosted vs hosted. - Use the GitHub repo name `webflow/mcp-server` instead of the npm package name. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 576910b..a3e8ce9 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ A Node.js server implementing Model Context Protocol (MCP) for Webflow using the [![npm shield](https://img.shields.io/npm/v/webflow-mcp-server)](https://www.npmjs.com/package/webflow-mcp-server) ![Webflow](https://img.shields.io/badge/webflow-%23146EF5.svg?style=for-the-badge&logo=webflow&logoColor=white) -> ## 📦 This repository — the open-source, self-hosted MCP server — is being archived +> ## 📦 This repository — Webflow's open-source (OSS) MCP server — is being archived > > **The Webflow MCP is not going away. We're investing in it more than ever.** The only thing changing is *how it's distributed.* > -> This repository, `webflow-mcp-server`, is the **open-source (OSS), self-hosted** MCP server — the package you download and run **locally** on your own machine. Webflow now provides a **fully hosted, remote MCP server** that you connect to directly over a URL, with **no local install or setup required** — and that hosted server is how customers use the Webflow MCP today. +> This repository, `webflow/mcp-server`, is **Webflow's open-source (OSS) MCP server**. Webflow also runs a **hosted, remote MCP server** at `https://mcp.webflow.com` that you connect to directly — and that hosted server is how customers use the Webflow MCP today. Ongoing development happens against the hosted service, in a separate repository. > -> Because everyone now connects through the hosted server, we're **consolidating onto it** and archiving this self-hosted OSS repository (it becomes read-only). To be explicit: this is a **distribution change, not a deprecation** of the Webflow MCP — the product is actively developed and growing. +> Because everyone now connects through the hosted server, we're **consolidating onto it** and archiving this open-source repository (it becomes read-only). To be explicit: this is a **distribution change, not a deprecation** of the Webflow MCP — the product is actively developed and growing. > > ### 🚀 Use the hosted Webflow MCP (recommended — actively developed) >