webflow.com
Webflow is a website-building and hosting platform with a visual designer, CMS, analytics/optimization features, and deployment tooling. It also provides developer and agent tooling for managing site data, browser-side optimization features, and AI-assisted workflows.
Webflow exposes a REST Data API, a Browser API, a Designer API, a remote MCP server at https://mcp.webflow.com/mcp, and an official npm-based CLI.
- Webflow MCP serverdetected
- Webflow Browser APIdiscovered
- Webflow Designer APIdiscovered
- Webflow Data APIdiscovered
- Webflow CLIdiscovered
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.
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.
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.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://webflow.com/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://webflow.com/.well-known/agent-skills/index.json
Publish these signals → /publishing