Developer Tools
Trust: 36/100 (Limited)io.github.dinesh-nalla-se/playwright-mcp Guide
Playwright Tools for MCP
by dinesh-nalla-se
Quick Start
Install
npx @dinesh-nalla-se/playwright-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dinesh-nalla-se-playwright-mcp": {
"command": "npx",
"args": [
"@dinesh-nalla-se/playwright-mcp"
]
}
}
}