FlowLens MCP server for FlowLens created by Magentic AI
Project description
FlowLens MCP
flowlens-mcp-server gives your coding agent (Claude Code, Cursor, Copilot, Codex) full browser context for in-depth debugging and regression testing.
How it works
- Record your browser flow using the FlowLens Chrome extension (user actions, network, console, storage, DOM events/screen recording).
- Share it with your coding agent via the FlowLens MCP server, giving the agent full access to the recording.
- Your agent inspects and analyzes the flow for debugging and insights — without spending time/tokens on reproducing the issue.
Demo
Requirements
- FlowLens browser extension add to chrome and pin for ease of use
- pipx
Getting Started
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 FlowLens MCP server
Add the following config to your MCP client (ex: ~/.claude.json) under mcpServers:
"flowlens": {
"command": "flowlens-mcp-server",
"type": "stdio"
}
MCP Client configuration
Claude Code
Use the Claude Code CLI to add the FlowLens MCP server (guide):claude mcp add flowlens --transport stdio -- flowlens-mcp-server
Cursor
Click the button to install:
Or install manually:
Go to Cursor Settings -> MCP -> New MCP Server. Use the config provided above.
Copilot / VS Code
Follow the MCP install guide, with the standard config from above. You can also install the FlowLens MCP server using the VS Code CLI:code --add-mcp '{"name":"flowlens","command":"flowlens-mcp-server"}'
Codex
Use the Codex CLI to add the FlowLens MCP server configure MCP guide:codex mcp add flowlens -- flowlens-mcp-server
Antigravity
Follow the Connecting Custom MCP Servers guide. Add the following config to the MCP servers config:"flowlens": {
"command": "flowlens-mcp-server"
}
Note:
The above setup only works with local flows. If you want to also connect to shareable flows, get your FLOWLENS_MCP_TOKEN from the FlowLens platform and add it to your relevant MCP config file:
"flowlens": {
"command": "flowlens-mcp-server",
"type": "stdio",
"env": {
"FLOWLENS_MCP_TOKEN": "YOUR_FLOWLENS_MCP_TOKEN"
}
}
Usecases:
Bug reporting
- Use FlowLens to quickly report bugs with full context to your coding agent. You no longer need to copy-paste console logs, take multiple screenshots, or have the agent spend tokens on reproducing the issue.
Regression testing
- Use FlowLens to record your crticial user flows and ask your coding agent to auto test these flows or generate corresponding playwright test scripts
Shareable flows
- Share captured flows with your teammates on the FlowLens platform and debug with your coding agent by adding a generated access token in the MCP config. More on this here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flowlens_mcp_server-0.2.16.tar.gz.
File metadata
- Download URL: flowlens_mcp_server-0.2.16.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fc62cf4daa6e2c9eec4fe6b8dc89f05e64dfe5fef53a3e816f04ea88ef4594d
|
|
| MD5 |
44c6ec25b3e643ba4cdb0d4fe135e0fd
|
|
| BLAKE2b-256 |
4f015730c19dd9b93d96b8d7b56d73638a14dea7f28de0fabfc4f6acc114543a
|
Provenance
The following attestation bundles were made for flowlens_mcp_server-0.2.16.tar.gz:
Publisher:
release.yml on magentic/flowlens-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flowlens_mcp_server-0.2.16.tar.gz -
Subject digest:
9fc62cf4daa6e2c9eec4fe6b8dc89f05e64dfe5fef53a3e816f04ea88ef4594d - Sigstore transparency entry: 741325524
- Sigstore integration time:
-
Permalink:
magentic/flowlens-mcp-server@03bf80be4c84782b8209140b18d977b1e536c3a2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/magentic
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@03bf80be4c84782b8209140b18d977b1e536c3a2 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file flowlens_mcp_server-0.2.16-py3-none-any.whl.
File metadata
- Download URL: flowlens_mcp_server-0.2.16-py3-none-any.whl
- Upload date:
- Size: 36.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
653a17cd8ee9d73bedcbf833ac61db01e400ed39df119bcc819d70b9e8c7cfaa
|
|
| MD5 |
573ef1c91d73c04d35e3e900e214344e
|
|
| BLAKE2b-256 |
ff8cdee1fdd2a03b7cdc66e2b6e71c7fdb8de22edb0a540a58fdd6a0069be1f8
|
Provenance
The following attestation bundles were made for flowlens_mcp_server-0.2.16-py3-none-any.whl:
Publisher:
release.yml on magentic/flowlens-mcp-server
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flowlens_mcp_server-0.2.16-py3-none-any.whl -
Subject digest:
653a17cd8ee9d73bedcbf833ac61db01e400ed39df119bcc819d70b9e8c7cfaa - Sigstore transparency entry: 741325548
- Sigstore integration time:
-
Permalink:
magentic/flowlens-mcp-server@03bf80be4c84782b8209140b18d977b1e536c3a2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/magentic
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@03bf80be4c84782b8209140b18d977b1e536c3a2 -
Trigger Event:
workflow_dispatch
-
Statement type: