MCP ServerOfficialHTTP

Webflow MCP Server

Webflow hosts an MCP server at mcp.webflow.com. It reaches the CMS and site structure rather than the visual canvas — which is the right half, because bulk content work is exactly what the designer is worst at.

Hosted URL

https://mcp.webflow.com/mcp

Suggested model

Claude Sonnet 4.5

Chat with 60+ AI models on the same workflow — switch to a different model mid-conversation and re-run the same prompt, or use Compare mode to put several side-by-side and balance quality vs. cost.

Auth

OAuth against your Webflow account. Scope the authorised site list deliberately — the agent can write to any site you grant.

What the Webflow MCP server does

How models use it and what it is built for.

The server exposes Webflow’s Data API through MCP. An agent can list sites, read page metadata, and — most usefully — work with CMS collections: enumerate collections and their field schemas, read items, and create or update them. That makes systematic content work tractable. Retagging two hundred blog entries, filling missing SEO descriptions, or auditing which items reference a category that no longer exists are all single questions here and afternoon-long clicking exercises in the designer. Publishing is controllable, so changes can be staged rather than pushed live immediately. What it does not do is design: layouts, styles and interactions remain the designer’s domain, and an agent cannot restructure a page visually. Treat it as a content and metadata surface, and it is genuinely useful.

Tools the Webflow MCP server exposes

Typical tools an AI model can call. Exact names vary by version.

  • list sites — the sites available to the authenticated account
  • collections — enumerate CMS collections and their field schemas
  • collection items — read, create and update items in a collection
  • pages — read page metadata and SEO fields
  • publish — push staged changes live to a domain

Example prompts to try

Copy any of these into MCP Agent Studio after connecting.

  • Which blog collection items are missing a meta description or an og image?

  • Update the author reference on every post tagged "engineering" to the new team entry.

  • List collection items that reference a category which no longer exists.

  • Draft and create a case study item following the structure of the three most recent ones.

Models on MCP Playground

This is not a single-model product: you get the same MCP connection with 60+ models (Claude, GPT, Gemini, DeepSeek, open-weight, and more), you can switch mid-conversation, and you can open Compare mode to run the same prompt against multiple models at once. The card above is a suggested starting point for this server — not the only choice.

Default pick for Webflow

Claude Sonnet 4.5

Collection items are nested objects with reference fields that break easily. Sonnet 4.5 respects the field schema on writes instead of flattening it into plain strings.

Check an AI agent can actually use the Webflow MCP server

Listing tools proves the server is reachable, not that a model can work with it. Evals go further: they read every tool on the server, write a test suite from its real schemas, and run it — code decides pass/fail on the responses (schema conformance, error codes, pagination, result caps) while a scoring model grades plain-English tasks driven through the tools.

Get a pass/fail report per tool with the evidence behind each verdict — and replay the same suite after every schema change. Destructive tools are excluded from the run.

Run evals

Try the Webflow MCP server in your browser

Open MCP Agent Studio with the connection pre-filled. Add your token, pick any of 60+ models, and start chatting — no install required.

Open Agent Studio

Webflow MCP server — FAQ

Common questions about connecting, scoping and using it safely.

What is the Webflow MCP server?

Webflow’s official hosted MCP server at mcp.webflow.com. It exposes sites, pages and CMS collection items as MCP tools, so an AI assistant can read and edit structured content programmatically.

Can it change the design of a page?

No. It reaches the Data API — content, CMS items and metadata — not the visual canvas. Layout, styling and interactions stay in the designer, which is a sensible boundary given how much damage an agent could do to a live layout.

Will edits go live immediately?

Not unless you publish. Changes can be staged and published as a separate step, so the safe pattern is to let an agent make the edits and keep publishing as a human decision.

Is it good for bulk SEO fixes?

That is arguably its best use. Finding every item missing a meta description and filling it correctly is mechanical, high-volume and error-prone by hand — and it is the kind of task that never gets scheduled because it is so tedious.

How does it compare with the Sanity MCP server?

Webflow couples content to a visual site builder, so it suits marketing sites where the same team designs and writes. Sanity is a headless content backend with a stricter schema and a real query language, which gives a model more to reason over.

Other MCP servers

More on MCP Playground

Webflow MCP Server — AI Agent for CMS Collections and Pages