MCP.so
Sign In

Selenium MCP

@gaforov

About Selenium MCP

Selenium MCP server for AI agents — 39 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.

Basic information

Category

Browser Automation

License

MIT

Runtime

node

Publisher

gaforov

Submitted by

Said

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "selenium": {
      "command": "npx",
      "args": [
        "-y",
        "@gaforov/selenium-mcp@latest"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Selenium?

Selenium MCP server for AI agents — 38 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.

How to use Selenium?

The README includes setup instructions such as claude mcp add selenium -- npx -y @gaforov/selenium-mcp@latest.

Key features of Selenium

  • Node.js 20+
  • Chrome, Firefox, or Edge installed (Selenium Manager provisions the matching driver automatically)
  • Selector hints — persist working locators per domain so repeat automations get faster and more reliable over time
  • Batched execution — batch_execute runs constrained multi-step sequences in a single tool call, cutting round-trips
  • Multi-session — create, select, list, and destroy parallel browser sessions

Use cases of Selenium

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Selenium

Where is the source code for Selenium?

The source code is linked from the repository URL on this page.

Does Selenium include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Browser Automation MCP servers