Skip to main content
Glama
cploujoux

Puppeteer MCP Server

by cploujoux

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Browser console logs

TDQS

B3.4/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. Click, fill, hover, navigate, screenshot, evaluate, and select all target different browser automation actions with no overlap in functionality.

Naming Consistency5/5

All tools follow a perfect verb_noun pattern with consistent 'puppeteer_' prefix and snake_case naming. The naming convention is predictable and readable throughout the entire set.

Tool Count5/5

Seven tools is an excellent number for a browser automation server - enough to cover essential interactions without being overwhelming. Each tool serves a distinct, valuable purpose in the Puppeteer domain.

Completeness4/5

The toolset covers most essential browser automation operations including navigation, interaction, evaluation, and capture. A minor gap exists in text extraction/reading capabilities, but core workflows are well-supported for a basic Puppeteer interface.

Maintenance

ActivityInactive
ResponsivenessNo issues