Webflow

Webflow MCP Connector for Claude

A+

Manage Webflow sites, CMS collections, pages, and assets directly from your AI agent.

19 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Webflow account to any AI agent to automate your web design and content management workflows. This server provides comprehensive access to the Webflow Data API v2.

What you can do

  • Site Management — List all accessible sites, fetch detailed metadata, and trigger site publishing to live domains.
  • CMS Operations — Full control over Collections and Items. List, create, update, and delete CMS content programmatically.
  • Page & SEO — Retrieve page lists and update metadata like SEO titles and descriptions without opening the Designer.
  • Asset Handling — Manage your site's media library by listing, uploading, or deleting assets.
  • Forms & Webhooks — Access form submissions and manage real-time event triggers via webhooks.

How it works

  1. Subscribe to this server
  2. Enter your Webflow API Token (v2)
  3. Start managing your sites from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web Developers — Update CMS items or check site status directly from your terminal or IDE.
  • Content Managers — Bulk create or update blog posts and products using natural language.
  • SEO Specialists — Audit and update page metadata across multiple sites efficiently.
web-designcmsno-codesite-managementapi-automation

19 tools expose this connector's capabilities to your AI agent.

list_assets

) uploaded to a specific site. List assets for a site

list_collections

List CMS collections for a site

create_items

Create items in a CMS collection

create_webhook

Create a webhook for a site

delete_asset

Delete an asset from a site

delete_items

Delete items from a CMS collection

list_forms

List forms for a site

get_collection

Get details for a specific CMS collection

get_form

Get schema for a specific form

get_page

Get metadata for a specific page

get_site

Get details for a specific Webflow site

list_items

List items in a CMS collection

list_pages

List pages for a site

publish_site

Limited to 1 successful publish per minute. Publish a Webflow site

list_sites

List all Webflow sites

update_items

Update items in a CMS collection

update_page

Update metadata for a specific page

upload_asset

Upload an asset to a site

list_webhooks

List webhooks for a site

See how to talk to your AI agent using Webflow.

List all my Webflow sites and their IDs.

I've retrieved your sites. You have access to: 'Portfolio 2024' (ID: site_abc123) and 'Company Blog' (ID: site_xyz789).

Show me the items in the 'Blog Posts' collection with ID 507f1f77bcf86cd799439011.

Fetching items... I found 3 items in that collection: 'How to use MCP', 'Webflow Tips', and 'AI Automation Guide'. Would you like the details for any of these?

Publish the site with ID site_abc123.

Initiating publish for 'Portfolio 2024' (site_abc123)... The site has been successfully queued for publishing to its configured domains.

Yes! You can use the `publish_site` tool by providing your Site ID. This will deploy your latest changes to all configured domains.

Related Connectors