by magentic
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.
# Add to your Claude Code skills
git clone https://github.com/magentic/flowlens-mcp-serverflowlens-mcp-server gives your coding agent (Claude Code, Cursor, Copilot, Codex) full browser context for in-depth debugging and regression testing.
<video src="https://github.com/user-attachments/assets/fd73f2e6-6a7d-4518-b0db-62b8c6e6c99a" autoplay loop muted playsinline></video>
To install:
pipx install flowlens-mcp-server
To upgrade to the latest version:
pipx upgrade flowlens-mcp-server
To check that the installation was successfully:
flowlens-mcp-server
Add the following config to your MCP client (ex: ) under :
<details> <summary>Claude Code</summary> Use the Claude Code CLI to add the FlowLens MCP server (<a href="https://docs.anthropic.com/en/docs/claude-code/mcp" target="_blank" rel="noopener noreferrer">guide</a>): </details> <details> <summary>Cursor</summary> </details> <details> <summary>Copilot / VS Code</summary> Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server" target="_blank" rel="noopener noreferrer">guide</a>, with the standard config from above. You can also install the FlowLens MCP server using the VS Code CLI: </details> <details> <summary>Codex</summary> Use the Codex CLI to add the FlowLens MCP server <a href="https://github.com/openai/codex/blob/mai...~/.claude.jsonmcpServers"flowlens": {
"command": "flowlens-mcp-server",
"type": "stdio"
}
claude mcp add flowlens --transport stdio -- flowlens-mcp-server
Click the button to install:
Or install manually:
Go to Cursor Settings -> MCP -> New MCP Server. Use the config provided above.
code --add-mcp '{"name":"flowlens","command":"flowlens-mcp-server"}'