Back to Home
webflow icon

mcp-server

Verified Safe

by webflow

Overview

A Node.js server implementing Model Context Protocol (MCP) for Webflow, enabling AI agents to interact with Webflow Data and Designer APIs for AI-powered design and content management.

Installation

Run Command
WEBFLOW_TOKEN="<YOUR_WEBFLOW_TOKEN>" npx -y webflow-mcp-server@latest

Environment Variables

  • WEBFLOW_TOKEN

Security Notes

The server uses Zod for input validation for its registered tools, which is a strong security practice. It requires the WEBFLOW_TOKEN to be provided via environment variable, preventing hardcoded secrets. The `designerAppBridge`'s Socket.IO server has CORS configured for `*` (any origin) for local development/bridge purposes, which is acceptable for this specific local-only context but would be a vulnerability if the server were publicly exposed. RPC calls to the Webflow Designer App pass arguments based on validated Zod schemas on the server side, shifting the direct execution risk to the client-side app, which should have its own robust validation. No direct `eval` or obfuscation was found in the provided source code.

Similar Servers

Stats

Interest Score51
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars89
Forks27
Last Update2025-12-05

Tags

WebflowMCPAI AgentsNode.jsAPI Integration