Official

Webflow MCP Server

Webflow site data and content management via the Model Context Protocol for AI assistants.

Data last scanned today · Reviewed yesterday

732 tools133TypeScriptMIT

Overview

This server leverages the Webflow JavaScript SDK to bridge AI agents with Webflow site data. It allows users to interact with their Webflow projects by performing tasks such as content analysis, blog post management, and automated layout generation directly through an AI interface.

Our verdict

With a security score of 30/100, this tool carries a high risk level. The absence of a dedicated authentication method means that anyone with access to the server configuration can execute commands, and the default full-write access without a read-only mode adds significant operational risk. It is recommended only for experienced developers comfortable managing these security trade-offs in controlled environments.

  • Supports direct interaction with Webflow Data APIs.
  • Small supply-chain surface area with only six direct dependencies.
  • Actively maintained repository with thirteen contributors.
  • Lacks internal authentication mechanisms.
  • Grants full write access by default.
  • Community-maintained rather than official Webflow vendor software.

Setup

Claude Desktop
{
  "mcpServers": {
    "webflow-mcp-server": {
      "args": [
        "-y",
        "webflow-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Tools

ToolDescriptionRisk
get_designer_app_connection_infoRetrieves the local connection URL required for the Webflow MCP Bridge App to connect to the MCP server.low
pages_update_static_contentUpdates localized static content in secondary locales on Webflow pages.medium

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What are the Node.js version requirements for the remote MCP server?

The server requires Node.js version 22.3.0 or higher. If you encounter version issues, consult the provided compatibility guidance in the documentation.

How do I reset my OAuth authentication token?

You can reset your OAuth token by running the command 'rm -rf ~/.mcp-auth' in your terminal.

What is required to run the MCP server locally instead of using the remote version?

Local configuration requires you to register and publish a custom Webflow MCP Bridge App in your workspace with Admin permissions, as well as providing a Webflow API token to your AI client.

Do I need to do anything inside the Webflow Designer to connect the AI agent?

Yes, you must launch the Webflow MCP Bridge App from the Apps panel (press 'E') in your Designer site and wait for the connection to the MCP server to establish.

Can I use project-level configuration to avoid repeated OAuth prompts?

Yes, you can create a project-level 'mcp.json' file to manage your configuration and avoid redundant authentication prompts across different windows.

Alternatives

Changelog

Badge

Webflow MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.