← All posts

How to Use Webflow with AI: A Complete Guide to the Webflow MCP Server

A complete guide to using Webflow with AI through the MCP server. See every function for building, styling, CMS, SEO and automation via Claude Code and Cursor.

Zach Zeng 8 min read
How to Use Webflow with AI: A Complete Guide to the Webflow MCP Server

Key takeaways

  • The Webflow MCP server connects AI tools like Claude Code, Claude Desktop, Cursor and Windsurf directly to your Webflow projects, so you can build, edit and manage a site in natural language.
  • It enables real automation: content analysis, style refactoring, quality assurance and consistent changes across multiple sites.
  • Editing a site design requires the MCP Bridge App to be open, and the server does not yet cover every API endpoint or control site access.

What the Webflow MCP server is

The Webflow MCP server is a bridge that links your AI tools straight to your Webflow projects. You can ask an agent to update designs, manage site data and work with the CMS, all from the AI tool you already use. MCP stands for Model Context Protocol. It is an open standard that lets AI agents talk to other systems in a shared way. Webflow runs an official MCP server built on its own Data and Designer APIs, and it turns those APIs into tools an agent can use.

In plain terms, it lets an AI agent run Webflow for you. You do not have to write API calls or set up logins. You just say what you want, and the agent does it using Webflow's APIs. It works with AI tools like Claude Code, Claude Desktop, Cursor and Windsurf, and it gives each one a live view of your own Webflow projects.

Why it matters for marketing and web teams

The MCP server matters because it closes the gap between asking for a change and seeing it live. That gap is where most marketing and web ops work slows down. A job that once meant briefing a developer, waiting for a deploy and checking the result can now be one prompt that the agent runs on your live project. For teams that ship changes every week, that is a big shift.

It also clears up a common myth. People often see Webflow as the visual, non-AI choice. Through MCP, the same agents people use for custom code can run Webflow too. You get AI speed on top of Webflow's visual CMS, safety controls and hosting, so you do not have to pick one or the other.

How the MCP server works

The MCP server works by turning Webflow's two main APIs into tools your AI agent can call when needed. The Designer API covers everything you see on the page: elements, styles, components and variables. The Data API covers your content and settings: the CMS, assets, SEO tags and comments. When you give the agent a task, it picks the right tools, runs them in order, and reports back.

One detail is worth knowing first. To change a site's design through the Designer API, you must keep the MCP Bridge App open in Webflow. That is what lets the agent work on the live page. Content jobs through the Data API use a normal API login. Once it is connected, the agent can also read Webflow's docs, so it can answer questions about how the APIs work while it works.

Build and design with the Designer API

On the design side, the MCP server lets an agent build and change your pages through the Designer API. This is the most surprising part, because the agent can do real layout and styling work, not just edit text. Here is what it can do.

  • Build layouts: create responsive sections, containers and grids, set up the right way for each screen size.
  • Work with elements: find elements by ID, type, text, style, tag, attribute, component name or slot. Then add, move and delete things like rich text, form fields, media embeds, tabs, sliders, dropdowns, CMS lists and page slots.
  • Style elements: find styles by ID, name, combo class or CSS property. Apply classes, change CSS, make new styles from raw CSS, and manage design variables for each screen size.
  • Build components: make blank components, set up and manage props, set prop values, link props to settings and text, manage variants, copy components, reorder variants, unlink instances, and read or edit text and rich text in props.
  • Manage branches: create, check and delete page branches, so you can work on changes on their own before they go live.
  • Set up design systems: build colour schemes, type scales and spacing systems.

The branch part is the one web ops should note. Because the agent can work on a separate page branch, you can let it try big design changes without touching the live site until you have checked them.

Manage content with the Data API

On the content side, the MCP server lets an agent manage your content, assets and tags through the Data API. This is the part most marketing teams will use every day, since it covers the CMS and SEO. Here is what it can do.

  • CMS jobs: create collections, set up fields, update many items at once, and publish or unpublish items.
  • Assets: sort folders and shrink file sizes.
  • SEO: update meta titles, descriptions and Open Graph tags across pages.
  • Comments: read and add site and element comments, list threads and replies, reply to threads, and find workspace users by email.
  • Content checks: scan for broken links, missing alt text and out-of-date info.

