Playwright Universal MCP
@xkiranj
About Playwright Universal MCP
A universal Playwright MCP server for browser automation in containerized environments
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"playwright-universal-mcp": {
"command": "python",
"args": [
"-m",
"venv",
"playwright-mcp-venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Playwright Universal MCP?
Playwright Universal MCP is a Model Context Protocol (MCP) server for browser automation, designed to work reliably in containerized environments with limited privileges. It provides browser control capabilities to AI assistants such as Claude and GPT-4.
How to use Playwright Universal MCP?
Install via pipx, pip, or from source, then install browsers with playwright install chromium. Run the server with the command playwright-universal-mcp using options like --browser, --headless, --headful, --debug, or --browser-arg. Configure it as an MCP server in Claude Desktop by adding the command and arguments to claude_desktop_config.json.
Key features of Playwright Universal MCP?
- Multi-browser support (Chromium, Firefox, WebKit, Edge, Chrome)
- Works in containerized environments with limited privileges
- Headless and headful modes for server or debugging
- Extensive browser control:
Basic information
More Browser Automation MCP servers
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
@mendableai/firecrawl Mcp Server
mendableaiThe API to search, scrape, and interact with the web at scale. 🔥
fetch-mcp
egoistAn MCP server for fetching URLs / Youtube video transcript.
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
X Twitter Scraper
Xquik-devTwitter scraper API skill for tweet search, advanced Twitter search, profile tweets, follower export, media download, monitors, webhooks, MCP, and posting automation: send tweets and replies.
Comments