reflex for Cursor
com.reflexmcp/reflex
Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.
client:Cursor
transport:stdio
runtime:npm
Install reflex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reflex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reflex-browser"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs