MCP server connects AI agents to existing Chrome sessions with cookies and auth

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
MCP server connects AI agents to existing Chrome sessions with cookies and auth
Ad

@playwright-repl/mcp is an MCP server that lets AI agents control your real Chrome browser with access to your existing session, including cookies and authentication. Unlike most AI browser tools that launch fresh browsers each time, this connects to your current Chrome instance via a small extension called Dramaturg.

Installation and Usage

Install via npm:

npm install -g @playwright-repl/mcp playwright-repl-mcp

To connect to your existing Chrome:

playwright-repl-mcp # connects to your Chrome via bridge

To launch a fresh browser instead:

playwright-repl-mcp --standalone

Key Features

  • Uses your real browser session (not a fresh Chromium instance)
  • Provides full Playwright JavaScript capabilities including page.evaluate(), custom locators, and network interception
  • Supports expect() assertions for verifying page state
  • Works with Claude Desktop, Claude Code, Cursor, or any MCP client
  • Agents see pages through accessibility snapshots (same approach as Playwright MCP)
  • Part of a larger toolkit that includes a CLI REPL, VS Code extension, and Chrome extension
Ad

How It Differs from Playwright MCP

This tool differs from standard Playwright MCP by connecting to your actual Chrome browser session rather than launching fresh instances. This means agents have access to your existing cookies, authentication, and browser state.

Example Use Cases

  • Navigate internal admin dashboards while already logged in
  • Scrape data from SaaS tools using existing sessions
  • Fill out forms across authenticated pages
  • Run assertions to verify results

The agent isn't limited to built-in tools and can run any Playwright code. This approach maintains your browser state across agent interactions rather than requiring fresh logins for each task.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Claude Code Workflow Visual Details Memory Hierarchy and Skills System
Tools

Claude Code Workflow Visual Details Memory Hierarchy and Skills System

A Reddit user shared a visual diagram showing how Claude Code organizes memory through layered CLAUDE.md files and implements reusable skills via SKILL.md files. The workflow loop suggests using Plan mode with auto-accept and frequent commits.

OpenClawRadar
Your Fair Share Tool: Calculate Your Equal Share of Company Profits
Tools

Your Fair Share Tool: Calculate Your Equal Share of Company Profits

A developer built a web tool using Claude Code and Vercel that calculates what your equal share of your employer's annual profits would be based on SEC 10-K filings. The tool shows specific numbers like Apple's $747,000 per employee and NVIDIA's $2.8 million per employee.

OpenClawRadar
OpenClaw Skill for Local Meeting Transcription with Whisper
Tools

OpenClaw Skill for Local Meeting Transcription with Whisper

A new OpenClaw skill called ghostmeet provides local meeting transcription using Whisper. It captures audio from browser tabs via a Chrome Extension and can generate summaries using Claude, with all audio and transcription processed locally on your machine.

OpenClawRadar
Skills Creator Tool for OpenClaw Helps Developers Package Workflows
Tools

Skills Creator Tool for OpenClaw Helps Developers Package Workflows

A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

OpenClawRadar