Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 974 Bytes

File metadata and controls

45 lines (31 loc) · 974 Bytes

Codex CLI Setup

Codex CLI is verified and tested with @webflow-agent-kit/mcp@beta.

Prerequisites

Setup

Add to ~/.codex/mcp.json:

{
  "mcpServers": {
    "webflow-agent-kit": {
      "command": "npx",
      "args": ["-y", "@webflow-agent-kit/mcp@beta"],
      "env": {
        "WEBFLOW_TOKEN": "<YOUR_WEBFLOW_SITE_TOKEN>"
      }
    }
  }
}

If your Codex version uses a Settings panel, add the config via Settings → MCP Servers.

Verify

codex> List my Webflow sites. Do not make changes.

Troubleshooting

"server not found" — ensure npx is available: which npx.

"401 Unauthorized" — regenerate your Webflow site token.

Verified

✅ MCP protocol smoke test passes with Codex-compatible JSON-RPC. Uses the standard stdio MCP transport.