Skip to content
VS Code

selenium mcp for VS Code

io.github.gaforov/selenium-mcp

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

client:VS Code transport:stdio runtime:npm

Install selenium mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "selenium-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gaforov/selenium-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

selenium mcp in other clients