Gemini CLI is verified and tested with @webflow-agent-kit/mcp@beta using the generic stdio MCP config.
- Node.js 18+
- Gemini CLI installed
- A Webflow site token
Add to your Gemini CLI MCP config (location varies by installation). Use the standard stdio JSON-RPC config:
{
"mcpServers": {
"webflow-agent-kit": {
"command": "npx",
"args": ["-y", "@webflow-agent-kit/mcp@beta"],
"env": {
"WEBFLOW_TOKEN": "<YOUR_WEBFLOW_SITE_TOKEN>"
}
}
}
}> List my Webflow sites. Do not make changes.
If Gemini CLI uses a non-standard MCP config location, check the Gemini CLI documentation for the correct path.
✅ Tested via the MCP protocol smoke test. Gemini CLI uses standard stdio MCP transport — the same config works.