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.

コメント

「その他」の他のコンテンツ