Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| navigate | Navigate Safari to a specific URL |
| execute_script | Execute JavaScript in the current Safari page |
| get_page_info | Get information about the current page (URL, title, etc.) |
| take_screenshot | Take a screenshot of the current Safari window |
| get_console_logs | Get console logs from the current page |
| refresh_page | Refresh the current Safari page |
| go_back | Navigate back in Safari history |
| go_forward | Navigate forward in Safari history |
| start_error_monitoring | Start monitoring Safari for JavaScript errors and optionally send them to Claude Code |
| stop_error_monitoring | Stop monitoring Safari for JavaScript errors |
| click_element | Click on an element in the page using CSS selector |
| type_text | Type text into an input element |
| scroll_to | Scroll to a specific 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 on the page |