Puppeteer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| puppeteer_connect_active_tabB | Connect to an existing Chrome instance with remote debugging enabled |
| puppeteer_navigateB | Navigate to a URL |
| puppeteer_screenshotB | Take a screenshot of the current page or a specific element |
| puppeteer_clickC | Click an element on the page |
| puppeteer_fillC | Fill out an input field |
| puppeteer_selectC | Select an element on the page with Select tag |
| puppeteer_hoverC | Hover an element on the page |
| puppeteer_evaluateB | Execute JavaScript in the browser console |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Browser console logs |
TDQS
Scored across 8 tools
Each tool has a distinct purpose: clicking, filling, hovering, navigating, etc. No two tools overlap in functionality, so an agent can clearly differentiate them.
All tools follow a consistent 'puppeteer_<action>' naming pattern, with verbs like click, fill, hover, navigate, etc. This predictable pattern aids agent selection.
With 8 tools covering essential browser automation actions (navigate, click, fill, screenshot, etc.), the count is well-scoped for the server's purpose.
The tool set covers common actions but lacks some operations like getting current URL/title, waiting for elements, or handling popups. These are minor gaps for basic automation.