2025-04-15-mcp-server
Verified Safeby fern-api
Overview
The MCP server acts as an intermediary, translating Model Context Protocol (MCP) commands into Webflow Designer Extension API calls via a local WebSocket, enabling AI models to programmatically interact with and modify Webflow page designs.
Installation
npm startSecurity Notes
The server's primary communication is over a local WebSocket (`ws://localhost:3055`), which reduces external attack surface directly on the server itself. Input validation for MCP commands is handled via Zod schemas by the Model Context Protocol SDK. No hardcoded secrets, `eval` usage, or code obfuscation were found. However, the system relies on an external, unprovided WebSocket server running on port 3055 for both the MCP server and the Webflow extension to communicate. The security of this external WebSocket server and the data it handles is critical and not covered by the provided code.
Similar Servers
McpServerAspNetCore
Provides a minimal ASP.NET Core server for AI agents to discover and utilize external tools via the Model Context Protocol (MCP).
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
Anthropic_MCP
Builds and operates a Minecraft Protocol (MCP) server-client architecture for game interaction.
MCP
Provides client-server communication capabilities.