DevTk.AI

Playwright MCP

Developer Tools Featured

Browser automation with Playwright for testing, scraping, and web interaction via AI.

Author

Microsoft

Category

Developer Tools

GitHub Stars

3,000+

Clients

3 supported

Installation

Run this command to install:

npx @playwright/mcp@latest

Sample Configuration

Add this to your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "@playwright/mcp@latest"
      ]
    }
  }
}

Use our MCP Manifest Generator to build complete configurations visually, or the MCP Config Validator to check your existing config.

Compatible Clients

Claude DesktopCursorWindsurf

Details

Server IDplaywright
AuthorMicrosoft
CategoryDeveloper Tools
Compatible WithClaude Desktop, Cursor, Windsurf
Tags
playwrighttestingbrowserautomation
GitHubhttps://github.com/microsoft/playwright-mcp
GitHub Stars3,000+

About Playwright MCP

Playwright MCP is a Model Context Protocol (MCP) server created by Microsoft. It enables AI assistants to interact with Playwright capabilities.

MCP (Model Context Protocol) is an open standard that allows AI models to securely connect to external tools and data sources. By installing Playwright MCP, you give your AI assistant the ability to perform real actions through a standardized interface, rather than just generating text about them.

This server is compatible with Claude Desktop, Cursor, Windsurf and has 3,000+ stars on GitHub. It falls under the "Developer Tools" category of MCP servers.

To get started, use our MCP Manifest Generator to create a complete configuration, or validate your existing setup with the MCP Config Validator.

Other Developer Tools Servers

Popular MCP Servers

Related Tools

FAQ

How do I install Playwright MCP?

Run "npx @playwright/mcp@latest" in your terminal. Then add the server configuration to your MCP client's config file. For Claude Desktop, this is typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows.

What clients work with Playwright MCP?

Playwright MCP is compatible with Claude Desktop, Cursor, Windsurf. Each client has its own configuration file format, but the MCP server setup is similar across all of them.

What can I do with Playwright MCP?

Browser automation with Playwright for testing, scraping, and web interaction via AI. Once configured, your AI assistant can interact with these capabilities through natural language commands, making it possible to perform real actions directly from your AI chat interface.