RadarBrowser & automation
Puppeteer
Browser & automation · MCP Server
About Puppeteer
A reference server for browser automation via Puppeteer, letting an assistant navigate pages, fill forms, and capture content.
Automate a headless Chrome browser.
CategoryBrowser & automation
TypeMCP Server
SourceOfficial
WebsiteInstalling Puppeteer
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained. Playwright MCP is the maintained alternative.
Claude Code
claude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteer
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-puppeteer"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.