Playwright AI Agent POM MCP ServerPlaywright AI Agent using Page Object Model (POM) architecture with MCP Server integration for automated web and mobile testing
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"playwright-ai-agent-": {
"command": "npx",
"args": [
"-y",
"padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add playwright-ai-agent- npx -y padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"playwright-ai-agent-": {
"command": "npx",
"args": [
"-y",
"padmarajnidagundi/Playwright-AI-Agent-POM-MCP-Server"
]
}
}
}
📋 Copy