The Webflow MCP server intermittently stops exposing two specific tools — data_cms_tool and data_pages_tool — while every other data tool from the same server keeps working normally on the same connection and token. This blocks all CMS collection-item work (create/update/publish items). Per the docs, CMS content management is a supported capability, so this looks like a tool-registration bug rather than an unsupported feature.
Environment
- Client: Claude Desktop (Cowork), connector-based Webflow MCP server
- Date observed: 2026-07-10
Impact
Cannot create or update CMS collection items via the MCP connector. CMS item creation previously worked and stopped with no intentional change on our side. All other Webflow operations remain available.
Working vs. missing tools
Working (healthy on the same token/connection): data_sites_tool, data_style_tool, data_element_builder, data_component_builder, data_whtml_builder, designer_tool, data_forms_tool, data_localization_tool, data_enterprise_tool, data_fonts_tool, data_webhook_tool, data_sitemap_tool, data_comments_tool, data_agent_instructions_tool, asset_tool, ask_webflow_ai, webflow_guide_tool.
Missing (not advertised): data_cms_tool, data_pages_tool.
Observed behavior / timeline
- At session start,
data_cms_tool was present and functional — successfully listed all 15 collections for the site.
- Mid-session the MCP connection dropped and reconnected. A group of "data" tools disappeared; most later returned, but
data_cms_tool and data_pages_tool did not recover.
- Requesting the tools by exact name returns "not found" — the server is not advertising them (not a client-side discovery issue).
- The "get more tools" mechanism reports the full tool list has already been shown, so it never surfaces them.
Note: the docs mention browser tab-sleeping can cause the server to time out/disconnect mid-session. A disconnect did occur, but on reconnect only these two tools failed to recover while all siblings did — pointing at tool re-registration after reconnect rather than a plain timeout.
Ruled out
- Auth / token scope — other data tools work on the same token.
- Client tool budget — reducing other tool providers reloaded all sibling data tools, but not these two.
- Third-party plugins / other connectors — removed/disabled, no change.
- Connector reauthorization — full disconnect + reconnect performed, no change.
- New sessions — restarted into fresh sessions, no change.
Expected behavior
data_cms_tool and data_pages_tool should register whenever the MCP server is connected and authorized, consistently with the other data tools — especially after a mid-session disconnect/reconnect.
Requested action
Investigate why the MCP server intermittently fails to re-register data_cms_tool and data_pages_tool after a connection drop/reconnect, while sibling tools recover on the same connection.
The Webflow MCP server intermittently stops exposing two specific tools —
data_cms_toolanddata_pages_tool— while every other data tool from the same server keeps working normally on the same connection and token. This blocks all CMS collection-item work (create/update/publish items). Per the docs, CMS content management is a supported capability, so this looks like a tool-registration bug rather than an unsupported feature.Environment
Impact
Cannot create or update CMS collection items via the MCP connector. CMS item creation previously worked and stopped with no intentional change on our side. All other Webflow operations remain available.
Working vs. missing tools
Working (healthy on the same token/connection):
data_sites_tool,data_style_tool,data_element_builder,data_component_builder,data_whtml_builder,designer_tool,data_forms_tool,data_localization_tool,data_enterprise_tool,data_fonts_tool,data_webhook_tool,data_sitemap_tool,data_comments_tool,data_agent_instructions_tool,asset_tool,ask_webflow_ai,webflow_guide_tool.Missing (not advertised):
data_cms_tool,data_pages_tool.Observed behavior / timeline
data_cms_toolwas present and functional — successfully listed all 15 collections for the site.data_cms_toolanddata_pages_tooldid not recover.Note: the docs mention browser tab-sleeping can cause the server to time out/disconnect mid-session. A disconnect did occur, but on reconnect only these two tools failed to recover while all siblings did — pointing at tool re-registration after reconnect rather than a plain timeout.
Ruled out
Expected behavior
data_cms_toolanddata_pages_toolshould register whenever the MCP server is connected and authorized, consistently with the other data tools — especially after a mid-session disconnect/reconnect.Requested action
Investigate why the MCP server intermittently fails to re-register
data_cms_toolanddata_pages_toolafter a connection drop/reconnect, while sibling tools recover on the same connection.