Webflow MCP Server
by Webflow
A Node.js server implementing Model Context Protocol (MCP) for Webflow, enabling AI agents to interact with Webflow APIs. It utilizes the Webflow JavaScript SDK to facilitate this interaction.
Last updated: N/A
What is Webflow MCP Server?
The Webflow MCP Server is a Node.js application that implements the Model Context Protocol (MCP) to allow AI agents to interact with Webflow's APIs. It acts as a bridge, enabling AI tools to access and manipulate Webflow data and functionalities.
How to use Webflow MCP Server?
To use the server, you need a Webflow API token. Configure your AI editor (like Cursor or Claude Desktop) by adding a new MCP server with the provided JSON configuration, replacing the placeholder token with your actual Webflow API token. Ensure Node.js and NPM are installed and running correctly.
Key features of Webflow MCP Server
Enables AI agent interaction with Webflow
Implements Model Context Protocol (MCP)
Uses Webflow JavaScript SDK
Provides access to Sites, Pages, and CMS data
Supports listing, getting, creating, updating, and publishing Webflow resources
Use cases of Webflow MCP Server
Automating Webflow content updates with AI
Building AI-powered Webflow site management tools
Integrating Webflow data into AI workflows
Creating AI assistants for Webflow users
Programmatically managing Webflow sites and content via AI agents
FAQ from Webflow MCP Server
How do I get a Webflow API token?
How do I get a Webflow API token?
Go to Webflow's API Playground, log in, and generate a token from the Request Generator.
How do I configure the server in Cursor?
How do I configure the server in Cursor?
Go to Settings → Cursor Settings → MCP, click '+ Add New Global MCP Server', paste the configuration, replace the token, save, and restart Cursor.
How do I configure the server in Claude Desktop?
How do I configure the server in Claude Desktop?
Open Settings → Developer, click 'Edit Config', open claude_desktop_config.json
, paste the configuration, replace the token, save, and restart Claude.
What if the server isn't starting in my MCP client?
What if the server isn't starting in my MCP client?
Ensure you have a valid Webflow API token, Node.js, and NPM installed. Try clearing your NPM cache or fixing NPM global package permissions.
What tools are available through this server?
What tools are available through this server?
The server provides tools for managing Sites, Pages, and CMS collections, including listing, getting, creating, updating, and publishing resources.