MCP server for browser automation using Playwright
Description:
Browser automation server providing web interaction and screenshot capabilities for LLMs
Category: Web Automation & Browser Control
Overview:
MCP Server Playwright enables automated browser interactions through Playwright, offering comprehensive web automation features including:
Installation Options:
Via Smithery for Claude Desktop:
npx @smithery/cli install @automatalabs/mcp-server-playwright --client claude
Via npx:
npx @automatalabs/mcp-server-playwright install
Via mcp-get:
npx @michaellatman/mcp-get@latest install @automatalabs/mcp-server-playwright
Configuration:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@automatalabs/mcp-server-playwright"]
}
}
}
Key Features:
Resources:
console://logs
screenshot://<name>
License: MIT