Webflow MCP Server

A Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript SDK. Enable AI agents to interact with Webflow APIs. Learn more about Webflow's Data API in the developer documentation. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-09 · ★ 138 · #139 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Webflow MCP Server

before you install - you'll need

WEBFLOW_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add webflow-mcp-server --transport http https://mcp.webflow.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "webflow-mcp-server": {
      "url": "https://mcp.webflow.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.webflow.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.webflow.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.webflow - domain-verified with the official MCP registry

03 · What Webflow MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.0.0 · 2025-09-17

Add support for Designer Extension APIs · Bump to 1.0.0 - Designer Extension API support · Add webflow_logo.png to root of repo · Add Designer MCP Installation Instructions · Local Installation Documentation

0.7.0 · 2025-07-09

Updates the AI chat format sent to Fern:

0.6.0 · 2025-06-02

Add component tooling, and support for AI search of webflow docs.

04 · Who maintains Webflow MCP Server

mcp is maintained by webflow. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
API integration - ranked #139 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
com.webflow/mcp (active, first published 2025-10-27)

06 · Webflow MCP Server FAQ

What is Webflow MCP Server?

A Node.js server implementing Model Context Protocol (MCP) for Webflow using the Webflow JavaScript SDK. Enable AI agents to interact with Webflow APIs. Learn more about Webflow's Data API in the developer documentation. It is available as a remote MCP endpoint.

Is Webflow MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-09. We re-verify nightly.

How do I install Webflow MCP Server?

Run `claude mcp add webflow-mcp-server --transport http https://mcp.webflow.com/mcp`. The README documents one environment variable (WEBFLOW_TOKEN) to set first. You can also paste the ready-made client config above.

Does Webflow MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Webflow MCP Server

More API integration MCP servers · Webull OpenAPI · Ariadne (whyy9527) · One · Fast News MCP · Jobverify

More TypeScript MCP servers · Mymlh MCP Server · Macbeth · Cronicorn · Exerciseapi · Godot MCP Enhanced · see all