Skip to main content
Glama

Safari MCP Server

by lxman

safari_start_session

Initiate a Safari automation session with Web Inspector and timeline profiling options for debugging and monitoring browser activity.

Instructions

Start a new Safari automation session with dev tools access

Input Schema

NameRequiredDescriptionDefault
optionsNo
sessionIdYesUnique session identifier

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "enableInspection": { "description": "Enable Web Inspector for debugging", "type": "boolean" }, "enableProfiling": { "description": "Enable timeline profiling", "type": "boolean" }, "usesTechnologyPreview": { "description": "Use Safari Technology Preview", "type": "boolean" } }, "type": "object" }, "sessionId": { "description": "Unique session identifier", "type": "string" } }, "required": [ "sessionId" ], "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/lxman/safari-mcp-server'

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