Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

click_element

Automate web interactions by clicking specific elements using CSS selectors. Ideal for testing, debugging, and browser automation tasks in Safari on macOS.

Instructions

Click on an element in the page using CSS selector

Input Schema

NameRequiredDescriptionDefault
selectorYesCSS selector for the element to click
waitForNavigationNoWait for page navigation after click

Input Schema (JSON Schema)

{ "properties": { "selector": { "description": "CSS selector for the element to click", "type": "string" }, "waitForNavigation": { "description": "Wait for page navigation after click", "type": "boolean" } }, "required": [ "selector" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevenayl/mcp-safari-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server