AI-powered design and management for Webflow Sites
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript SDK. Enable AI agents to interact with Webflow APIs. Learn more about Webflow's Data API in the developer documentation.
Get started by installing Webflow's remote MCP server. The remote server uses OAuth to authenticate with your Webflow sites, and a companion app that syncs your live canvas with your AI agent.
Note: The MCP server currently supports Node.js 22.3.0 or higher. If you run into version issues, see the Node.js compatibility guidance.
Settings β Cursor Settings β MCP & Integrations.+ New MCP Server..cursor/mcp.json (or add the webflow part to your existing configuration):Tip: You can create a project-level
mcp.jsonto avoid repeated auth prompts across multiple Cursor windows. See Cursorβs docs on configuration locations.
E).Try these in your AI chat:
Help β Troubleshooting β Enable Developer Mode.File β Settings β Developer.Get Started or edit the configuration to open claude_desktop_config.json and add:Cmd/Ctrl + R). An OAuth login page will open to authorize sites.E).To reset your OAuth token, run the following command in your terminal.
Please see the Node.js compatibility guidance on Webflow's developer docs.
You can also configure the MCP server to run locally. This requires:
Before connecting the local MCP server to your AI client, you must create and publish the Webflow MCP Bridge App in your workspace.
Register a Webflow App
Get the MCP Bridge App code
bundle.zip from the releases page.Publish the Designer Extension
bundle.zip file.Open the App in Designer
Add to .cursor/mcp.json:
Add to claude_desktop_config.json:
E) and launch your published βWebflow MCP Bridge Appβ.get_designer_app_connection_info tool from your AI client and paste the returned http://localhost:<port> URL.To reset your OAuth token, run the following command in your terminal.
Please see the Node.js compatibility guidance on Webflow's developer docs.
If you are having issues starting the server in your MCP client e.g. Cursor or Claude Desktop, please try the following.
YOUR_WEBFLOW_TOKEN in your MCP client configuration with the token you copiedRun the following commands to confirm you have Node and NPM installed:
Sometimes clearing your NPM cache can resolve issues with npx.
If npm -v doesn't work for you but sudo npm -v does, you may need to fix NPM global package permissions. See the official NPM docs for more information.
Note: if you are making changes to your shell configuration, you may need to restart your shell for changes to take effect.
See the ./tools directory for a list of available tools
This implementation doesn't include prompts or resources from the MCP specification. However, this may change in the future when there is broader support across popular MCP clients.
The pages_update_static_content endpoint currently only supports updates to localized static pages in secondary locales. Updates to static content in the default locale aren't supported and will result in errors.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-158)<a href="https://allmcps.com/mcp/mcp-158"><img src="https://allmcps.com/api/badge/mcp-158?style=directory" alt="Mcp on AllMCPs" /></a>