๐ŸŒ
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.
๐ŸŒ
MCPCursor
mcpcursor.com โ€บ server โ€บ playwright-1-mcp
Playwright MCP - Model Context Protocol Integration for Cursor IDE | MCPCursor
The installation process will automatically add the following configuration to your Claude config file: { "mcpServers": { "playwright": { "command": "npx", "args": ["-y", "@automatalabs/mcp-server-playwright"] } } } You can also use MCP Server Playwright with Cursor, an AI-powered code editor.
Discussions

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
๐ŸŒ forum.cursor.com
6
March 13, 2025
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
๐ŸŒ forum.cursor.com
0
3 weeks ago
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
๐ŸŒ r/cursor
16
11
February 11, 2025
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
๐ŸŒ r/cursor
6
2
March 22, 2025
๐ŸŒ
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
forum.cursor.com โ€บ showcase
A playwright MCP server for Cursor - Showcase - Cursor - Community Forum
March 13, 2025 - 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.
๐ŸŒ
Medium
medium.com โ€บ @jagdalebr โ€บ supercharge-testing-with-playwright-mcp-server-and-cursor-ai-0e66f2430d11
Supercharge Testing with Playwright MCP Server and Cursor AI | by Bhagyashri Jagdale | Medium
April 27, 2025 - For more details please visit: Cursorโ€™s official site. For playwright MCP: visit Playwright MCPโ€™s Git Hub repo. For playwright: Playwright Installation Guide.
๐ŸŒ
Cursor
cursor.com โ€บ docs โ€บ cli โ€บ mcp
MCP | Cursor Docs
Use Model Context Protocol servers with Cursor CLI for extended functionality. Configure MCP tools and manage server connections from the command line.
๐ŸŒ
Medium
kailash-pathak.medium.com โ€บ integrating-cursor-and-llm-for-bdd-testing-in-playwright-mcp-model-context-protocol-677d0956003f
Integrating Cursor and LLM for BDD Testing With Playwright MCP (Model Context Protocol) | by KailashPathak | Medium
August 26, 2025 - Install Cursor : Download Cursor from cursor.com and install it. Configure it with your preferred LLM (e.g., Claude 3.5 or GPT-4o) via the settings panel. Youโ€™ll need an API key from your LLM provider.
Find elsewhere
๐ŸŒ
Cursor
cursor.com โ€บ docs โ€บ context โ€บ mcp
Model Context Protocol (MCP) | Cursor Docs
Connect Cursor to external tools and data sources using Model Context Protocol (MCP). Install servers, configure authentication, and integrate with databases, APIs, and third-party services.
๐ŸŒ
Cursor
forum.cursor.com โ€บ bug reports
Playwright MCP not working on Cursor - Bug Reports - Cursor - Community Forum
3 weeks ago - Cursor IDE Describe the Bug Iโ€™m ... 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 ......
๐ŸŒ
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

  1. Install the package using npm as detailed in the repo

  2. 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!

๐ŸŒ
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
๐ŸŒ
Cursor
docs.cursor.com โ€บ en โ€บ tools โ€บ mcp
Cursor โ€“ MCP Servers
Explore and install MCP servers for Cursor Developers can create an Add to Cursor button and link to include in your developer documentation for easy installation in Cursor
๐ŸŒ
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
๐ŸŒ
Hugging Face
huggingface.co โ€บ blog โ€บ lynn-mikami โ€บ microsoft-playwright-mcp
Microsoft Playwright MCP: Tutorial for Beginners
March 28, 2025 - With straightforward installation via npx or deep integration into tools like VS Code, and flexible configuration options including headless operation and custom transports, Playwright MCP is a versatile tool for developers building the next generation of web-aware AI agents.
๐ŸŒ
ScrapingBee
scrapingbee.com โ€บ blog โ€บ playwright-mcp-web-scraping-smithery-tutorial-cursor
Playwright MCP - Scraping Smithery MCP database Tutorial with Cursor | ScrapingBee
April 28, 2025 - It's just that the installation takes longer for Playwright MCP, and it's better to have it ready before firing up the IDE. Finally, we also enabled the Agent Mode on Cursor, so Cursor wouldn't ask our approval for every MCP tool call.