stevenayl/mcp-safari-server
If you are the rightful owner of mcp-safari-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.
A Model Context Protocol (MCP) server that provides programmatic control of Safari browser on macOS, ideal for web automation, testing, and debugging with AI assistants like Claude.
Tools
Functions exposed to the LLM to take actions
navigate
Navigate Safari to a URL
execute_script
Execute JavaScript in the current page
get_page_info
Get information about the current page
take_screenshot
Take a screenshot of the current Safari window
get_console_logs
Retrieve console logs from the page
refresh_page
Refresh the current page
go_back
Navigate to the previous page
go_forward
Navigate to the next page
start_error_monitoring
Start monitoring JavaScript errors
stop_error_monitoring
Stop error monitoring
click_element
Click on an element in the page
type_text
Type text into an input field
scroll_to
Scroll to an element or position
select_option
Select an option from a dropdown
get_element_text
Get the text content of an element
wait_for_element
Wait for an element to appear
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client