Playwright MCP Extension Repro
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Playwright MCP Extension ReproRun the repro matrix test and check if example.com turns pink"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Playwright MCP Extension Repro
Minimal reproduction showing that standard Chrome extension loading in the Playwright MCP server fails without specific configuration settings.
Feature Request: microsoft/playwright#39569
🚀 Quick Start
Install dependencies:
npm installRun the matrix test:
npm test
Related MCP server: mcp-playwright
📊 What this tests
The script repro_matrix.ts compares two configurations:
ADVANCED_CONFIG: Uses the specific settings identified to enable extensions:
channel: ""(Reverts to bundled Chromium)chromiumSandbox: false(Allows unpacked extension mounting)allowUnrestrictedFileAccess: true(Disables protocol guard)
PAVEL_SUGGESTION: Uses the simplified configuration suggested in the feature request.
✅ Success Criteria
Background Color: The extension should inject a content script that turns
example.compink (rgb(255, 192, 203)).Page Title: The extension should change the document title to
PINK_EXT_ACTIVE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA minimal server that exposes Playwright browser automation capabilities through a simple API, enabling webpage interaction, DOM manipulation, and content extraction via the Model Context Protocol.Last updated5MIT
- AlicenseBqualityCmaintenance🚀 Active Fork of executeautomation/mcp-playwright This repository is an actively maintained continuation of the original MCP Playwright server: >👉 https://github.com/executeautomation/mcp-playwright A Model Context Protocol server that provides browser automation capabilities using Playwright.Last updated3222,3831MIT
- AlicenseAqualityDmaintenanceMCP server for Chrome Web Store — upload, publish, status, metadata & Playwright-based UI automationLast updated8443MIT
- AlicenseAqualityCmaintenanceMulti-agent Playwright MCP server with tab isolation via targetId, enabling multiple agents to share a single Chrome browser while maintaining isolated tab groups and shared sessions.Last updated14423MIT
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hsm207/mcp-extension-repro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server