LobeHub
lobehub.com › mcp › abhishek0505bit-playwright-mcpserver
Integrating Playwright MCP Server with Cursor AI | MCP Servers · LobeHub
1 month ago - This MCP Server allows integration of Playwright with Cursor AI via manual configuration by adding a .cursor/mcp.json file specifying the server command. No external data files are required beyond this configuration file.
Videos
19:40
AI-Driven Test Automation with Playwright + Cursor + MCP Server ...
18:35
Setup Playwright MCP Server in Cursor IDE 🔥 | AI-Powered Test ...
11:40
Playwright MCP Server: Zero-Code Testing Magic with Cline & Cursor ...
13:52
Playwright MCP Server: Installing and getting started in VS Code ...
10:37
No-Code BDD Testing with Playwright MCP + Cursor IDE 🚀 ...
05:28
Cursor + Playwright: MUST HAVE AI Browser Test Copilot! - YouTube
GitHub
github.com › microsoft › playwright-mcp
GitHub - microsoft/playwright-mcp: Playwright MCP server
The Playwright MCP Chrome Extension allows you to connect to existing browser tabs and leverage your logged-in sessions and browser state. See extension/README.md for installation and setup instructions.
Starred by 24.7K users
Forked by 2K users
Languages TypeScript 54.4% | CSS 37.0% | JavaScript 6.0% | Dockerfile 1.6% | HTML 1.0%
Cursor
cursor.directory › mcp › playwright-mcp
Playwright MCP - MCP Server | Cursor Directory
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.Installation Instructions
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%
Reddit
reddit.com › r/cursor › get mcp cursor working on windows - a working example
r/cursor on Reddit: Get MCP Cursor working on Windows - a working example
February 11, 2025 -
Getting MCP Cursor Working on Windows - Step by Step Guide
I wanted to implement mcp-playwright-cdp in Cursor. Here's what worked for me after some trial and error.
Initially tried using smithery.ai approach:
npx -y u/smithery/cli@latest run @lars-hagen/mcp-playwright-cdp --config "{}"This failed when trying to use MCP Features in Cursor.
Working Solution
Install the package using npm as detailed in the repo
Add the MCP server by pointing to the local installation instead
node C:\[YOUR-FOLDER]\mcp-playwright-cdp\dist\index.js
Hope this helps others who might be struggling with the same setup!
Top answer 1 of 5
1
This worked for me, thank you!! PS: which mcp servers are you finding most useful in Cursor?
2 of 5
1
THANK YOU! I can also confirm this is working on v 0.45.11 I've struggled the past few days getting it to work and gave up on it, waiting for better documentation. I landed here from Google searching "Cursor AI MCP Windows".
Playwright MCP Server
executeautomation.github.io › playwright web features › 💻 support of cline and cursor
💻 Support of Cline and Cursor | Playwright MCP Server
Playwright MCP Server now fully supports Cline and Cursor.
GitHub
github.com › Ashish-Bansal › playwright-mcp
GitHub - Ashish-Bansal/playwright-mcp
🔌 Works out of the box → Plug it into Cursor, Claude, WindSurf, or whatever you use—it just works. Tired of fixing AI-generated tests? Stop debugging AI's bad guesses—start writing flawless Playwright tests. Use the guide below to install playwright-mcp and let your AI assistant actually help you for once.
Starred by 26 users
Forked by 5 users
Languages TypeScript 93.5% | CSS 4.5% | JavaScript 1.6% | HTML 0.4%
DeepWiki
deepwiki.com › microsoft › playwright-mcp › 2-getting-started
Getting Started | microsoft/playwright-mcp | DeepWiki
Add the standard configuration to your Claude Desktop MCP settings file following the MCP install guide. ... Either use the one-click install button or go to Cursor Settings -> MCP -> Add new MCP Server and configure manually.
Playbooks
playbooks.com › mcp › playwright-recorder
Playwright Recorder MCP server for AI agents
{ "mcpServers": { "playwright-mcp": { "command": "npx", "args": [ "-y", "playwright-mcp" ] } } } To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one. This will look exactly the same as the global MCP server example above. Once the server is installed, you might need to head back to Settings > MCP and click the refresh button.
npm
npmjs.com › package › playwright-mcp
playwright-mcp - npm
🔌 Works out of the box → Plug it into Cursor, Claude, WindSurf, or whatever you use—it just works. Tired of fixing AI-generated tests? Stop debugging AI's bad guesses—start writing flawless Playwright tests. Use the guide below to install playwright-mcp and let your AI assistant actually help you for once.
» npm install playwright-mcp
Published Nov 05, 2025
Version 0.0.13
Author Ashish Bansal
Cursor
cursor.directory › mcp › playwright-cdp
Playwright CDP - MCP Server | Cursor Directory
Integrates Playwright and Chrome DevTools Protocol to enable advanced web automation, testing, and analysis through browser control and interaction.Installation Instructions · Model Context Protocol (MCP) is an open protocol that allows you to provide custom tools to agentic LLMs (Large Language ...