W
Webflow Data API
Details
Authentication
OAuth 2.0 oauth2 discovered
Authorization: Bearer <credential> OAuth 2.0 — self-onboarding
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
Authorization: Bearer <credential> Create a site-scoped API token from the Site Token path in the Webflow Data API authentication docs. Site authentication in the CLI auth docs stores this as WEBFLOW_SITE_API_TOKEN after webflow auth login.
Authorization: Bearer <credential> Create a workspace-scoped API token from the Workspace Token path in the Webflow Data API authentication docs. For CLI workflows, CLI authentication stores it as WEBFLOW_WORKSPACE_API_TOKEN, and CI can pass it with --api-token.