Install into other clients

Reflex is a standard stdio MCP server. The generic recipe is: command npx, args ["-y", "reflex-browser@latest", "mcp"]. No API key in the config — sign in after install with reflex_auth.

mcp.json
{
  "mcpServers": {
    "reflex": {
      "command": "npx",
      "args": [
        "-y",
        "reflex-browser@latest",
        "mcp"
      ]
    }
  }
}

Clients

ClientOne-line invocationStatus
Claude Desktopnpx -y reflex-browser@latest mcpTested
Claude Codeclaude mcp add reflex -- npx -y reflex-browser@latest mcpTested
Cursornpx -y reflex-browser@latest mcpTested
Windsurfnpx -y reflex-browser@latest mcpExpected to work, not yet verified
VS Codenpx -y reflex-browser@latest mcpExpected to work, not yet verified

After install, ask your agent to run reflex_auth with action: "login". For CI or headless setups, add REFLEX_API_KEY to the env block in your config.


Stuck? nitaiaharoni1@gmail.com