reflex for VS Code
com.reflexmcp/reflex
Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.
client:VS Code
transport:stdio
runtime:npm
Install reflex in VS Code
.vscode/mcp.json
{
"servers": {
"reflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs