Can Claude be your Webflow dev? Not yet — but it can make you faster.
You need to update the website with the simplest thing: add one new testimonial to a carousel. Thirty minutes later you’ve duplicated the wrong slide, lost your place on the canvas, and you’re deep in the Webflow Navigator trying to figure out which “Div Block 83” you’re allowed to edit.
This is exactly the kind of task people assume AI should crush. It’s “just content.” It’s “just one quote.” Let me give this to Claude. Prompt: the same I would slack to my Webflow dev.
Can you add a new quote to the carousel? "The most compelling things to consider about Eldur Studio are the background in business and the ability to handle it all (design, feedback, development, etc.) in a very direct, prompt, and dare I say 'cost reasonable manner.'"
Keep the design as is.

What changed: MCP makes Webflow legible (but not fully editable)
The big unlock is not that Claude can “design” your site. It’s that Claude can inspect the real element tree and make safe, surgical changes without guesswork.
That matters because Webflow’s friction is rarely “I don’t know what to write.” It’s:
- finding the right component instance
- figuring out which nested node actually owns the text
- avoiding destructive edits (delete the wrong thing, break the layout, ship a regression)
MCP helps with the first two. It still struggles with the third.
What I actually did (and where the session got heavy)
The task: add a new quote to the testimonial carousel on webflow.eldur.studio.
If this carousel were driven by a CMS, the story would be different: adding a quote becomes “add one new item” — not “duplicate a slide and hope you picked the right one.” That’s one more reason to move testimonials into a CMS even if it adds some setup work and a bit of complexity (and yes, you may end up relying on a small JavaScript snippet to get a true slider experience).
The work that went smoothly
- Site audit / element discovery. MCP’s read access is strong: query the tree, locate slider/slide structures, find nodes by style name.
- Text editing once the right thing is found. Updating copy is fast once you’re in the correct place.
- Batching changes. Doing several copy edits at once is much faster than clicking through every slide manually.
The work that caused loops
- Canvas navigation. MCP can select an element, but it can’t reliably scroll the canvas to it. That forces screenshot-and-scroll loops.
- “Wrong target” text edits. Sometimes you click the thing that looks editable, but the actual text lives one level deeper. You don’t find out until you hit an error, then you’re back to hunting.
- Structural edits are limited. The biggest gap: native slider slides can’t be created through MCP, so you still have to duplicate slides in the Designer UI.
Strengths and weaknesses of the Webflow Designer MCP (honest version)
| Strengths | Weaknesses |
|---|---|
| Read access is excellent. It’s fast to inventory components and understand what’s actually on the page. | No way to add new slider slides automatically. You still have to duplicate slides in the Designer, which breaks the “AI can do it all” promise. |
| Copy updates are reliable. Once you’re editing the right thing, changes are immediate and consistent. | No “take me to this element” experience. Even if it selects the right thing, you can still waste time hunting for it on the canvas. |
| It helps you “find the right thing.” It can point you to the exact element you’re trying to change, which is half the battle in Webflow. | Edit targets aren’t obvious. When something “isn’t editable,” it often means the text is nested in a surprising place. |
| Batching is a real speed boost. Great for making several copy updates in one pass. | Image changes can be too destructive. No clean “clear image” option; you may end up deleting elements to remove an asset. |
| Connection stability (while it’s open) is decent. The Bridge App stayed connected during the session. | Fragile setup. If the Bridge tab closes or loses focus, the workflow breaks. |
| (Bonus) It’s especially helpful for “editor tasks” — updating copy without touching layout. But to be fair this can be already accomplished by API and the new editing experience is very sweet. | No undo safety net. Mistakes push you back to manual Cmd+Z, which breaks the flow. |
How to use MCP without burning time (or context window)
If you want Claude to behave like a junior Webflow dev, treat MCP like a disciplined workflow, not a magic wand.
- Start in the Navigator. Find the component instance there first; don’t fight the canvas.
- Duplicate in UI, then confirm you’re editing the duplicate. The most common failure mode is updating the original by accident.
- If something “won’t edit,” assume the text is nested. Don’t keep clicking randomly — find the actual text layer first.
- Batch edits on purpose. Collect the handful of copy changes you want, then do them together.
- Keep sessions tight. Long recovered context is the hidden cost. Split “discovery” and “edits” into separate runs when you can.
Who this is for
This approach works well if you:
- manage your own Webflow site (founder/one-person marketing team)
- ship frequent copy updates and want fewer UI mistakes
- care about not breaking components while iterating quickly
It’s not a replacement for a real Webflow dev if you need:
- new layouts
- complex interactions
- responsive refactors
- reliable structural changes to complex components
Bottom line
Can Claude be your Webflow dev today? Not just yet.
But can Claude make you faster and safer at routine Webflow content work? Yes, the new MCP comes with a bunch of pre-loaded skill for improving accessibility, SEO and CMS structure. Structural edits still belong in the Designer. For now.
— Veronica