You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-8Lines changed: 20 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Get started by installing Webflow's remote MCP server. The remote server uses OA
19
19
20
20
- Node.js 22.3.0 or higher
21
21
22
-
> Note: The MCP server currently supports Node.js 22.3.0 or higher. If you run into version issues, see Node.js compatibility below.
22
+
> Note: The MCP server currently supports Node.js 22.3.0 or higher. If you run into version issues, see the Node.js compatibility section below.
23
23
24
24
### Cursor
25
25
@@ -41,12 +41,11 @@ Get started by installing Webflow's remote MCP server. The remote server uses OA
41
41
42
42
> Tip: You can create a project-level `mcp.json` to avoid repeated auth prompts across multiple Cursor windows. See Cursor’s docs on [configuration locations.](https://docs.cursor.com/en/context/mcp#configuration-locations)
43
43
44
-
4. Save and close the file. Cursor will automatically open an OAuth login page where you can authorize the Webflow sites.
44
+
4. Save and close the file. Cursor will automatically open an OAuth login page where you can authorize Webflow sites to use with the MCP server.
45
45
46
46
#### Open the Webflow Designer
47
47
48
-
- Open your site in the Webflow Designer.
49
-
- Or ask your AI agent:
48
+
- Open your site in the Webflow Designer, or ask your AI agent:
50
49
51
50
```text
52
51
Give me a link to open <MY_SITE_NAME> in the Webflow Designer
@@ -76,7 +75,7 @@ Create a hero section card on my home page with a CTA button and responsive desi
- Set your Client ID and Client Secret in a`.env` file for the App you registered.
145
+
- Set your Client ID and Client Secret in an`.env` file for the App you registered.
141
146
- See the app repo’s README for exact variables and build steps.
142
147
4. Build and publish the Designer Extension to your workspace:
143
148
- Build per the repo instructions.
@@ -188,13 +193,20 @@ Add to `claude_desktop_config.json`:
188
193
- Open your site in the Webflow Designer.
189
194
- Open the Apps panel (press `E`) and launch your published “Webflow MCP Bridge App”.
190
195
- Wait for the app to connect to the MCP server, then use tools from your AI client.
196
+
- If the Bridge App prompts for a local connection URL, call the `get_designer_app_connection_info` tool from your AI client and paste the returned `http://localhost:<port>` URL.
0 commit comments