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.

Installation

Run Command
npx -y webflow-mcp-server@latest

Environment Variables

  • WEBFLOW_TOKEN

Security Notes

The server uses `cors({ origin: '*' })` for both its Express app and Socket.IO server, which allows connections from any origin. While this configuration is often used for ease of development in local environments, it poses a network risk if the server is exposed beyond the local machine or if other untrusted local processes are able to connect. The `WEBFLOW_TOKEN` is correctly handled as an environment variable, preventing hardcoded secrets. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score50
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars96
Forks29
Last Update2026-01-16

Tags

WebflowMCPAI AgentAPI IntegrationNode.js