Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Rrweb Stack
Rrweb Stack logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:48:10 PM

Rrweb Stack

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
browser-automationmcpbrowser-recordingdeveloper-tools

Records authenticated browser sessions locally and exposes captured data plus consent-gated browser actions through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cubenest-rrweb-stack": {
      "command": "npx",
      "args": [
        "-y",
        "@tracelane/cli"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

The Cubenest/rrweb-stack MCP server exposes locally recorded browser sessions to AI coding agents through stdio MCP. A Chrome extension captures DOM activity, console output, network data, and screenshots while masking PII, then stores the results in local SQLite. Agents can query captured sessions and, with per-origin consent, read or operate the live browser. Reach for it when an agent needs context from an authenticated local browser without sending session data to a cloud service.

Use cases

β€’Inspect authenticated browser sessions while debugging an application
β€’Query console and network activity captured from a real browser
β€’Review DOM changes from a local user session
β€’Drive a live page after granting per-origin consent
β€’Give coding agents browser context without cloud storage

Key features

β€’Local SQLite session storage
β€’rrweb DOM and browser activity recording
β€’Console and network capture
β€’PII masking
β€’Consent-gated live browser read and act tools
β€’Per-origin permission levels

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Rrweb Stack.

Extracted Tool Capabilities
Local SQLite session storage
rrweb DOM and browser activity recording
Console and network capture
PII masking
Consent-gated live browser read and act tools
Per-origin permission levels

How Rrweb Stack works

What Cubenest/rrweb-stack MCP server does

The Cubenest/rrweb-stack MCP server connects an AI coding agent to browser activity captured by the Peek Chrome extension. It is part of the Peek product in the rrweb-stack repository; the same repository also contains Tracelane, a separate test-recording product that produces self-contained HTML reports.

Peek records the real browser session, including DOM changes, console messages, network activity, and screenshot fallbacks. Captured information is written to a local SQLite database and remains on the machine. The MCP surface lets an agent inspect those recorded sessions as structured data rather than relying only on a visual browser view.

The server also exposes live browser read and act capabilities. These capabilities require explicit consent and use a per-origin permission model, so an agent can be limited to observation or required to obtain confirmation before acting.

How it works

The Chrome MV3 extension records activity in the user’s authenticated browser. The shared rrweb-based capture layer supplies DOM recording, PII masking, large-DOM handling, console and network capture, compression helpers, and screenshot fallback behavior. Peek then makes the captured data available through its local MCP server.

Permissions are assigned per origin across five levels: Off, Read-only, Suggest-only, Act-with-confirm, and YOLO. Read-only is the default. Destructive actions remain subject to a blocklist that always prompts. This arrangement is intended to keep live browser control under the user’s control while still allowing agents to inspect pages and, when authorized, interact with them.

The server is designed for local MCP clients. The README specifically names Claude Code, Cursor, Cline, and Windsurf as supported agent surfaces.

Setup and configuration

Peek is distributed as alpha npm packages. The documented setup installs the Peek CLI globally and initializes it with npx peek init:

Terminal
npm install -g @peekdev/cli
npx peek init

The initialization flow is the documented entry point for configuring Peek. The README does not provide a standalone command for launching @peekdev/mcp directly, so the CLI should be used rather than treating the package name as an executable command.

Node.js 22 or newer is required. Peek depends on better-sqlite3, which provides prebuilt binaries for Node 22 and later. Older Node versions may require a local native build; the README calls out Windows as a likely problem because a C/C++ toolchain is not included by default.

Tools and capabilities

The Cubenest/rrweb-stack MCP server supports these documented capabilities:

  • Expose recorded browser sessions to MCP-compatible coding agents.
  • Let agents query session data and export or inspect sessions through Peek’s session workflows.
  • Provide live browser read operations subject to per-origin permissions.
  • Provide live browser actions with consent controls and destructive-action prompts.
  • Preserve captured data locally in SQLite under the user’s Peek data directory.
  • Use PII masking during recording.

The repository describes the MCP package as exposing captured sessions plus consent-gated live read and act tools. It does not list individual MCP tool names in the supplied material.

Limitations and notes

The Cubenest/rrweb-stack MCP server is in alpha, as are the relevant Peek packages. It requires the Chrome extension and a local browser session; the supplied documentation does not describe support for other browsers. The extension is available on the Chrome Web Store, but the README does not state that installation alone starts or configures the MCP server.

There is no cloud service, telemetry, or remote storage described for Peek. That local-first design also means the agent depends on the local extension, CLI, SQLite data, and browser being available. Live control is not unrestricted: the default permission is Read-only, consent is required for higher-risk operations, and destructive actions are always prompted. No API key, hosted endpoint, or paid service is identified in the supplied material.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Real Browser MCP logoReal Browser MCP

    MCP server + Chrome extension that gives AI agents control of the user's real browser with existing sessions, logins, and cookies. No headless browser, no re-authentication.

    πŸ“‚ Browser Automation3 views
    Compare vs Real Browser MCP β†’
  • Manzanas logoManzanas
    Verified

    Drive iOS simulators from Claude Code, Cursor or Codex by accessibility label instead of screenshot-and-tap-coordinates. Exposes ui_tree, tap_element, type_into_element, wait_for_element and scroll_to_element, and every action reports whether the UI actually changed. A Mac daemon underneath hands out simulators as TTL leases with a queue and keeps a SIGSTOP warm pool, so a lease gets a live simulator in about 0.28s instead of a 7s cold boot, and multiple agents can share one Mac without colliding. Open source, MIT.

    πŸ“‚ Browser Automation5 views
    Compare vs Manzanas β†’
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    πŸ“‚ Browser Automation4 views
    Compare vs Browser Use MCP Server β†’
  • Uplink logoUplink

    Automate a real, logged-in browser on your own device β€” no stored credentials, no bot detection.

    πŸ“‚ Browser Automation3 views
    Compare vs Uplink β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
7
Stargazers on the source repository.
npm downloads
75
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Rrweb Stack

Install the Peek CLI with `npm install -g @peekdev/cli`, then run `npx peek init`. Node.js 22 or newer is required.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRrweb Stack AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cubenest-rrweb-stack?style=directory)](https://allmcps.com/mcp/cubenest-rrweb-stack)
HTML Embed
<a href="https://allmcps.com/mcp/cubenest-rrweb-stack"><img src="https://allmcps.com/api/badge/cubenest-rrweb-stack?style=directory" alt="Rrweb Stack on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsCursor, Windsurf, Cline / VS Code
Last updatedSep 4, 2026
10/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 10, 2026
npm downloads75/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Β· 55/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev Β· @tracelane/cli (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to Rrweb Stack β†’Install in Claude DesktopInstall in CursorInstall in VS Code