MCP.so
登录

Webflow's Official MCP Server

@webflow

关于 Webflow's Official MCP Server

Model Context Protocol (MCP) server for the Webflow Data API.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

webflow

配置

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

{
  "mcpServers": {
    "mcp-server-webflow": {
      "command": "npx",
      "args": [
        "-y",
        "webflow-mcp-server@latest"
      ],
      "env": {
        "WEBFLOW_TOKEN": "<YOUR_WEBFLOW_TOKEN>"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Webflow's Official MCP Server?

A Node.js server that implements the Model Context Protocol (MCP) using the Webflow JavaScript SDK, enabling AI agents to interact with Webflow’s APIs. It is designed for developers who want to build AI-powered tools for Webflow sites.

How to use Webflow's Official MCP Server?

Install remotely via OAuth (for Cursor or Claude Desktop) by adding an SSE URL configuration, or install locally by creating a Webflow MCP Bridge App, configuring an API token in your AI client, and running npx -y webflow-mcp-server@latest. After setup, open the Webflow Designer, launch the Webflow MCP Bridge App from the Apps panel, and start prompting your AI agent.

Key features of Webflow's Official MCP Server

  • Remote installation with OAuth authentication
  • Local installation using a Webflow API token
  • Compatible with Cursor and Claude Desktop
  • Integration with the Webflow Designer via a Bridge App
  • Requires Node.js 22.3.0 or higher
  • No built-in prompts or resources (planned for future)

Use cases of Webflow's Official MCP Server

  • Analyze blog posts and suggest topic ideas with SEO keywords
  • Find older posts mentioning similar topics and add internal links
  • Create hero section cards with CTA buttons and responsive design
  • Retrieve and update Webflow CMS content programmatically
  • Automate content management tasks through AI chat interfaces

FAQ from Webflow's Official MCP Server

What are the prerequisites?

You need Node.js and NPM installed, a Webflow account, and either an OAuth token (remote installation) or a Webflow API token (local installation).

How does authentication work?

Remote installation uses OAuth (browser-based login); local installation requires a WEBFLOW_TOKEN environment variable set to a valid Webflow API token.

What is the known limitation of the server?

The pages_update_static_content endpoint currently supports only localized static pages in secondary locales—it does not support updates to the default locale.

Can I use it with local installation?

Yes. You must create and publish a Webflow MCP Bridge App in your workspace, then configure your AI client (Cursor or Claude Desktop) with a Webflow API token.

Does the server support prompts or resources?

Currently no. The implementation does not include MCP prompts or resources, but this may change when broader client support emerges.

评论

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