homemade-playwright-mcp-server
Verified Safeby fgulen
Overview
Provides a local, secure Playwright-based server to enable browser automation for Model Context Protocol (MCP) clients.
Installation
No command providedSecurity Notes
The server explicitly states it is 'Tamamen Local', 'Dış bağlantı yapmaz', and 'Sadece local sistemde çalışır', using 'stdio transport' for communication, which significantly reduces network-based attack vectors. It does not require external connections. The primary security risk comes from the actions performed by the browser automation (e.g., navigating to untrusted URLs or executing arbitrary JavaScript via `browser_evaluate`), which could exploit browser vulnerabilities. However, the server's design focuses on local isolation.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
qa-use
Provides comprehensive browser automation and QA testing capabilities, integrating with a backend platform for automated tests, interactive debugging, and batch test execution.
playwright-mcp-server
Provides a robust, token-aware Playwright browser automation server for Large Language Models (LLMs) and coding agents to interact with web content, supporting advanced features like anti-detection and multi-page management.