general MCP Server
Model Context Protocol (MCP) server for the Webflow Data API.
Discovered via unknown and last synced 4d ago.
1. Install the package
npx mcp-remote https://mcp.webflow.com/sse
2. Add to claude_desktop_config.json
{
"mcpServers": {
"webflow-mcp-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.webflow.com/sse"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)