@cotestdev/mcp_playwright
v0.0.24
Published
Playwright MCP (Model Context Protocol) tools for browser automation
Downloads
2,023
Maintainers
Readme
@cotestdeve/mcp_playwright
Playwright 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.
Installation
npm install @cotestdeve/mcp_playwrightFeatures
- 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
Usage
import * as mcp_tools from '@cotestdeve/mcp_playwright';
// Use Playwright MCP tools in your MCP server
const tools = mcp_tools.browserTools;Related
License
Apache-2.0
