Selenium MCP ServerServer

themindmod
GitHub
Browser AutomationWeb ScrapingTesting Tools

💡 Description

A server that enables AI agents to control web browser sessions using Selenium WebDriver, allowing tasks like web scraping, automated testing, and form filling through Model Context Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "selenium-mcp-server": {
        "args": [
          "/path/to/selenium-mcp-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

selenium_navigateselenium_findElementselenium_clickselenium_sendKeysselenium_getPageSource

Features

  • Automated browsing
  • Web scraping
  • Form filling