ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Playwright Cloud with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Equip your AI with a remote headless browser to scrape, interact, and run Playwright safely via cloud.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Playwright Cloud capability set.

These are the exact actions your AI can choose when you ask it to work with Playwright Cloud.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Playwright Cloud.

  1. 01

    Get HTML content

    Get raw HTML content using Playwright Cloud (Browserless)

  2. 02

    Send custom payload

    Send custom JSON payload to any Browserless REST endpoint

  3. 03

    Scrape with proxy

    Scrape URL using a specified proxy server

  4. 04

    Scrape with js

    Evaluate` lifecycle executing imperative DOM manipulations like button clicks prior to scraping the final mutated HTML state. Inject and run a custom JS script before extracting content

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Playwright Cloud.

  1. 05

    Get PDF

    Print page to PDF using Playwright Cloud

  2. 06

    Run custom function

    Execute custom JS function inside remote Playwright browser

  3. 07

    Scrape elements

    Extract specific elements from page using CSS selectors

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Playwright Cloud.

  1. 08

    Get screenshot

    Take a full-page screenshot using Playwright Cloud

  2. 09

    Scrape with stealth

    Scrape using stealth mode plugins to avoid bot detection

  3. 10

    Scrape with wait

    Scrape content and wait for a CSS selector

Observed, not estimated

921ms average. Fast in production.

Playwright Cloud is checked daily against the live service.

Daily averagePeak 1066ms
Aug 20Today
Fastest day
740ms
Slowest day
1066ms
14-day trend
Stable0%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Playwright Cloud, so you can see the experience inside your AI.

It does not authenticate your account with Playwright Cloud. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Playwright Cloud Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_IIDNcqb1tweuMxUveoUJYpZo2stQfUdThsbX1fHA/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Playwright Cloud capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "browserless-playwright-cloud-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_IIDNcqb1tweuMxUveoUJYpZo2stQfUdThsbX1fHA/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Playwright Cloud owners ask.

  • 01

    Can the agent scrape modern SPAs built with React or Vue?

    Absolutely. Because Browserless exposes actual Chrome environments via Playwright, standard JavaScript rendering pipelines execute exactly as they do on a user's machine. The agent simply captures the stabilized final DOM states post-hydration, making it remarkably effective for highly dynamic single-page applications.

  • 02

    What does scrape_with_wait do exactly when instructed to an AI?

    If a website relies on extremely heavy animations or subsequent lazy-loaded payload responses, get_html_content might return prematurely. Requesting your agent to use scrape_with_wait accompanied by a distinct selector (e.g., #main-data-table) locks the Browserless virtual container actively polling the CDP port. Only when that element materializes will it snap the payload back to you.

  • 03

    Are the screenshots produced bound to specific screen dimensions?

    By default, calling get_screenshot leverages Browserless' intrinsic 'Full Page' modifier. It synthetically commands the headless browser frame to extend computationally, absorbing the complete top-to-bottom scroll bounds of the rendered website into a massive, crystal clear uncropped PNG artifact.