[ MCP_NODE_3759 ]
playwright-mcp
CATEGORY:
Browser Automation
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
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.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"playwright-mcp-en": {
"description": "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.",
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.