🌐
GitHub
github.com › executeautomation › mcp-playwright
GitHub - executeautomation/mcp-playwright: Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌 - executeautomation/mcp-playwright
Starred by 5.1K users
Forked by 460 users
Languages   TypeScript 93.6% | JavaScript 6.0%
🌐
Playwright MCP Server
executeautomation.github.io › mcp-playwright
Playwright MCP Server | Playwright MCP Server
Playwright MCP Server is built on top of NodeJS, making it fast and efficient.
🌐
npm
npmjs.com › package › @executeautomation › playwright-mcp-server › v › 0.2.3
@executeautomation/playwright-mcp-server - npm
A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
      » npm install @executeautomation/playwright-mcp-server
    
Published   Dec 12, 2025
Version   0.2.3
Author   ExecuteAutomation, Ltd
🌐
PulseMCP
pulsemcp.com › servers › executeautomation-playwright
Playwright MCP Server by Execute Automation | PulseMCP
Selenium-powered browser automation server that enables web interactions like navigation, clicking, form filling, and... ... Playwright MCP enables browser automation and interaction recording by capturing DOM interactions, screenshots, and...
🌐
Playwright MCP Server
executeautomation.github.io › local development › installation
Installation | Playwright MCP Server
{ "mcpServers": { "playwright": { "command": "npx", "args": [ "--directory", "/your-playwright-mcp-server-clone-directory", "run", "@executeautomation/playwright-mcp-server" ] } } } if you are using windows, and let's say your clone directory is D:/automation/mcp-playwright, then you should replace "/your-playwright-mcp-server-clone-directory" with D:/automation/mcp-playwright not \ but we have to use / for config file.
🌐
Reddit
reddit.com › r/mcp › 🎭playwright mcp server - executeautomation
r/mcp on Reddit: 🎭Playwright MCP Server - ExecuteAutomation
March 7, 2025 -

A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.

Documentation 📚 https://executeautomation.github.io/mcp-playwright/

With the Playwright MCP server, you can:

Enable LLMs to interact with web pages in a real browser environment. Perform tasks such as executing JavaScript, taking screenshots, and navigating web elements. Seamlessly handle API testing to validate endpoints and ensure reliability. Playwright MCP Server

Playwright MCP Server is supported in Cline, Cursor and Claude desktop client

Video details https://youtu.be/Fp7D7RuzElo?si=0fw2hP8GX9WhB87U

🌐
Skypage
skywork.ai › skypage › en › execute-automation-playwright-server › 1978381877361942528
Execute Automation's Playwright MCP Server: An AI Engineer’s Deep Dive
In the simplest terms, think of the Playwright MCP Server by Execute Automation as a sophisticated translator. It allows an AI agent—whether it's running in Claude Desktop, VS Code via GitHub Copilot, or the Cursor IDE—to "speak" ...
🌐
GitHub
github.com › mcp-research › executeautomation__mcp-playwright
GitHub - mcp-research/executeautomation__mcp-playwright: Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment. You can install the package using either npm, mcp-get, or Smithery: ... # For ...
Author   mcp-research
Find elsewhere
🌐
Smithery
smithery.ai › server › @executeautomation › playwright-mcp-server
Playwright Claim Server
@executeautomation/playwright-mcp-server•last deployed 2 months ago
🌐
Docker Hub
hub.docker.com › mcp › server › playwright-mcp-server › overview
ExecuteAutomation Playwright MCP Server | Docker MCP Catalog
{ "mcpServers": { "playwright-mcp-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-v", "/local-directory:/local-directory", "mcp/mcp-playwright" ] } } } Copy
🌐
LobeHub
lobehub.com › mcp › executeautomation-mcp-playwright
Playwright MCP Server | MCP Servers · LobeHub
1 week ago - A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. Enables LLMs to interact with web pages through structured accessibility snapshots without vision models. Requires Node.js 18 or newer.
🌐
Warp
mcp.so › server › mcp-playwright › executeautomation
Playwright MCP Server 🎭 MCP Server
Playwright MCP Server is a Model Context Protocol server that integrates Playwright for browser automation, allowing LLMs to interact with web pages, capture screenshots, and execute JavaScript inside a real browser environment.
🌐
Playbooks
playbooks.com › mcp › executeautomation-playwright
Playwright MCP server for AI agents
The Playwright MCP Server is a powerful tool that enables AI language models to interact with web browsers for automation tasks like web scraping, taking screenshots, and executing JavaScript in a real browser environment. npm install -g ...
🌐
Cursor IDE MCPs
mcpcursor.com › server › executeautomation-playwright-mcp-server
executeautomation-playwright-mcp-server MCP - Model Context Protocol Integration for Cursor IDE | MCPCursor
An MCP server using Playwright for browser automation and webscrapping Enhance your Cursor IDE development workflow with executeautomation-playwright-mcp-server MCP integration for seamless AI-powered development.
🌐
MCP Servers
mcpservers.org › playwright mcp server
Playwright MCP Server | Awesome MCP Servers
An MCP server using Playwright for browser automation and webscrapping
🌐
Medium
medium.com › executeautomation › write-api-tests-like-you-talk-playwright-mcp-ai-makes-it-possible-9d2e0f87f06b
Write API Tests Like You Talk! Playwright MCP + AI Makes It Possible 🤖✨ | by ExecuteAutomation | ExecuteAutomation | Medium
January 4, 2025 - It can automate browser UI interactions and web scraping, and now it can also help you test APIs. You can use plain English commands to test GET, POST, PATCH, PUT, and DELETE requests instead of writing any API jargon.
🌐
DeepWiki
deepwiki.com › executeautomation › mcp-playwright › 7-setup-and-configuration
Setup and Configuration | executeautomation/mcp-playwright | DeepWiki
October 26, 2025 - The Playwright MCP Server can be installed through five different methods, each targeting specific use cases and client environments. All methods install the published package @executeautomation/playwright-mcp-server from the NPM registry.