Запуск Chrome DevTools MCP через Nix

★ 7.5 · devops

nix-chrome-devtools-mcp is a Claude Code skill that provides a drop-in launcher for the Chrome DevTools MCP server as a single self-contained bash script, `bin/serve`. The script resolves all dependencies — Playwright's bundled Chrome-for-Testing and Node.js — automatically via `nix build` / `nix shell`, eliminating manual environment setup. Following APM's skills convergence convention, the launcher is placed at `.agents/skills/nix-chrome-devtools-mcp/bin/serve` in the consumer's working tree, keeping it available even before `apm install` runs on a fresh clone. Designed for APM deployments that require built-in Chrome DevTools access over the Model Context Protocol, it supports override mechanisms and version compatibility as documented in the repo README. Semantically it is a tool wrapper, though APM classifies it as a skill primitive.