🌐
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.
🌐
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.
🌐
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%
🌐
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.
🌐
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%
Find elsewhere
🌐
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!

🌐
Ashish-bansal
ashish-bansal.github.io › tutorials › cursor
How to Use playwright-mcp with Cursor IDE - Complete Guide | Playwright MCP - Docs
If you're tired of manually writing test scripts, let Cursor do the work for you. Let's get started. Before anything else, make sure Playwright MCP is installed on your Cursor IDE.
🌐
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.
🌐
egghead.io
egghead.io › ai-driven-design-workflow-playwright-mcp-screenshots-visual-diffs-and-cursor-rules~aulxx
AI-Driven Design Workflow: Playwright MCP Screenshots, Visual Diffs, and Cursor Rules | egghead.io
Demonstrates how visual diffs can ... Install the Playwright MCP globally by copying and pasting the config into your cursor MCP add new global server and just paste it right here....
🌐
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.
🌐
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
🌐
Playbooks
playbooks.com › mcp › microsoft-playwright-browser-automation
Playwright Browser Automation MCP server for AI agents
To install the Playwright MCP server, you'll need: ... Cursor: Use the "Install in Cursor" button or add manually in Settings → MCP → Add new MCP Server
🌐
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 ...