This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.
The Webflow MCP server has migrated from Server-Sent Events (SSE) to HTTP for improved connection stability and reliability. This change reduces timeout issues and provides a more robust connection between your AI client and Webflow’s APIs.
https://mcp.webflow.com/ssehttps://mcp.webflow.com/mcpUpdate your MCP server configuration to use the new HTTP endpoint. Instructions vary by AI client:
Update your claude_desktop_config.json file:
Old configuration:
New configuration:
After updating, restart Claude Desktop (command/ctrl + R).
This migration provides several improvements:
If you experience any issues after migrating, try refreshing your OAuth token by running rm -rf ~/.mcp-auth and reauthorizing your sites.
If you encounter issues with the migration, visit our FAQs page or open an issue on GitHub.