index.html•1.41 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MCP Playwright</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 { color: #333; }
code {
background: #f4f4f4;
padding: 2px 5px;
border-radius: 3px;
}
pre {
background: #f4f4f4;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
}
</style>
</head>
<body>
<h1>MCP Playwright</h1>
<p>A Model Context Protocol (MCP) server for browser automation using Playwright.</p>
<h2>Features</h2>
<ul>
<li>Browser automation and testing</li>
<li>Multi-browser support (Chrome, Firefox, Safari, Edge)</li>
<li>Screenshot capture and visual testing</li>
<li>Performance monitoring</li>
<li>E2E test automation</li>
</ul>
<h2>Installation</h2>
<pre><code>npm install mcp-playwright</code></pre>
<h2>Documentation</h2>
<p>See the <a href="https://github.com/devskido/customed-playwright">GitHub repository</a> for full documentation.</p>
</body>
</html>