playwright-mcp-server

Headless browser primitives for AI agents when sites need real JS rendering.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

    Headless browser primitives for AI agents when sites need real JS rendering.

    Server tool list (17)

    Raw names from tools/list. Only developers need these.

    navigateNavigate the browser to a URL. Returns the final URL and page title.
    screenshotTake a PNG screenshot of the current page (or a specific element). Returns base64 PNG.
    clickClick an element matched by CSS selector or visible text.
    type_textType text into an input/textarea. Optionally clear first or press Enter after.
    get_textExtract visible text from the page or a specific element.
    get_htmlReturn the HTML of the page or a specific element.
    evaluateEvaluate JavaScript in the page context. Use `return` for values or an expression.
    select_optionChoose an option from a <select> element by value or visible label.
    scrollScroll the page (or an element) in the given direction by `amount` pixels.
    wait_forWait until a selector reaches a given state (visible|hidden|attached|detached).
    get_linksCollect all anchor hrefs, optionally filtered by regex.
    extract_tableExtract a standard HTML table as a list of row objects keyed by header.
    page_pdfRender the current page as PDF (headless only). Returns base64 PDF.
    fill_formFill multiple form fields from a list of {selector, value} and optionally submit.
    get_cookiesReturn all cookies for the current browser context.
    set_cookiesSet cookies for the current browser context.
    close_browserClose the underlying browser, freeing resources.
    playwright-mcp-server: connect to Claude, ChatGPT, Cursor · Connectors.fun