Webflow MCP Server Version Update to 0.5.1

Feature enhancements

-Inline script management Use AI agents to generate and insert (or delete) inline code snippets

-Collection Item deletion Agents can now remove CMS items programmatically, completing the full CRUD through your using AI Coding tool.

Improvements

  • Structural refactor We reorganised the codebase for clearer folder structure, consistent naming, and easier long-term maintenance. No breaking changes.

New Tools

These updates give your AI agents deeper, safer autonomy:

ToolOne-line description
site_registered_scripts_listFetch a catalog of all custom code registered for the site.
site_applied_scripts_listRetrieve the scripts currently applied to the live site.
add_inline_site_scriptInject a new inline <script> block into the site.
delete_all_site_scriptsDelete all scripts from the site in a single call.
collections_items_delete_itemDelete a specific CMS collection item by its ID.

Add 0.5.1 your AI editor

1{
2 "mcpServers": {
3 "webflow": {
4 "command": "npx",
5 "args": ["-y", "webflow-mcp-server@0.5.1"],
6 "env": {
7 "WEBFLOW_TOKEN": "<YOUR_WEBFLOW_TOKEN>"
8 }
9 }
10 }
11}