
selenium_mcp
MCP tools build using selenium to automate web testing or scraping
Bridges AI assistants with Selenium WebDriver to enable web automation, testing, and scraping through comprehensive browser control tools.
About selenium_mcp
selenium_mcp is a community-built MCP server published by amandeep-sg that provides AI assistants with tools and capabilities via the Model Context Protocol. MCP tools build using selenium to automate web testing or scraping It is categorized under productivity. This server exposes 20 tools that AI clients can invoke during conversations and coding sessions.
How to install
You can install selenium_mcp in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
selenium_mcp is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Tools (20)
Create a new selenium webdriver session
Quit existing webdriver session
Navigate browser to a specific URL
Perform left click, right click, or double click on elements
Input text into form fields and elements
Selenium_MCP
This server is implemented in python to bridge the gap between the AI Assistant or (custom MCP clients) and Selenium Webdrivers. It exposes selenium webdriver functionalities as MCP tools allowing AI assistanct/MCP clients to user them to perform task for web automation, web testing or web scraping.
Release Notes
Version 2.0.0 - Release 4 April 2026
In this version, we have done some structural changes like seperating functions into save and get. Now save is just focused on saving files on the disk. And get is where LLM wants to get the data from the browser.
Following are the list of enhancements:
- Get: To get webpage as markdown, html, screenshot, element's screenshot, list of urls
- JS Executor: To execute javascript code for interacting with the webpage
- Files: To upload and download files
- Alerts: To handle alerts
- Click: Added drag and drop of elements by xpath
- File: To save webpage as pdf on disk
Version 1.0.0 - Release 31 March 2026
- Web Driver: Create new or quit exiting webdiver sessions
- Cookies: To manage cookies (add, delete, get, clear)
- Clicks: To perform clicks on elements (left client, right click, double click)
- Browser: To navigate urls and manage browser capabilities like resize, maximize, minimize, fullscreen, etc.
- Scroll: To scroll the entire webpage
- Input: Input text into elements and select/unselect checkbox, radio buttons, dropdowns options, etc.
- Find: To find element by xPaths
Key Features
- Humanised error handleing, enables LLM to intreperate errors and reconfigure tool usage accordingly
- Comprehensive element interaction: Clicks, input, select are performed by checking if element is visible, enabled, clickable, etc
- Full Navigation control: Open New url, click forward, backward, refresh, etc
The tools leverages following technologies to support
- FastMCP: For MCP server implementation
- Selenium: For web automation
- Google GenAI: For AI assistant
Upcomming
Following are the list of features that will be added in the future:
- Tools to support Chrome Dev Tools & BiDi
- Enhance save functionality to save files in different formats
Example
Prompt: "Open https://rfpnotification.com and join the waiting list by entering the email address: [[email protected]]"
| Before | After |
|---|---|
![]() | ![]() |
After running the script, the browser took the screenshot to check if the email was entered successfully.

Test In Action

Dev Setup
Clone the repository
git clone {url}
Create virtual environment
python3 -m venv venv
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Run the server
python server.py
The package comes with a lightweight MCP client using Google GenAI SDK to test the server. It is implemented in server.py file. To use it, you need to have a Google GenAI API key. Set it in the .env file as GEMINI_API_KEY={your_api_key}.
Run the client
python server.py
Alternatives
Related Skills
Browse all skillsLeveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.
Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.
This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.
Boost your productivity with automated task management
Optimize local development workflow with Cursor. Triggers on "cursor workflow", "cursor development loop", "cursor productivity", "cursor daily workflow". Use when working with cursor local dev loop functionality. Trigger with phrases like "cursor local dev loop", "cursor loop", "cursor".

