Playwright MCP
Related Servers
Alternatives to Playwright MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables AI tools to drive a hosted headless-Chromium browser over HTTP, letting them navigate, click, type, and read web pages through accessibility snapshots.235,046,799 npmApache 2.0
- AlicenseBqualityCmaintenanceEnables AI assistants to remotely drive a hosted headless browser over HTTP, supporting navigation, clicking, typing, and structured page reading through the Model Context Protocol. It also provides bearer-token authentication for secure remote MCP access.235,046,799 npmApache 2.0
- AlicenseBqualityCmaintenanceEnables AI assistants to control a hosted headless Chromium browser over HTTP via the Model Context Protocol, allowing them to navigate pages, click, type, and read structured accessibility snapshots.235,046,799 npmApache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI agents and clients to control a real Chromium browser through MCP tool calls, including navigation, clicking, typing, JavaScript evaluation, screenshots, and DOM snapshots. Supports multiple isolated sessions over authenticated HTTP with no disk writes.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceHeadless browser automation for LLM agents via REST API or MCP tools. Enables navigating pages, reading structured content, clicking elements, filling forms, and executing JavaScript.-
- AlicenseNot gradedqualityFmaintenanceThis server provides browser automation capabilities using Playwright, allowing LLMs to interact with web pages through structured accessibility snapshots. It enables tasks like web navigation, form filling, and data extraction without the need for screenshots or vision-tuned models.4,591 npm4Apache 2.0
TDQS
Scored across 23 tools
Most tools target distinct browser actions, and descriptions clarify similarities like snapshot vs screenshot or network_requests vs network_request. A few pairs (e.g., browser_type vs browser_fill_form, browser_drag vs browser_drop) could be confused in edge cases, but the boundaries are generally clear.
All tools share a consistent browser_ prefix, and most follow a verb_noun pattern like browser_navigate, browser_click, and browser_select_option. A few noun-style names (browser_console_messages, browser_network_requests, browser_snapshot, browser_tabs) deviate from this pattern, creating minor inconsistency.
23 tools is on the heavier side but reasonable for a browser automation server covering navigation, interaction, input, network inspection, dialogs, and screenshots. Each tool serves a distinct purpose and the count is not bloated relative to the domain's complexity.
The tool surface covers the core browser automation lifecycle: navigation, interaction, forms, tabs, dialogs, screenshots, network inspection, and JavaScript evaluation. Obvious minor gaps include no navigate_forward, reload, cookie handling, or localStorage access, but these can be worked around with browser_evaluate or browser_navigate.