Back to Home
fern-api icon

2025-04-15-mcp-server

Verified Safe

by 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

Run Command
npm start

Security 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-20

Tags

WebflowDesigner ExtensionModel Context ProtocolAI IntegrationWebSocketFrontend Automation