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.
A playwright MCP server for Cursor - Showcase - Cursor - Community Forum
We were trying to find better ways to write Playwright code and ended up creating a mcp server that helps cursor get the DOM context to write better test cases. We have created a package for the same. Sharing it here: playwright-mcp - npm I feel this can benefit other folks a lot. More on forum.cursor.com
Playwright MCP not working on Cursor
Cursor IDE Describe the Bug Iโm not able to run the tools of playwright mcp server even if they are been tracked and seems to be available, when I try to use them it take a resource not found on this. Steps to Reproduce Install Playwright module on the project. Configure the mcp server on ... More on forum.cursor.com
Get MCP Cursor working on Windows - a working example
This worked for me, thank you!! PS: which mcp servers are you finding most useful in Cursor? More on reddit.com
Playwright mcp help?
Have you tried adding it in the rules to open in headed browser? Might be useful to diagnose if Cursor issue, or a setting youโre missing. More on reddit.com
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%
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.
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".
Cursor
cursor.directory โบ mcp โบ playwright
Playwright - MCP Server | Cursor Directory
Find the best cursor rules for your framework and language
GitHub
github.com โบ executeautomation โบ mcp-playwright
executeautomation/mcp-playwright ...
2 weeks ago - 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 โบ local development โบ installation
Installation | Playwright MCP Server
Modify your claude-desktop-config.json file as shown below to work with local playwright mcp server The file is generally located at C:\Users\{yourusername}\AppData\Roaming\Claude