Webflow MCP Server
Skills
sites_get
Get detailed information about a specific site including its settings, domains, and publishing status.
pages_list
List all pages within a site. Returns page metadata including IDs, titles, and slugs.
sites_list
List all sites accessible to the authenticated user. Returns basic site information including site ID, name, and last published date.
sites_publish
Publish a site to specified domains. This will make the latest changes live on the specified domains.
ask_webflow_ai
Ask Webflow AI about anything related to Webflow API.
collections_get
Get detailed information about a specific CMS collection including its schema and field definitions.
components_list
List all components in a site. Returns component metadata including IDs, names, and versions.
collections_list
List all CMS collections in a site. Returns collection metadata including IDs, names, and schemas.
pages_get_content
Get the content structure and data for a specific page including all elements and their properties.
collections_create
Create a new CMS collection in a site with specified name and schema.
pages_get_metadata
Get metadata for a specific page including SEO settings, Open Graph data, and page status (draft/published).
add_inline_site_script
Register an inline script for a site. Inline scripts are limited to 2000 characters.
components_get_content
Get the content structure and data for a specific component including text, images, and nested components.
delete_all_site_scripts
collection_fields_update
Update properties of an existing field in a CMS collection.
components_get_properties
Get component properties including default values and configuration for a specific component.
components_update_content
Update content on a component in secondary locales by modifying text nodes and property overrides.
site_applied_scripts_list
Get all scripts applied to a site by the App. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.
pages_update_page_settings
Update page settings including SEO metadata, Open Graph data, slug, and publishing status.
pages_update_static_content
Update content on a static page in secondary locales by modifying text nodes and property overrides.
collections_items_list_items
List items in a CMS collection with optional filtering and sorting.
components_update_properties
Update component properties for localization to customize behavior in different languages.
site_registered_scripts_list
List all registered scripts for a site. To apply a script to a site or page, first register it via the Register Script endpoints, then apply it using the relevant Site or Page endpoints.
collections_items_create_item
Create new items in a CMS collection as drafts.
collections_items_delete_item
Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.
collections_items_update_items
Update existing items in a CMS collection as drafts.
collection_fields_create_option
Create a new option field in a CMS collection with predefined choices.
collection_fields_create_static
Create a new static field in a CMS collection (e.g., text, number, date, etc.).
collections_items_publish_items
Publish draft items in a CMS collection to make them live.
collection_fields_create_reference
Create a new reference field in a CMS collection that links to items in another collection.
collections_items_create_item_live
Create and publish new items in a CMS collection directly to the live site.
collections_items_update_items_live
Update and publish existing items in a CMS collection directly to the live site.