MCP Catalogs
Home

flowlens-mcp-server

by magentic·105·Score 46

FlowLens MCP server provides coding agents with complete browser context for debugging and regression testing.

browser-automationdeveloper-toolsai-llm
6
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Bug reporting with full context
you:Regression testing of critical user flows
you:Sharing browser flows with team members for collaborative debugging
you:Which coding agents support FlowLens?
you:What can be captured in browser recordings?

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

playwright-mcpbrowserlesspuppeteercypress-mcpselenium-mcp

Installation

Installation

  1. Install the FlowLens Chrome extension from the Chrome Web Store
  2. Install the MCP server:
pipx install flowlens-mcp-server
  1. Add to your MCP client configuration (e.g., ~/.claude.json):
"flowlens": {
  "command": "flowlens-mcp-server",
  "type": "stdio"
}
  1. For shareable flows, get your FLOWLENS_MCP_TOKEN from 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.

Compare flowlens-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.