Jboner-Corvus/Browser-Manager-MCP-Server
If you are the rightful owner of Browser-Manager-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.
Browser Manager MCP Server is a specialized server for managing and automating web browsers using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
launch_browser
Launches a new browser instance.
list_browsers
Lists all browsers managed by the server.
detect_open_browsers
Detects open browsers on the system.
close_browser
Closes a browser and cleans up associated contexts and pages.
list_tabs
Lists open tabs in the current context.
select_tab
Selects a tab as active.
new_tab
Opens a new tab in the current context.
close_tab
Closes a tab, defaulting to the active one.
navigate
Navigates to a URL in the active tab.
click
Clicks on an element via CSS selector.
type_text
Fills a form field with text.
wait_for
Waits for text to appear or a delay in seconds.
screenshot
Takes a screenshot of the page.
get_html
Retrieves the HTML content of the page.
get_console_logs
Retrieves developer console messages.
evaluate_script
Executes custom JavaScript code in the page.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client