Skip to main content
Glama
hrmeetsingh

MCP Browser Automation Server

by hrmeetsingh

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
playwright_navigateC

Navigate to a URL

playwright_screenshotC

Take a screenshot of the current page or a specific element

playwright_clickC

Click an element on the page

playwright_fillC

fill out an input field

playwright_selectC

Select an element on the page with Select tag

playwright_hoverC

Hover an element on the page

playwright_evaluateC

Execute JavaScript in the browser console

playwright_getC

Perform an HTTP GET request

playwright_postC

Perform an HTTP POST request

playwright_putC

Perform an HTTP PUT request

playwright_patchC

Perform an HTTP PATCH request

playwright_deleteC

Perform an HTTP DELETE request

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.2/5.0

Scored across 12 tools

Disambiguation4/5

Most tools have distinct purposes, but there is some potential confusion between playwright_click and playwright_select, as both involve interacting with page elements. The HTTP methods (GET, POST, PUT, PATCH, DELETE) are clearly differentiated, and other tools like navigate, screenshot, and evaluate have unique functions.

Naming Consistency5/5

All tools follow a consistent 'playwright_verb' naming pattern, using snake_case throughout. This predictability makes it easy for agents to understand and use the toolset without confusion about naming conventions.

Tool Count5/5

With 12 tools, this server is well-scoped for browser automation, covering essential actions like navigation, interaction, HTTP requests, and debugging. Each tool serves a clear purpose, and the count aligns with the domain's complexity without being overwhelming.

Completeness4/5

The toolset provides strong coverage for core browser automation tasks, including navigation, element interaction, HTTP methods, and screenshots. A minor gap is the lack of tools for handling browser contexts, tabs, or more advanced JavaScript execution, but agents can still accomplish most workflows effectively.

Maintenance

ActivityInactive
ResponsivenessUnresponsive