mcp-server
Verified Safeby 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
npx -y webflow-mcp-server@latestEnvironment 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
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.
mcp
A modular, config-driven Model Context Protocol (MCP) server designed to expose a variety of configurable tools (filesystem, shell, HTTP, utilities) to AI agents via JSON-RPC over stdio, with a strong emphasis on security through configuration.
contextive-mcp-server
A TypeScript-based Model Context Protocol (MCP) server designed to orchestrate and expose multi-provider AI models and composable workflows as lean, token-efficient tools for AI clients and agent frameworks.