Important API details:
- The server is built on both Webflow’s Data API and Designer API — some tools (canvas manipulation, element creation, styles) require the Designer API and may only function when the Webflow MCP Bridge app is open inside the Webflow Designer.
- OAuth authentication is used to authorize access; users must grant permission to specific Webflow sites or Workspaces during the authorization flow.
- A beta version of the server is in development that introduces consolidated tools, batch operations for updating multiple items in a single call, and improved performance — standard users may encounter current limitations around batching.
- Some tools are scoped to enterprise Webflow plans (data_enterprise_tool), and access to certain features may depend on the user’s Webflow account tier.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Hosting | Remote (externally hosted) |
| Categories | Design Tools, Design & Media |
Authentication
This server supports the following authentication method:OAuth
During the server onboarding flow, you will be prompted to complete the OAuth flow to grant access. See the Webflow Authentication guide for step-by-step credential configuration.Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Webflow in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.
Available Tools
This server provides 19 tools:Designer - Elements & Canvas
element_builder
element_builder
Designer Tool - Element builder to create element on current active page. only create elements upto max 3 levels deep. divide your elements into smaller elements to create complex structures. recall this tool to create more elements. but max level is upto 3 levels. you can have as many children as you want. but max level is 3 levels.
element_tool
element_tool
Designer Tool - Element tool to perform actions like get all elements, get selected element, select element on current active page. and more
element_snapshot_tool
element_snapshot_tool
Designer Tool - Element snapshot tool to perform actions like get element snapshot. helpful to get element snapshot for debugging and more and visual feedback.
de_page_tool
de_page_tool
Designer Tool - Page tool to perform actions like create page, create page folder, get current page, switch page
de_component_tool
de_component_tool
Designer tool - Component tool to perform actions like create component instances, get all components and more.
Designer - Styles & Variables
style_tool
style_tool
Designer Tool - Style tool to perform actions like create style, get all styles, update styles
variable_tool
variable_tool
Designer Tool - Variable tool to perform actions like create variable, get all variables, update variable
de_learn_more_about_styles
de_learn_more_about_styles
Designer tool - Learn more about styles supported by Webflow Designer.Please do not use any other styles which is not supported by Webflow Designer.Please use the long-form alias of a CSS property when managing styles. For example, the property row-gap has a long-form alias of grid-row-gap, margin has long-form alias of margin-top, margin-right, margin-bottom, margin-left, etc.
Data - Sites & Pages
data_sites_tool
data_sites_tool
Data tool - Sites tool to perform actions like list sites, get site details, and publish sites
data_pages_tool
data_pages_tool
Data tool - Pages tool to perform actions like list pages, get page metadata, update page settings, get page content, and update static content
Data - CMS & Content
data_cms_tool
data_cms_tool
Data tool - CMS tool to perform actions like get collection list, get collection details, create collection, create collection fields (static/option/reference), update collection field, list collection items, create collection items, update collection items, publish collection items, and delete collection items
data_comments_tool
data_comments_tool
Data tool - A comment in Webflow is user feedback attached to a specific element or page inside the Designer, stored as a top-level thread with optional replies. Each comment includes author info, timestamps, content, resolved state, and design-context metadata like page location and breakpoint. Use this tool to inspect feedback discussions across the site and understand where and why they were left.
Data - Components & Scripts
data_components_tool
data_components_tool
Data tool - Components tool to perform actions like list components, get component content, update component content, get component properties, and update component properties
data_scripts_tool
data_scripts_tool
Data tool - Scripts tool to perform actions like list registered scripts, list applied scripts, add inline site script, and delete all site scripts
Data - Assets
asset_tool
asset_tool
Designer Tool - Asset tool to perform actions like create folder, get all assets and folders, update assets and folders
get_image_preview
get_image_preview
Designer Tool - Get image preview from url. this is helpful to get image preview from url. Only supports JPG, PNG, GIF, WEBP, WEBP and AVIF formats.
Data - Enterprise
data_enterprise_tool
data_enterprise_tool
Data tool - Enterprise tool to perform actions like manage 301 redirects, manage robots.txt and more. This tool only works if User’s workspace plan is Enterprise or higher, else tool will return an error.
Guidance & AI
webflow_guide_tool
webflow_guide_tool
Provides essential guidelines and best practices for effectively using the Webflow tools. Call this tool to understand recommended workflows and important considerations before performing actions. ALWAYS CALL THIS TOOL FIRST BEFORE CALLING ANY OTHER TOOLS. ALWAYS CALL THIS TOOL FIRST BEFORE CALLING ANY OTHER TOOLS.
ask_webflow_ai
ask_webflow_ai
Ask Webflow AI about anything related to Webflow API.