[ MCP_NODE_3757 ]
playwright-mcp-server
CATEGORY:
Browser Automation
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"playwright-mcp-server-en": {
"description": "A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.",
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
]
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.