Skip to main content
Glama

MCP Safari Server

by stevenayl
MIT License
1
  • Apple

scroll_to

Scroll to a specific element or position in Safari using a CSS selector or X/Y coordinates, with configurable scroll behavior for web automation, testing, and debugging purposes.

Instructions

Scroll to a specific element or position

Input Schema

NameRequiredDescriptionDefault
behaviorNoScroll behavior
selectorNoCSS selector to scroll to
xNoX coordinate to scroll to
yNoY coordinate to scroll to

Input Schema (JSON Schema)

{ "properties": { "behavior": { "description": "Scroll behavior", "enum": [ "auto", "smooth" ], "type": "string" }, "selector": { "description": "CSS selector to scroll to", "type": "string" }, "x": { "description": "X coordinate to scroll to", "type": "number" }, "y": { "description": "Y coordinate to scroll to", "type": "number" } }, "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