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
4. Save, Cursor will automatically open a new browser window showing an OAuth login page to authorize the Webflow sites you want the MCP server to have access to.
267
-
268
-
**For Claude Desktop:**
269
-
270
-
1. Open `Settings` → `Developer`
271
-
2. Click `Edit Config`
272
-
3. Open `claude_desktop_config.json` in a code editor and paste the following configuration (or add the `webflow` part to your existing configuration)
4. Save the file and restart Claude Desktop (command/ctrl + R). When Claude restarts, it will automatically open a new browser window showing an OAuth login page to authorize the Webflow sites you want the MCP server to have access to.
286
-
287
-
**For Windsurf:**
288
-
289
-
1. Navigate to `Windsurf - Settings` → `Advanced Settings`
290
-
2. Scroll down to the `Cascade` section → `Add Server` → `Add custom server +`
291
-
3. Paste the following configuration (or add the `webflow` part to your existing configuration)
4. Click `Save`, Windsurf will automatically open a new browser window showing an OAuth login page to authorize the Webflow sites you want the MCP server to have access to.
305
-
306
-
**For VS Code:**
307
-
308
-
1. Open `settings.json`
309
-
2. Paste the following configuration (or add the `webflow` part to your existing configuration)
4.`Save` the file. You should see a `start` button appear over the "webflow" key which you can click to open and run the auth flow. Alternatively, restart VS Code and the auth flow should start automatically.
325
-
326
-
**Important note**
327
-
328
-
All these methods rely on the `mcp-remote`[npm package](https://www.npmjs.com/package/mcp-remote) which is still considered experimental as of April 30, 2025.
329
-
If at any point you have issues, and want to reset your OAuth tokens, you can run the following command before restarting your MCP client:
0 commit comments