deno2-playwright-mcp-server
If you are the rightful owner of deno2-playwright-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides browser automation capabilities using Playwright.
The Deno 2 Playwright Model Context Protocol Server is designed to facilitate browser automation by leveraging Playwright. This server allows Language Model Models (LLMs) to interact with web pages, perform actions like taking screenshots, and execute JavaScript within a real browser environment. Built using Deno 2, it offers the advantage of compiling into a standalone binary, eliminating the need for runtime dependencies. The server is inspired by the official Puppeteer MCP server, ensuring a robust and reliable foundation for browser automation tasks. It supports multiple platforms, including macOS, Linux, and Windows, making it versatile for various development environments.
Features
- Browser Automation: Enables LLMs to interact with web pages using Playwright.
- Cross-Platform Support: Build and run on macOS, Linux, and Windows.
- Standalone Binary: Compiles into a binary with no runtime dependencies.
- JavaScript Execution: Execute JavaScript in a real browser environment.
- Screenshot Capability: Capture screenshots of web pages.