Webflow
Interact with Webflow APIs to list and edit your site and CMS data.
Ads
Overview
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.
Installation
npx -y webflow-mcp-server@latest
Configuration
{
"mcpServers": {
"webflow": {
"url": "https://mcp.webflow.com/sse"
}
}
}Capabilities
- Analyze CMS content and suggest new topics
Ask the AI to review recent blog posts and propose topic ideas with SEO keywords.
- Add internal links across blog posts
Request the AI to find older posts mentioning similar topics and insert internal links into a specified post.
- Create page sections with responsive design
Instruct the AI to build a hero section card on a page, complete with a CTA button and responsive layout.
- Retrieve the local bridge connection URL
Use `get_designer_app_connection_info` to get the localhost URL needed when the Bridge App prompts for a connection.
Tags
- cms
- web-scraping
- content-creation
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.