Playwright MCP (Model Context Protocol) tools for browser automation
npm install @cotestdev/mcp_playwrightPlaywright MCP (Model Context Protocol) tools for browser automation.
This package provides a standalone, published version of Playwright's MCP tools that can be integrated with MCP-compatible applications and AI assistants.
``bash`
npm install @cotestdeve/mcp_playwright
- execute_playwright_script: Execute arbitrary Playwright scripts within the MCP context
- Browser Dialogs: Handle dialog boxes with automatic code recording
- Tab Management: Manage browser tabs and windows with code generation
- Network Monitoring: Capture and analyze network requests
- Page Verification: Verify page states and elements
- Form Automation: Fill and submit forms automatically
- And 15+ more tools for complete browser automation
`typescript
import * as mcp_tools from '@cotestdeve/mcp_playwright';
// Use Playwright MCP tools in your MCP server
const tools = mcp_tools.browserTools;
``
- Official Playwright MCP
- Playwright Documentation
- Model Context Protocol
Apache-2.0