Create MCP Server

Scaffolder for Sygnal Claude Code project setups for Webflow (Webflow MCP, Chrome DevTools, etc.).

Local serverstdio

What is the Create MCP server?

Connect Create to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Scaffolder for Sygnal Claude Code project setups for Webflow (Webflow MCP, Chrome DevTools, etc.). The create mcp server is what makes that connection.

What the server does

Interactive scaffolder for Sygnal's Webflow-oriented Claude Code project setups. Pick a variant and the tool wires up the right MCP servers, Claude Code plugins, and project files so you can claude your way through Webflow work without hand-editing .mcp.json or chasing install commands.

Installation

can on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Variant — What it installs
  • Webflow — Webflow MCP + webflow-mcp skill

Credentials and setup notes

  • Node.js ≥ 18 - Claude Code CLI on your PATH — install instructions at claude.com/claude-code. The scaffolder shells out to claude mcp add and claude plugin install, so it can't proceed without it. - A directory you want to scaffold into. Run the command from inside it.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Create's toolset — Variant, Webflow — is a fair guide to whether it matches your workflow. It is maintained by memetican; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
VariantWhat it installs
WebflowWebflow MCP + webflow-mcp skill

How to install the Create MCP server

{
  "mcpServers": {
    "webflow-1": {
      "command": "npx",
      "args": ["-y", "can"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js ≥ 18 - Claude Code CLI on your PATH — install instructions at claude.com/claude-code. The scaffolder shells out to claude mcp add and claude plugin install, so it can't proceed without it. - A directory you want to scaffold into. Run the command from inside it.

Example prompts to try

  • Use Create to Variant.
  • Use Create to Webflow.

Frequently asked questions

It connects Create to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Variant, Webflow) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Create directly.