mcp-puppeteer-browser

mcp-puppeteer-browser

3.2

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

The mcp-puppeteer-browser is a streamlined version of the official Reference server, tailored to simplify the installation process and enhance compatibility with FLUJO. This server is particularly useful for developers looking to integrate model context protocol (MCP) capabilities with browser automation tools like Puppeteer. By consolidating the server into a single repository, it reduces complexity and facilitates quicker deployment. The server is configured to run with Node.js, making it accessible for JavaScript developers and those familiar with Node environments. It is ideal for showcasing MCP functionalities in a browser context, leveraging Puppeteer's capabilities for automated browser tasks.

Features

  • Single Repository: Combines all necessary components into one repository for easier installation.
  • Node.js Compatibility: Runs on Node.js, making it accessible for JavaScript developers.
  • FLUJO Integration: Designed to work seamlessly with FLUJO for demonstration purposes.
  • Browser Automation: Utilizes Puppeteer for automating browser tasks within the MCP framework.
  • Simplified Configuration: Easy setup with straightforward configuration options.

Usage with Different Platforms

node


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