by webflow
Model Context Protocol (MCP) server for the Webflow Data API.
# Add to your Claude Code skills
git clone https://github.com/webflow/mcp-serverA 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):{
"mcpServers": {
"webflow": {
"url": "https://mcp.webflow.com/sse"
}
}
}
Tip: You can create a project-level
mcp.jsonto avoid repeated auth prompts across multiple Cursor windows. See Cursorβs docs on configuration locations.
Give me a link to open <MY_SITE_NAME> in the Webflow Designer
E).Try these in your AI chat:
Analyze my last 5 blog posts and suggest 3 new topic ideas with SEO keywords
Find older blog posts that mention similar topics and add internal links to my latest post
Create a hero section card on my home page with a CTA button and responsive design
Help β Troubleshooting β Enable Developer Mode.File β Settings β Developer.Get Started or edit the configuration to open `claude_desktop_...