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.
| Tool | Description |
|---|---|
| getSites | Retrieves a list of all sites in the workspace. |
| getSite | Retrieves details and settings for a specific site. |
| publishSite | Publishes a site to make changes live and publicly accessible. |
| getCollections | Retrieves a list of all collections within a site. |
| createCollection | Creates a new collection to organize and store items. |
| getCollection | Retrieves details and configuration for a specific collection. |
| updateCollection | Modifies the settings and properties of an existing collection. |
| deleteCollection | Removes a collection and its associated data permanently. |
| getItems | Retrieves a list of all items within a collection. |
| createItem | Creates a new item and adds it to a collection. |
| getItem | Retrieves the content and details of a specific item. |
| updateItem | Modifies the content and properties of an existing item. |
| deleteItem | Removes an item from a collection permanently. |
| getForms | Retrieves a list of all forms configured on a site. |
| getFormSubmissions | Retrieves all submissions received through a specific form. |
| getFormSubmission | Retrieves the details of a single form submission. |
| updateFormSubmission | Modifies the status or data of an existing form submission. |