mcp-puppeteer-browser
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"]
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
playwright-mcp
by microsoft
Playwright MCP is a Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.
mcp-server-weibo
by Selenium39
The Weibo MCP Server (TypeScript Version) is designed for scraping Weibo user information, feeds, and search functionality using the Model Context Protocol.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a tool for autonomous debugging of web applications directly from your code editor.
browser-tools-mcp
by AgentDeskAI
BrowserTools MCP is a browser monitoring and interaction tool that enhances AI applications by capturing and analyzing browser data through a Chrome extension.