Selenium MCP
Rank #15,236io.github.pshivapr/selenium-mcp
MCP server providing selenium-mcp capabilities
Selenium MCP is a Model Context Protocol (MCP) server published by pshivapr. It ranks #15,236 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Selenium MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Aug 22, 2025 and most recently updated on Oct 12, 2025.
Ranks ahead of 116,810 of 132,046 servers on MCP Toplist.
Use Selenium MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add selenium-mcp -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y selenium-webdriver-mcpReplace each placeholder with your own value before saving.
[mcp_servers.selenium-mcp]
command = "npx"
args = ["-y", "selenium-webdriver-mcp"]
[mcp_servers.selenium-mcp.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selenium-mcp": {
"command": "npx",
"args": [
"-y",
"selenium-webdriver-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selenium-mcp": {
"command": "npx",
"args": [
"-y",
"selenium-webdriver-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"selenium-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"selenium-webdriver-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selenium-mcp": {
"command": "npx",
"args": [
"-y",
"selenium-webdriver-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selenium-mcp": {
"command": "npx",
"args": [
"-y",
"selenium-webdriver-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pshivapr%2Fselenium-mcp)<a href="https://mcptoplist.com/server/io.github.pshivapr%2Fselenium-mcp"><img src="https://mcptoplist.com/badge/io.github.pshivapr%2Fselenium-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pshivapr
Available versions (7)
| Version | Published |
|---|---|
| 0.4.6 | Oct 12, 2025 |
| 0.4.3 | Oct 12, 2025 |
| 0.4.2 | Oct 12, 2025 |
| 0.4.1 | Sep 11, 2025 |
| 0.3.9 | Sep 9, 2025 |
| 0.3.8 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Selenium MCP?
- Selenium MCP is maintained by pshivapr, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Selenium MCP listed on the Official MCP Registry?
- Yes — Selenium MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Selenium MCP have?
- MCP Toplist tracks 7 versions of Selenium MCP, most recently published on Oct 12, 2025.
- Where can I find the source code for Selenium MCP?
- The source code for Selenium MCP is hosted at github.com/pshivapr/selenium-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.