magentic/flowlens-mcp-server
FlowLens is an open-source MCP server that gives your coding agent (Claude Code, Cursor, Copilot, Codex) full browser context for in-depth debugging and regression testing.
Platform-specific configuration:
{
"mcpServers": {
"flowlens-mcp-server": {
"command": "npx",
"args": [
"-y",
"flowlens-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...