HomeMarketplace

Webflow MCP Integration - AI Agent Tools

Connect Webflow with AI agents using Model Context Protocol (MCP). Seamlessly integrate Webflow tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 21+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

Design & Creative Tools tools for AI automation

Setup Instructions

Install Webflow MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Webflow with your AI agent.

Benefits

  • Automate Webflow workflows with AI
  • Increase productivity with AI-powered Webflow operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Webflow
Webflow

Webflow is a no-code website design and hosting platform, letting users build responsive sites, launch online stores, and maintain content without coding

VerifiedComposioComposio Managed
Users
6821
Tools
21
Last Updated
12h ago

Category

Design & Creative Tools

6821VIEWS
2297USERS

Tools

Page 1 of 4

Create Webflow Collection Item

This tool creates a new item in a specified webflow collection. it requires the collection id and field data parameters (including required name and slug) and optionally accepts an is draft flag. authentication is assumed to be provided, and the collection id can be obtained by using the webflow list collections tool.

Delete Webflow Collection Item

This tool allows you to delete a specific item from a collection in webflow. it permanently removes the item from the specified collection and complements existing collection management tools. the tool requires a collection id to identify the collection and an item id to identify the item, with an optional cms locale id parameter for handling multi-language content.

Fulfill Order

This tool allows you to mark an order as fulfilled in webflow's e-commerce system. it's essential for managing order fulfillment in webflow stores.

Get Collection Details

Retrieves a specific collection by its id from a webflow site. this endpoint returns detailed information about the collection, including its name, slug, and schema. it requires a valid collection id as a parameter and complements the webflow list collections tool for accessing specific collection details. this tool requires the 'cms:read' authentication scope.

Get Collection Item

This tool retrieves a specific item from a webflow collection. it allows users to fetch detailed information about a single collection item using its unique identifier. the tool is used to get an item's details such as its id, timestamps (lastpublished, lastupdated, createdon), archive/draft status, fielddata, and cmslocaleid. this tool requires appropriate 'cms:read' authentication scope.

Get Item Inventory

This tool retrieves the current inventory levels for a specific item in a webflow collection. it provides information about the item's inventory quantity and type (finite or infinite) and complements the webflow update item inventory action by allowing users to check inventory levels before making any updates.