Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
{
"mcpServers": {
"puppeteer-ws": {
"command": "npx",
"args": [
"-y",
"puppeteer-mcp-server-ws"
]
}
}
}