Playwriter MCP - Lightweight Alternative to Playwright MCP
Whether you want to use your existing browser so you handle some actions like login, captcha, etc from your end and let AI do other things like automating, scraping, bug fixing, etc.
Or you just want a simple lightweight alternative to Playwright that does not bloat your context window.
You’ll find Playwriter MCP pretty useful.
Like Playwright MCP but via extension. 80% less context window. 10x more capable (full playwright API)
How to get started?
All you need to do:
Install the Chrome Extention
Click on Playwriter MCP extension icon on any tab you want to control - this tab will be used by Playwrite MCP
And now your Playwriter MCP can control the tab 🤖
MCP Configuration
{
"mcpServers": {
"playwriter": {
"command": "npx",
"args": ["playwriter@latest"]
}
}
}
The MCP will expose the following tools:
- execute - Using this tool the MCP will control the tab that you’ve given permission earlier.
- reset
And now AI agents can interact with it
Happy automating browser!