playwright-server
Related Servers
Alternatives to playwright-server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityNot gradedmaintenanceEnables browser automation and web scraping through Playwright, supporting navigation, screenshots, element interaction, form filling, JavaScript execution, and content extraction.8Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables browser automation using Playwright for web scraping, testing, and automation tasks through natural language commands.590 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables browser automation using Playwright, allowing LLMs to interact with web pages, take screenshots, generate test code, scrape web pages, and execute JavaScript in a real browser environment.15,344 npmMIT
- FlicenseNot gradedqualityDmaintenanceProvides browser automation capabilities for AI assistants, enabling web navigation, form filling, and data extraction through Playwright.-
- AlicenseNot gradedqualityDmaintenanceProvides browser automation capabilities using Playwright, enabling users to navigate websites, extract content, take screenshots, and interact with web pages through natural language prompts.6 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides browser automation using Playwright, enabling LLMs to interact with web pages, take screenshots, scrape, and execute JavaScript.MIT
TDQS
Scored across 8 tools
Most tools target clearly distinct actions (navigate, screenshot, fill, evaluate, extract text/HTML). The only real overlap is playwright_click vs playwright_click_text, but the descriptions (CSS selector vs text content) make the boundary clear enough.
All tools use a consistent playwright_ prefix followed by a snake_case verb or verb_noun pattern (playwright_get_text_content, playwright_get_html_content). No mixed conventions.
Eight tools is well-scoped for basic browser automation: navigation, interaction, and content extraction. Each tool earns its place without redundancy.
Core navigate/interact/extract workflows are covered, but there are notable gaps: no wait/scroll, no back/forward navigation, no select for dropdowns, no hover or key-press, and no session management/close tool despite auto-creating sessions.