MCP.so
登录

Webflow MCP Server

@kapilduraphe

关于 Webflow MCP Server

Webflow MCP server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

kapilduraphe

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "webflow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@kapilduraphe/webflow-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Webflow MCP Server?

This MCP server enables Claude to interact with Webflow’s APIs. It is designed for developers using the Claude Desktop app who need to retrieve information about Webflow sites programmatically.

How to use Webflow MCP Server?

Install Node.js (v16 or higher), the Claude Desktop app, and a Webflow account with an API token. Set up the environment variable WEBFLOW_API_TOKEN in a .env file, then configure Claude Desktop by adding a webflow entry in claude_desktop_config.json pointing to the absolute path of build/index.js. Alternatively, install via Smithery with npx -y @smithery/cli install @kapilduraphe/webflow-mcp-server --client claude. The server provides two tools: get_sites and get_site.

Key features of Webflow MCP Server

  • Retrieves a list of all accessible Webflow sites.
  • Returns detailed info for a specific site by ID.
  • Reports site display name, short name, and workspace.
  • Provides creation, last updated, and last published dates.
  • Includes preview URL, time zone, and custom domains.
  • Shows localization settings and data collection preferences.

Use cases of Webflow MCP Server

  • List all Webflow sites owned by the authenticated user.
  • Inspect detailed metadata for a single site via its ID.
  • Automate site information retrieval within Claude workflows.
  • Troubleshoot site settings without leaving the chat interface.

FAQ from Webflow MCP Server

What are the prerequisites to use Webflow MCP Server?

You need Node.js v16 or higher, the Claude Desktop app, and a Webflow account with an API token (site token or OAuth access token).

How do I create a Webflow API token?

Log in to your Webflow account, go to Site Settings > Apps & Integrations, generate a new API token, and copy the token value. Alternatively, generate an OAuth access token.

What tools does the server provide?

The server provides get_sites (list all sites) and get_site (details for a single site by ID). Each returns fields like display name, short name, workspace, dates, preview URL, time zone, custom domains, and locales.

What should I do if the tools aren’t appearing in Claude?

Check Claude Desktop logs, verify the WEBFLOW_API_TOKEN is set correctly, and ensure the path to index.js in the configuration is absolute and correct.

How can I keep my API token secure?

Keep your API token private, never commit it to version control, use environment variables, regularly rotate tokens, and grant only the minimum required permissions.

评论

其他 分类下的更多 MCP 服务器