MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. webflow-mcp-server

webflow-mcp-server

GitHub

This repository provides an MCP server that allows Claude to interact with Webflow's APIs, enabling users to manage their Webflow sites through the Claude Desktop application. This repository provides an

18
5

Webflow MCP Server

This MCP server enables Claude to interact with Webflow's APIs, allowing for automated tasks and data retrieval. It provides tools for managing Webflow sites directly through Claude.

Prerequisites: Node.js (v16+), Claude Desktop App, a Webflow account, and a Webflow API token (either Site token or OAuth Access Token).

Setup: The setup involves installing dependencies via npm install, configuring environment variables (specifically WEBFLOW_API_TOKEN) in a .env file, and updating the Claude Desktop configuration file with the server's command and arguments, pointing to the absolute path of the build/index.js file. Alternatively, installation can be automated using Smithery.

Available Tools: The server offers get_sites (retrieves a list of Webflow sites with detailed information) and get_site (retrieves information for a specific site by ID).

Error Handling: The server handles missing API tokens and invalid API token errors.

Security: The documentation emphasizes the importance of securing the API token, avoiding committing credentials to version control, and regularly rotating tokens.

Repository

KA
kapilduraphe

kapilduraphe/webflow-mcp-server

Created

February 18, 2025

Updated

March 21, 2025

Language

TypeScript

Category

Developer Tools