Skip to main content
Glama
zulfiqar90

Selenium MCP Server

by zulfiqar90

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
navigateA

Navigate to a URL in the browser

clickB

Click on an element by CSS selector

typeB

Type text into an element by CSS selector

get_textB

Get text content of an element by CSS selector

wait_for_elementB

Wait for an element to be present by CSS selector

screenshotB

Take a screenshot of the current page

get_titleA

Get the title of the current page

get_urlA

Get the current URL

execute_scriptC

Execute JavaScript in the browser

close_browserB

Close the browser session

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct action (click, navigate, type, screenshot, etc.) with no overlap. Even CSS-selector-based tools like click, get_text, type, and wait_for_element are clearly separated by their operation.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (e.g., close_browser, execute_script, wait_for_element). The naming is predictable and easy to understand.

Tool Count5/5

With 10 tools, the set covers essential browser automation actions without being bloated. Each tool earns its place, and the count is appropriate for the domain.

Completeness4/5

The tools cover core browsing tasks (navigation, interaction, script execution, screenshots, session control). Minor gaps exist, such as retrieving element attributes or handling alerts, but the surface is largely complete for common workflows.

Maintenance

ActivityStale
ResponsivenessNo issues