Safari DevTools MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 135 installs a week from npm. Last commit 13 Apr 2026.
MCP server for Safari DevTools — browser debugging and automation for AI coding agents
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add safari-devtools-mcp -- npx -y safari-devtools-mcp
{
"mcpServers": {
"safari-devtools-mcp": {
"args": [
"-y",
"safari-devtools-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.safari-devtools-mcp]
command = "npx"
args = ["-y", "safari-devtools-mcp"]
{
"mcpServers": {
"safari-devtools-mcp": {
"args": [
"-y",
"safari-devtools-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"safari-devtools-mcp": {
"args": [
"-y",
"safari-devtools-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.