mcp-puppeteer-browser

mcp-puppeteer-browser

3.1

mcp-puppeteer-browser is a fork of the official Reference server, designed for easier installation and integration with FLUJO for showcase purposes.

mcp-puppeteer-browser

Fork of official Reference server but in a single repo for easier installation with FLUJO for showcase purposes

install

npm install

build

npm run build

config

{
  "mcpServers": {
    "mcp-puppeteer-browser": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}