Odel
Safari DevTools MCP

Safari DevTools MCP

Local
@hayodev2TypeScriptMITUpdated 4mo ago

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsafari-devtools-mcpv1.8.1

Run

npx -y safari-devtools-mcp

MCP client config

{
  "mcpServers": {
    "safari-devtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "safari-devtools-mcp"
      ]
    }
  }
}