Description
Designer API tools (element_tool, set_text, query_elements) return "Unable to connect to Webflow Designer" since approximately April 1, 2026. The same setup worked perfectly on March 30.
Bridge App inside Designer shows "Connected to MCP Server" with green status. Read operations via Data API tools work fine. Only Designer write/query operations fail.
Environment
- MCP Config: Remote server (
{"type": "http", "url": "https://mcp.webflow.com/mcp"})
- Client: Claude Code CLI (macOS)
- Browser: Chrome 146.0.7680.178 (macOS, Apple Silicon)
- Bridge App: Visible in Designer Apps panel, shows "Connected to MCP Server"
- Site: Production Webflow site, active workspace
Timeline
| Date |
Status |
| March 30, 2026 |
element_tool set_text working perfectly. Changed multiple text elements, published successfully. |
| April 1, 2026 |
Same setup, same site, same config. All Designer tools return "Unable to connect to Webflow Designer." |
| April 2-6, 2026 |
Retried multiple times. Reconnected OAuth, restarted Chrome, reopened Bridge App. Same error every time. |
Reproduction Steps
- Open Webflow Designer for any site
- Press E to open Apps panel, launch MCP Bridge App
- Verify Bridge App shows "Connected to MCP Server"
- From Claude Code CLI, call
element_tool with query_elements (even a simple text search)
- Returns:
{"status":false,"error":"Unable to connect to Webflow Designer..."}
What I've Tried
None of these helped.
Suspected Cause
PR #101 (MCP v1.2 Release, merged April 1) introduced:
The timing perfectly matches when the tools stopped working. The Bridge App WebSocket connection appears healthy (shows "Connected"), but the server-side auth handshake for Designer tool routing seems broken after v1.2.
This looks similar to #99 (Bridge shows connected but tools fail), which @viratatwebflow fixed quickly on March 26. The v1.2 release may have reintroduced the same regression.
Expected Behavior
element_tool with query_elements should return matching elements when Bridge App shows "Connected to MCP Server."
Actual Behavior
Every Designer tool call returns:
{"status":false,"error":"Unable to connect to Webflow Designer, Please make sure Webflow Designer MCP app is running on Webflow Designer."}
Related Issues
Description
Designer API tools (
element_tool,set_text,query_elements) return "Unable to connect to Webflow Designer" since approximately April 1, 2026. The same setup worked perfectly on March 30.Bridge App inside Designer shows "Connected to MCP Server" with green status. Read operations via Data API tools work fine. Only Designer write/query operations fail.
Environment
{"type": "http", "url": "https://mcp.webflow.com/mcp"})Timeline
element_toolset_textworking perfectly. Changed multiple text elements, published successfully.Reproduction Steps
element_toolwithquery_elements(even a simple text search){"status":false,"error":"Unable to connect to Webflow Designer..."}What I've Tried
~/.mcp-auth, re-authenticated)--disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-renderer-backgroundingdata_pages_tool) work fine — only Designer tools failNone of these helped.
Suspected Cause
PR #101 (MCP v1.2 Release, merged April 1) introduced:
getAccessTokenparameter inregisterTools(PR refactor: enhance tools registration with access token support #88)parent_style_name→parent_style_names)The timing perfectly matches when the tools stopped working. The Bridge App WebSocket connection appears healthy (shows "Connected"), but the server-side auth handshake for Designer tool routing seems broken after v1.2.
This looks similar to #99 (Bridge shows connected but tools fail), which @viratatwebflow fixed quickly on March 26. The v1.2 release may have reintroduced the same regression.
Expected Behavior
element_toolwithquery_elementsshould return matching elements when Bridge App shows "Connected to MCP Server."Actual Behavior
Every Designer tool call returns:
{"status":false,"error":"Unable to connect to Webflow Designer, Please make sure Webflow Designer MCP app is running on Webflow Designer."}Related Issues