Skip to content

citrolabs/safari-browser-use

v0.1.2-20260904MIT

Control the user's existing Safari 26 session with agent-written JavaScript.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

safari-browser-usestdio
{
  "type": "stdio",
  "command": "osascript",
  "args": [
    "-l",
    "JavaScript",
    "${PLUGIN_ROOT}/skills/control-safari/scripts/runtime/safari-repl.jxa.js"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "safari-browser-use",
  "version": "0.1.2-20260904",
  "description": "Control the user's existing Safari 26 session with agent-written JavaScript.",
  "author": {
    "name": "CitroLabs",
    "url": "https://github.com/citrolabs"
  },
  "homepage": "https://github.com/citrolabs/safari-browser-use",
  "repository": "https://github.com/citrolabs/safari-browser-use",
  "license": "MIT",
  "keywords": [
    "safari",
    "browser",
    "browser-automation",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2JavaScript files
  • openai.yaml
  • LICENSE
View on GitHub