jakedahn_deno2-playwright-mcp-server
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 on Deno 2, it offers the advantage of compiling into a binary that can run without additional runtime dependencies. The server is inspired by the official Puppeteer MCP server, ensuring robust and reliable performance. 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: Can be built for macOS, Linux, and Windows.
- No Runtime Dependencies: Compiled binary runs independently without additional dependencies.
- JavaScript Execution: Allows execution of JavaScript in a real browser environment.
- Screenshot Capability: Provides functionality to take screenshots of web pages.
Usage with Different Platforms
mac
deno task build-mac
linux_x86_64
deno task build-linux-x86_64
linux_ARM64
deno task build-linux-ARM64
windows_x86_64
deno task build-windows-x86_64
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.