PlayMCP Browser Automation Server
JSON →A server for browser automation using Playwright, providing powerful tools for web scraping, testing, and automation.
Install
npx playwright Tools · 21
- openBrowser Launch browser instance
- navigate Navigate to URL
- click Click element
- type Type text into element
- moveMouse Move mouse to coordinates
- scroll Scroll page with feedback
- screenshot Take screenshot
- getPageSource Get HTML source
- getPageText Get text content
- getPageTitle Get page title
- getPageUrl Get current URL
- getScripts Get JavaScript code
- getStylesheets Get CSS stylesheets
- getMetaTags Get meta tags
- getLinks Get all links
- getImages Get all images
- getForms Get all forms
- getElementContent Get element content
- getElementHierarchy Get DOM hierarchy
- executeJavaScript Run JavaScript
- closeBrowser Close browser
Links
★ 15 GitHub stars