That one wasn't very good anyway, I would use Microsoft's Playwright server - https://github.com/microsoft/playwright-mcp Playwright is basically the same thing as Puppeteer (just newer and better) Answer from Zealousideal-Ship215 on reddit.com
GitHub
github.com โบ modelcontextprotocol โบ servers โบ tree โบ main โบ src โบ puppeteer
modelcontextprotocol/server-puppeteer
Model Context Protocol Servers. Contribute to modelcontextprotocol/servers development by creating an account on GitHub.
Warp
mcp.so โบ server โบ puppeteer
Puppeteer MCP Server
Puppeteer is a Model Context Protocol server that provides browser automation capabilities, allowing LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Videos
08:34
Puppeteer MCP Server | Automation Testing with Claude AI - YouTube
03:19
2 minutes to set up a local Puppeteer MCP Server - YouTube
17:34
Is This the Future of UI Testing? Puppeteer + Claude AI's MCP ...
r/ClaudeAI on Reddit: Puppeteer (Browser control) MCP tutorial
07:19
Setting up 5 MCP Servers in Warp (FULL Tutorial) - YouTube
GitHub
github.com โบ merajmehrabi โบ puppeteer-mcp-server
merajmehrabi/puppeteer-mcp-server
This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows. - merajmehrabi/puppeteer-mcp-server
Starred by 336 users
Forked by 50 users
Languages ย TypeScript 94.7% | Dockerfile 4.6% | JavaScript 0.7%
Reddit
reddit.com โบ r/claudeai โบ puppeteer mcp server is archived, any alternatives?
r/ClaudeAI on Reddit: Puppeteer MCP server is archived, any alternatives?
June 23, 2025 -
I just began to use the Claude desktop app last week. I tried to install some MCP resources, and noticed that Puppeteer MCP server is archived. In my CD calling Puppeteer is no longer working. Do you know any alternatives that serve similar functions? Also any alternative that may work in Claude Code as well for iterative improvements? Thx
https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer
Top answer 1 of 2
11
That one wasn't very good anyway, I would use Microsoft's Playwright server - https://github.com/microsoft/playwright-mcp Playwright is basically the same thing as Puppeteer (just newer and better)
2 of 2
4
For Claude Code I use: claude mcp add browsermcp -s user -- npx u/browsermcp/mcp @latest For Claude Desktop I prefer: browser-use
npm
npmjs.com โบ package โบ @modelcontextprotocol โบ server-puppeteer
@modelcontextprotocol/server-puppeteer - npm
May 12, 2025 - MCP server for browser automation using Puppeteer. Latest version: 2025.5.12, last published: 7 months ago. Start using @modelcontextprotocol/server-puppeteer in your project by running `npm i @modelcontextprotocol/server-puppeteer`. There are ...
ยป npm install @modelcontextprotocol/server-puppeteer
Published ย May 12, 2025
Version ย 2025.5.12
Author ย Anthropic, PBC
Homepage ย https://modelcontextprotocol.io
Cursor IDE MCPs
mcpcursor.com โบ server โบ puppeteer
Puppeteer MCP - Model Context Protocol Integration for Cursor IDE | MCPCursor
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real ...
Claude MCP
claudemcp.com โบ servers โบ puppeteer
Puppeteer - Claude MCP Servers
A MCP server that provides browser automation capabilities using Puppeteer.This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
Docker Hub
hub.docker.com โบ r โบ mcp โบ puppeteer
mcp/puppeteer - Docker Image
ยฉ 2025 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal
Reddit
reddit.com โบ r/claudeai โบ quick tutorial on setting up claude desktop with puppeteer mcp server for web browsing
r/ClaudeAI on Reddit: Quick tutorial on setting up Claude Desktop with Puppeteer MCP Server for web browsing
December 10, 2024 -
I couldn't find one, so I wrote one. Surprisingly simple!
https://medium.com/surescale/tutorial-use-claude-desktop-mcp-puppeteer-to-automatically-extract-data-from-the-web-b5692dbdcd6e
Top answer 1 of 2
1
Cool, question. Can you use it to login to accounts and interact with Elements?
2 of 2
1
Hey mate, any idea how to run a puppeteer MCP and have it launch a new instance with userDataDir set to an existing user of the system (so all data like log ins are used instead of a new instance)?
Puppeteer
pptr.dev
Puppeteer | Puppeteer
Puppeteer is a JavaScript library which provides a high-level API to control Chrome or Firefox over the DevTools Protocol or WebDriver BiDi.
PulseMCP
pulsemcp.com โบ servers โบ twolven-puppeteer
Puppeteer Browser Automation MCP Server by Todd Wolven | PulseMCP
MCP (Model Context Protocol) Server. Integrates with Puppeteer to provide browser automation capabilities for web navigation, interaction, and data extraction.
Hacker News
news.ycombinator.com โบ item
The Puppeteer MCP server doesn't work well because it requires CSS selectors to ... | Hacker News
April 7, 2025 - The Playwright MCP server is great! Currently Browser MCP is largely an adaptation of the Playwright MCP server to use with your actual browser rather than creating a new one each time. This allows you to reuse your existing Chrome profile so that you don't need to log in to each service all ...