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
+24-16Lines changed: 24 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,22 +230,30 @@ You can also configure the MCP server to run locally. This requires:
230
230
231
231
### 1. Create and publish the MCP bridge app
232
232
233
-
Before connecting the local MCP server to your AI client, create and publish the Webflow MCP Bridge App in your workspace.
234
-
235
-
1. Register a Webflow App in your Workspace. Follow the [Register an App](https://developers.webflow.com/data/v2.0.0/docs/register-an-app) guidance for more details.
- Set your Client ID and Client Secret in an `.env` file for the App you registered.
243
-
- See the app repo’s README for exact variables and build steps.
244
-
4. Build and publish the Designer Extension to your workspace:
245
-
- Build per the repo instructions.
246
-
- Publish the App to your workspace via the Webflow Dashboard → Workspace settings → Apps & Integrations → Develop→ your App → “Publish Extension Version” and upload your `bundle.zip` file.
247
-
248
-
Once published to your workspace, open your MCP Bridge App in a site on your workspace from the Designer’s Apps panel.
233
+
Before connecting the local MCP server to your AI client, you must create and publish the **Webflow MCP Bridge App** in your workspace.
234
+
235
+
### Steps
236
+
237
+
1.**Register a Webflow App**
238
+
- Go to your Webflow Workspace and register a new app.
239
+
- Follow the official guide: [Register an App](https://developers.webflow.com/data/v2.0.0/docs/register-an-app).
240
+
241
+
2.**Get the MCP Bridge App code**
242
+
- Option A: Download the latest `bundle.zip` from the [releases page](https://github.com/virat21/webflow-mcp-bridge-app/releases).
0 commit comments