Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.
claude mcp add reflex -- npx -y reflex-browser
claude_desktop_config.json
{
"mcpServers": {
"reflex": {
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"reflex": {
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"reflex": {
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"reflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"reflex": {
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.reflexmcp--reflex/reviews or the review_server meta-tool.
POST /mcp