Skip to main content
Glama
akirak

nix-playwright-mcp

by akirak

A Nix Flake for Playwright MCP

Deprecated: Use playwright-mcp package from nixpkgs instead. This repository is no longer maintained.

This repository now only provides a Nix-wrapped version of the Playwright MCP server, with the browser executable set to Chromium from Nixpkgs. I am still maintaining this repository for personal use, but it doesn't offer much benefit.

For a comprehensive framework for running MCP servers on NixOS, I would recommend the following options:

Usage

Run the server:

nix run github:akirak/nix-playwright-mcp

or in headless mode:

nix run github:akirak/nix-playwright-mcp -- --headless

Related MCP server: Playwright Server MCP

Credits

To initially make Playwright run on NixOS, I followed a thread on the NixOS Discourse. The posts by Patrizio Bekerle, a.k.a. pbek, and Giacomo Debidda, a.k.a. jackdbd, were especially helpful. Thanks!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    Not graded
    maintenance
    A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
    8
    2
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    A browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.
    6
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    A universal browser automation MCP server using Playwright, enabling programmatic control of Chrome with 63 tools for navigation, interaction, media control, and CDP-based diagnostics.
    63
    11 npm
    3
    MIT