mcp
mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp 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 MCP is a model context protocol server and Chrome extension designed to automate your browser using AI applications.
browser_navigate
Navigate to a URL
Try it
Result:
browser_go_back
Go back to the previous page
Try it
Result:
browser_go_forward
Go forward to the next page
Try it
Result:
browser_snapshot
Capture accessibility snapshot of the current page. Use this for getting references to elements to interact with.
Try it
Result:
browser_click
Perform click on a web page
Try it
Result:
browser_hover
Hover over element on page
Try it
Result:
browser_type
Type text into editable element
Try it
Result:
browser_select_option
Select an option in a dropdown
Try it
Result:
browser_press_key
Press a key on the keyboard
Try it
Result:
browser_wait
Wait for a specified time in seconds
Try it
Result:
browser_get_console_logs
Get the console logs from the browser
Try it
Result:
browser_screenshot
Take a screenshot of the current page