An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"playwright-automatio": {
"command": "npx",
"args": [
"-y",
"SaiRakeshDuggineni/Playwright-Automation-with-MCP-Servers-AI-Agents"
]
}
}
}
Run in terminal:
claude mcp add playwright-automatio npx -y SaiRakeshDuggineni/Playwright-Automation-with-MCP-Servers-AI-Agents
Add to .cursor/mcp.json:
{
"mcpServers": {
"playwright-automatio": {
"command": "npx",
"args": [
"-y",
"SaiRakeshDuggineni/Playwright-Automation-with-MCP-Servers-AI-Agents"
]
}
}
}