mcp-playwright

executeautomation/mcp-playwright

4.8

mcp-playwright is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

A Model Context Protocol server that provides browser automation capabilities using Playwright.

Try mcp-playwright with chat:

MCPHub score:4.83

Has a README

Github repo has a README.md.

Has a License

Github repo has license info.

Server can be inspected

View server inspector

Server schema can be extracted

Can get at lease one tool info from the README or server.

Online hosted on MCPHub

Can be automatically deployed by MCPHub.

Has social accounts

Do not have any social accounts.

Claimed by the author or certified by MCPHub

Connected with the author

AI Evaluation Report
Total Score: 8/10

The agent demonstrates strong capabilities in web navigation, interaction, and content retrieval. It successfully performs tasks such as navigating to URLs, taking screenshots, filling forms, and extracting visible text. The agent also effectively saves content to files and provides download links when necessary. However, there are areas for improvement, particularly in verifying the success of operations and selecting the most efficient tools for specific tasks. For instance, while it accurately retrieves page titles, it sometimes uses less efficient methods, indicating a need for better tool selection. Overall, the agent shows a high level of competence but could enhance its efficiency and verification processes.

  • Test case 1
    Score: 8/10
    Perform the operation of navigating to the URL 'https://www.wikipedia.org/', taking a screenshot of the homepage, and saving it as 'wikipedia_homepage.png'.

    Successfully navigated to the URL 'https://www.wikipedia.org/'. The screenshot of the homepage has been saved as 'wikipedia_homepage.png' in the Downloads folder. Additionally, it is stored in memory for immediate use.

  • Test case 2
    Score: 7/10
    Go to `https://www.w3schools.com/html/html_forms.asp`, enter 'John' as the first name and 'Doe' as the last name, and then click the submit button.

    I have successfully navigated to the W3Schools HTML Forms page and performed the following actions:

    1. Entered John as the first name.
    2. Entered Doe as the last name.
    3. Clicked the Submit button.

    If you need any further actions or information, just let me know!

  • Test case 3
    Score: 10/10
    Navigate to `example.com`, get all the visible text on the page, and then take a full-page screenshot named 'example_screenshot'.

    I have successfully navigated to example.com and extracted the visible text from the page. Here are the details:

    Visible Text Content:

    • Example Domain
    • This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.
    • More information...

    Screenshot:

    A full-page screenshot has been taken and saved with the name example_screenshot.

    • File Location: The screenshot is saved in the Downloads folder as example_screenshot-2025-09-18T07-28-45-425Z.png.

    If you need further assistance or additional actions, feel free to ask!

  • Test case 4
    Score: 9/10
    Perform the operation of navigating to the URL 'https://www.wikipedia.org/', extracting the visible text content of the homepage, and saving it as 'wikipedia_homepage_text.txt' show the content as well.

    I have successfully navigated to the Wikipedia homepage and extracted the visible text content. Here’s the content:


    Visible Text Content:

    Wikipedia
    The Free Encyclopedia
    English
    7,056,000+
    articles
    日本語
    1,472,000+
    記事
    Русский
    2,063,000+
    статей
    Deutsch
    3.051.000+
    Artikel
    Français
    2,709,000+
    articles
    Español
    2,061,000+
    artículos
    中文
    1,500,000+
    条目 / 條目
    Italiano
    1,935,000+
    voci
    Polski
    1,668,000+
    haseł
    Português
    1,155,000+
    artigos
    Search Wikipedia
    ...
    Wikipedia is hosted by the Wikimedia Foundation, a non-profit organization that also hosts a range of other projects.
    You can support our work with a donation.
    Download Wikipedia for Android or iOS
    Save your favorite articles to read offline, sync your reading lists across devices and customize your reading experience with the official Wikipedia app.
    

    (The above is a partial representation of the full content.)


    Additionally, the content has been saved as a text file named "wikipedia_homepage_text.txt". You can download it using the link below:

  • Test case 5
    Score: 6/10
    Go to `playwright.dev`, click on the 'Docs' link, and then tell me the title of the new page.

    After clicking on the 'Docs' link on the Playwright website, the title of the new page is "Getting Started". This section introduces users to the installation and usage of Playwright for testing modern web applications.