PluginBench
MCP Server

io.github.microsoft/playwright-mcp MCP Server

io.github.microsoft/playwright-mcp

What is the io.github.microsoft/playwright-mcp MCP server?

Playwright Tools for MCP

How to install io.github.microsoft/playwright-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "playwright-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "playwright-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@playwright/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add playwright-mcp -- npx -y @playwright/mcp

Related MCP servers

Official Microsoft MCP Server to query Microsoft Entra data using natural language

View repository →

An MCP server that stores Copilot customizations from the Awesome Copilot repository

View repository →