selenium-mcp-server

harshach9515/selenium-mcp-server
★ 1 stars TypeScript 🌐 Browser/Web Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "selenium-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "harshach9515/selenium-mcp-server"
      ]
    }
  }
}

README Excerpt

A lightweight MCP (Model Context Protocol) server that enables Large Language Models (LLMs) to interact with real web applications using Selenium. --- This project bridges the gap between LLMs and browser automation by exposing Selenium capabilities as structured tools. Instead of writing traditional automation scripts, LLMs can trigger browser actions through a standardized interface.