Connects Claude to Webflow's CMS and site management capabilities through Pipeworx's gateway infrastructure. The server is part of a larger platform offering 728+ data sources, but can be used standalone for Webflow-specific operations. Configuration is straightforward with streamable HTTP transport, and you can either call tools directly or use the ask_pipeworx natural language interface to query Webflow data without dealing with specific API parameters. Useful when you're building workflows that need to read or manipulate Webflow collections, manage sites, or integrate CMS content into AI-driven processes. The source doesn't list specific tools, so check the Pipeworx documentation for the full catalog of available Webflow operations.
Webflow MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 728+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"webflow": {
"url": "https://gateway.pipeworx.io/webflow/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 728+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Webflow data" })
The gateway picks the right tool and fills the arguments automatically.
MIT