Bulk CMS updates are the standout for content-heavy sites. For example, you can ask the agent to make sure every item in a collection has a featured image, a full description and SEO tags, and to add placeholder text where fields are empty. The agent reads the schema and all items, finds the gaps, writes fitting placeholder text from existing items, updates them, and gives you a report of what changed.

Automate end-to-end workflows

The real power shows up when the agent links several tools into one workflow, instead of doing one task at a time. Because it can chain Designer and Data tools together, it can handle multi-step jobs that would normally need several people and sessions. Common ones include the following.

  • Content review: read blog posts, spot trends, and suggest new topics with SEO keywords.
  • Style cleanup: move old styles over to design variables and modern screen-size settings.
  • Quality checks: run automatic checks for accessibility, speed and SEO.
  • Many-site work: make the same change across several Webflow projects.

A site-wide quality check shows how this feels in practice. You ask the agent to check the site for broken links, missing alt text and weak meta descriptions, and to fix what it can. It scans all pages and CMS items, checks links, finds images with no alt text, spots pages with missing tags, fixes what is safe, and hands you a clear report with next steps.

Ask questions and get information

The MCP server can also answer questions, because it can read Webflow's developer docs. The agent can answer questions about the Data API and Designer API while it works, which helps when you are stuck mid-task. You can ask things like how to make a new CMS collection with the Data API, the best way to move CMS items between collections without losing field links, or what might cause a 403 error when you update items.

For the best answers, ask clear questions with detail, say what task you are working on, and ask a follow-up if the first answer is not enough. Treat it like a helpful partner, not a one-shot oracle, and you will get better results.

Skills and the prompt library

Webflow gives you skills and a prompt library, so you do not have to plan every workflow yourself. Skills are add-ons that help an agent do common Webflow tasks in plain language, giving it reliable steps for jobs you repeat. The prompt library has ready-made prompts for tasks like image cleanup, SEO checks and style cleanup, which is a good place to start before you write your own.

For a team, these turn one-off prompting into a repeatable process. Sticking to a small set of skills and tested prompts keeps results steady across people and projects.

How to get started

Getting started means linking an MCP-ready AI tool to Webflow and opening the bridge for design work. In short, you connect a supported tool like Claude Code, Claude Desktop, Cursor or Windsurf to Webflow's MCP server, log in to your workspace, and, for design changes, keep the MCP Bridge App open in Webflow so the agent can work on the page. From there you can browse the prompt library, add the skills you need, and read the how-it-works guide to understand the setup and login.

The smart first move is to start small and read-only. Ask the agent to check or report before you let it make bulk changes, so you can see how it reads your site.

Limitations to plan around

The MCP server is powerful, but it has limits, and knowing them saves you frustration. The main ones are these.

  • It does not reach every feature in the Data and Designer APIs yet, so some jobs are still manual.
  • It cannot change who can access your sites and workspaces, so permissions stay a human job.
  • To change a site's design, you must keep the MCP Bridge App open, so design work is not fully hands-off.
  • It cannot create new translated CMS items, though it can read and update existing CMS items and static content in other languages.

For web ops, the access limit is the reassuring one. Because the server cannot change who can reach your sites and workspaces, control over permissions stays in human hands.

Practical prompts to try first

The fastest way to learn the MCP server is to run a few safe, useful prompts. These match the features above and give you helpful output without risking your live site.

Audit my site for broken links, missing alt text and incomplete meta
descriptions, then give me a report before changing anything.
Review my blog collection and suggest ten new post topics with target
keywords, based on the themes already covered.
On a new page branch, build a responsive pricing section with three
cards and correct breakpoints, so I can review before publishing.
Ensure every item in my Case Studies collection has a featured image,
a complete description and SEO metadata. Flag items you cannot complete.

Starting with a check or a branch keeps you in control while you learn how the agent works on your own site.

Final thoughts

The Webflow MCP server turns Webflow into a platform an AI agent can really run, across both design and content. That changes what a small team can ship. The same agents people use for custom code can now build layouts, clean up styles, run CMS updates and check a whole site in plain language. At the same time, Webflow keeps the visual CMS, safety controls and access settings that make it safe for non-technical teams. If you want the speed of AI changes without the upkeep of a hand-coded site, pairing Webflow with MCP is one of the most practical setups in 2026. A senior Webflow studio can help you set up the skills, prompts and branch-based review so your team gets the upside without the risk.

Keep reading