Skip to main content
Feedback

Webflow MCP connector

Webflow is a visual web design and CMS platform for building responsive websites without code. The Webflow MCP connector allows AI agents to manage sites and collections, publish updates to live domains, and create or modify content items within collection databases. It also supports retrieving site details, deleting collections, and performing bulk content operations across multiple Webflow projects.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Webflow MCP connector to perform the following actions:

  • Publish website changes instantly when content updates trigger in other systems
  • Sync form submissions from Webflow into CRM platforms for lead capture automation
  • Create and organize content collections programmatically without manual admin access
  • Update product information across multiple Webflow sites from a single source
  • Archive or delete outdated content items to maintain site accuracy and compliance
  • Retrieve form data to trigger downstream actions in marketing and support workflows
  • Build dynamic websites by automating collection and item creation from business data

Example prompts

Use the following example prompts to invoke Webflow MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all websites I manage in Webflow.
  • Create a new product collection in my Webflow site called 'Summer 2024'.
  • Update the price field for all items in my Webflow pricing collection.
  • Publish my Webflow site after adding new blog posts.
  • Get all form submissions from my contact form in Webflow from the past week.
  • Delete outdated product items from my Webflow e-commerce collection.
  • Retrieve the latest customer inquiry from my Webflow form and create a ticket.
  • Add 50 new product items to my Webflow catalog automatically.
  • What form submissions did I receive on my Webflow site today?
  • Sync all Webflow form data to my email marketing platform.

Webflow MCP connector tools

The Webflow MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getSitesRetrieves a list of all sites in the workspace.
getSiteRetrieves details and settings for a specific site.
publishSitePublishes a site to make changes live and publicly accessible.
getCollectionsRetrieves a list of all collections within a site.
createCollectionCreates a new collection to organize and store items.
getCollectionRetrieves details and configuration for a specific collection.
updateCollectionModifies the settings and properties of an existing collection.
deleteCollectionRemoves a collection and its associated data permanently.
getItemsRetrieves a list of all items within a collection.
createItemCreates a new item and adds it to a collection.
getItemRetrieves the content and details of a specific item.
updateItemModifies the content and properties of an existing item.
deleteItemRemoves an item from a collection permanently.
getFormsRetrieves a list of all forms configured on a site.
getFormSubmissionsRetrieves all submissions received through a specific form.
getFormSubmissionRetrieves the details of a single form submission.
updateFormSubmissionModifies the status or data of an existing form submission.
On this Page