zed -webflow
A Webflow MCP server extension for Zed
claude mcp add --transport stdio loamstudios-zed-mcp-server-webflow npx -y webflow-mcp-server \ --env WEBFLOW_TOKEN="<WEBFLOW_TOKEN>"
How to use
This MCP server extension integrates the Webflow MCP Server as a context server for Zed's Agent Panel. It enables Webflow-related context and capabilities to be surfaced inside Zed, allowing agents to interact with Webflow projects, flows, and data directly from the Zed interface. Once installed, configure your Webflow token in the extension settings to enable authenticated access. The extension exposes a context server named mcp-server-webflow that Zed can query for Webflow context, enabling features like project awareness, token-based authentication, and seamless command exchange between Zed and Webflow's MCP backend.
How to install
Prerequisites:
- A running Zed installation with Extensions support enabled.
- Access to install or enable extensions from Zed's Extensions panel.
- A Webflow token required for authentication with the Webflow MCP Server.
Steps:
- In Zed, open Extensions and search for the Webflow MCP Server extension named “Webflow MCP Server Extension for Zed” (loamstudios-zed-mcp-server-webflow).
- Install the extension and open its settings.
- In Settings, enter your Webflow token in the field webflow_token.
- The extension will register a context server named mcp-server-webflow for Zed to consume. If your environment requires manual startup, this extension uses npx to launch the Webflow MCP server package. Ensure you have Node.js and npm installed.
Code example (manual startup, if needed):
# Install and run the Webflow MCP Server via NPX (token-based auth)
npx -y webflow-mcp-server
Note: The exact package name used by the extension may vary; the extension uses the Webflow MCP Server package to expose Webflow context to Zed.
Additional notes
Tips:
- Ensure the Webflow_TOKEN you provide has the necessary permissions for MCP access.
- If you see authentication errors, double-check token scopes and that the token is enabled for MCP usage.
- The context server name to reference in Zed is mcp-server-webflow as shown in the example configuration.
- If the extension fails to start, verify your Node.js/npm installation and that npx is available in your environment.
- This MCP server operates as a bridge between Zed and Webflow MCP, so updates to Webflow’s MCP server or the Zed extension may require reloading the extension or restarting Zed.
Related MCP Servers
rust -schema
A type-safe implementation of the official Model Context Protocol (MCP) schema in Rust.
zed -sequential-thinking
A sequential thinking MCP server extension for Zed
turbovault
MCP server that transforms your Obsidian vault into an intelligent knowledge system
zed -figma
A Framelink Figma MCP server extension for Zed
mcp-loxone
An opinionated Model Context Protocol (MCP) server for controlling Loxone home automation systems.
zed -linear
A Linear MCP Server Extension for Zed