flowlens-mcp-server
by magentic·★ 105·Score 46
FlowLens MCP server provides coding agents with complete browser context for debugging and regression testing.
Overview
FlowLens is an MCP server that connects browser flow recordings to coding agents. It uses a Chrome extension to record user actions, network activity, console logs, storage, and DOM events. The server shares these recordings with coding agents like Claude Code, Cursor, Copilot, and Codex, enabling in-depth debugging without requiring the agent to reproduce the issue. The server supports both local flows and shareable flows through the FlowLens platform.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose FlowLens when you need to debug browser applications or create regression tests and want AI agents to have complete context without reproducing issues.
When NOT to choose this
Avoid if you don't use Chrome-based browsers or if you need to record activities outside the browser environment.
Comparable tools
Installation
Installation
- Install the FlowLens Chrome extension from the Chrome Web Store
- Install the MCP server:
pipx install flowlens-mcp-server- Add to your MCP client configuration (e.g.,
~/.claude.json):
"flowlens": {
"command": "flowlens-mcp-server",
"type": "stdio"
}- For shareable flows, get your
FLOWLENS_MCP_TOKENfrom the FlowLens platform and add it to your config:
FAQ
- Which coding agents support FlowLens?
- FlowLens supports Claude Code, Cursor, Copilot, Codex, and Antigravity coding agents.
- What can be captured in browser recordings?
- The extension captures user actions, network requests, console logs, storage data, and DOM events/screen recordings.
On Hacker News
Recent discussion from the developer community.
- Story by mzidan101 · 2025-11-25
Compare flowlens-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.