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
| Client | One-line invocation | Status |
|---|---|---|
| Claude Desktop | npx -y reflex-browser@latest mcp | Tested |
| Claude Code | claude mcp add reflex -- npx -y reflex-browser@latest mcp | Tested |
| Cursor | npx -y reflex-browser@latest mcp | Tested |
| Windsurf | npx -y reflex-browser@latest mcp | Expected to work, not yet verified |
| VS Code | npx -y reflex-browser@latest mcp | Expected 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.