Selenium MCP
@gaforov
关于 Selenium MCP
Selenium MCP server for AI agents — 39 browser automation tools with page snapshots, selector hints, multi-session, and batched execution.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"selenium": {
"command": "npx",
"args": [
"-y",
"@gaforov/selenium-mcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
浏览器自动化 分类下的更多 MCP 服务器
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
playwright-server MCP server
blackwhite084Playwright Mcp
microsoftPlaywright MCP server
评论