Skip to main content
Glama

Webflow

Official
by webflow
package.json1.21 kB
{ "name": "webflow-mcp-server", "version": "1.0.0", "bin": "dist/index.js", "files": [ "dist" ], "scripts": { "start": "concurrently \"npm run dev:local\" \"npm run inspector:local\"", "dev:local": "npm run build:watch", "inspector:local": "npx @modelcontextprotocol/inspector -- nodemon --env-file=.env -q --watch dist dist/index.js", "dev:cf": "wrangler dev src/index.worker.ts", "inspector:cf": "npx @modelcontextprotocol/inspector", "deploy:cf": "npm run build && wrangler deploy", "types:cf": "wrangler types", "build": "tsup src/index.ts src/index.worker.ts --external=cloudflare:workers --dts --clean", "build:watch": "tsup src/index.ts src/index.worker.ts --external=cloudflare:workers --dts --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "agents": "^0.0.59", "cors": "^2.8.5", "express": "^5.1.0", "socket.io": "^4.8.1", "webflow-api": "3.1.1", "zod": "^3.24.2" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/node": "^22.13.13", "concurrently": "^9.1.2", "nodemon": "^3.1.9", "tsup": "^8.4.0", "typescript": "^5.8.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webflow/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server