Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Deno2 Playwright

FreeNot checked

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

GitHubEmbed

About

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

README

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.

This repo uses Deno 2, which has nice ergonomics, because you can compile a binary and run it without any runtime dependencies.

This code is heavily based on the official Puppeteer MCP server, which you can find here: https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer

How to build

Only the mac binary build has been tested, but you should be able to build an executable binary for linux x86_64, linux ARM64, and windows x86_64.

  • deno task build-mac
  • deno task build-linux-x86_64
  • deno task build-linux-ARM64
  • deno task build-windows-x86_64

How to run

To invoke the playwright-server binary, you need to update your ~/Library/Application\ Support/Claude/claude_desktop_config.json to point to the binary.

{
  "mcpServers": {
    "playwright": {
      "command": "/path/to/deno2-playwright-mcp-server/playwright-server"
    }
  }
}

from github.com/jakedahn/deno2-playwright-mcp-server

Installing Deno2 Playwright

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jakedahn/deno2-playwright-mcp-server

FAQ

Is Deno2 Playwright MCP free?

Yes, Deno2 Playwright MCP is free — one-click install via Unyly at no cost.

Does Deno2 Playwright need an API key?

No, Deno2 Playwright runs without API keys or environment variables.

Is Deno2 Playwright hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Deno2 Playwright in Claude Desktop, Claude Code or Cursor?

Open Deno2 Playwright on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Deno2 Playwright with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs