Skip to main content
Glama

Related Servers

Alternatives to Playwright MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      D
      maintenance
      A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, generate test code, scrape web content, and execute JavaScript in a real browser environment.
      32
      11,800 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
      18
      Apache 2.0
    • A
      license
      B
      quality
      D
      maintenance
      A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
      32
      11,800 npm
      5,653
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      A Model Context Protocol server that provides browser automation capabilities using Puppeteer, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
      7
      23,092 npm
      1
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      A Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots without needing screenshots or visually-tuned models.
      22
      7,739,093 npm
      Apache 2.0

    TDQS

    B3.2/5.0

    Scored across 31 tools

    Disambiguation4/5

    Most tools have distinct purposes, with clear separation between browser actions (e.g., click, fill, navigate), HTTP methods (get, post, put), and code generation sessions. However, some overlap exists between playwright_click and playwright_iframe_click, where the iframe variant is a specialized case rather than a fundamentally different operation, which could cause minor confusion.

    Naming Consistency5/5

    Tool names follow a highly consistent snake_case pattern with clear verb_noun structures. Code generation tools use consistent 'codegen_session' terminology, while Playwright actions consistently start with 'playwright_' followed by descriptive verbs (e.g., playwright_click, playwright_navigate). This predictability makes the set easy to navigate and understand.

    Tool Count3/5

    With 31 tools, the count feels heavy for a Playwright automation server, suggesting potential over-fragmentation. While Playwright is feature-rich, many tools could be consolidated (e.g., separate HTTP methods might be unified into a single playwright_request tool). The number is borderline excessive for typical agent workflows.

    Completeness5/5

    The toolset provides comprehensive coverage for Playwright automation, including navigation, interaction (click, fill, hover), HTTP requests, iframe handling, debugging (logs, screenshots), and code generation. It supports full CRUD-like operations for web testing without obvious gaps, enabling agents to handle complex browser automation tasks end-to-end.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues