Claude Code is verified and tested with @webflow-agent-kit/mcp@beta.
- Node.js 18+
- Claude Code installed
- A Webflow site token
Create or edit ~/.claude/mcp.json:
{
"mcpServers": {
"webflow-agent-kit": {
"command": "npx",
"args": ["-y", "@webflow-agent-kit/mcp@beta"],
"env": {
"WEBFLOW_TOKEN": "<YOUR_WEBFLOW_SITE_TOKEN>"
}
}
}
}Replace <YOUR_WEBFLOW_SITE_TOKEN> with your actual Webflow site token. Never commit this file.
Start Claude Code and send:
> List my Webflow sites. Do not make changes.
You should see your sites listed.
"MCP server not found" — ensure npx is available. Run which npx to verify.
"401 Unauthorized" — your WEBFLOW_TOKEN may be incorrect or expired. Generate a new one from Webflow Site Settings → Apps & Integrations → API Access.
"Module not found" — ensure the @beta tag is specified. @latest points to the stable (older) release.
✅ Tested with Claude Code on macOS and Linux. MCP protocol smoke test passes (62 tools).