decordoba/Selenium-MCP-server
3.2
If you are the rightful owner of Selenium-MCP-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Selenium MCP Server is a Model Context Protocol server that provides selenium capabilities, allowing LLMs to interact with web pages through a Chrome browser.
Tools
Functions exposed to the LLM to take actions
go_to
Navigate the browser to a specific URL.
click
Click an element by locator.
type_text
Type text into an input field.
get_page_summary
Get a summary of the current page, including forms, buttons, links, and text elements.
take_screenshot_as_base64
Take a screenshot of the current page and return it as a base64-encoded string.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client