Safari MCP
Rank #373io.github.achiya-automation/safari-mcp
Native Safari browser automation for AI agents — 97 tools, zero Chrome overhead.
Safari MCP is a Model Context Protocol (MCP) server published by achiya-automation. It ranks #373 of 115,591 servers tracked on MCP Toplist, and its repository has 177 GitHub stars. Safari MCP is listed across 5 registries — Official MCP, PulseMCP, Glama, Smithery and mcp.so, with 28 tracked versions. It was first listed on Mar 18, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 115,218 of 115,591 servers on MCP Toplist.
Use Safari MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add safari-mcp -- npx -y safari-mcp[mcp_servers.safari-mcp]
command = "npx"
args = ["-y", "safari-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"safari-mcp": {
"command": "npx",
"args": [
"-y",
"safari-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"safari-mcp": {
"command": "npx",
"args": [
"-y",
"safari-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"safari-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"safari-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"safari-mcp": {
"command": "npx",
"args": [
"-y",
"safari-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"safari-mcp": {
"command": "npx",
"args": [
"-y",
"safari-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.achiya-automation%2Fsafari-mcp)<a href="https://mcptoplist.com/server/io.github.achiya-automation%2Fsafari-mcp"><img src="https://mcptoplist.com/badge/io.github.achiya-automation%2Fsafari-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
achiya-automation
Available versions (28)
| Version | Published |
|---|---|
| 2.17.0 | Aug 28, 2026 |
| 2.16.3 | Aug 23, 2026 |
| 2.16.2 | Aug 20, 2026 |
| 2.16.1 | Aug 18, 2026 |
| 2.16.0 | Aug 14, 2026 |
| 2.15.12 | Aug 5, 2026 |
| 2.15.11 | Jul 29, 2026 |
| 2.15.10 | Jul 28, 2026 |
| 2.15.8 | Jul 26, 2026 |
| 2.15.7 | Jul 24, 2026 |
| 2.11.3 | May 21, 2026 |
| 2.10.10 | May 17, 2026 |
| 2.10.7 | May 14, 2026 |
| 2.10.5 | May 12, 2026 |
| 2.9.3 | Apr 27, 2026 |
| 2.8.4 | Apr 16, 2026 |
| 2.8.3 | Apr 14, 2026 |
| 2.8.2 | Apr 14, 2026 |
| 2.8.1 | Apr 14, 2026 |
| 2.7.6 | Apr 2, 2026 |
| 2.7.4 | Apr 2, 2026 |
| 2.7.3 | Apr 1, 2026 |
| 2.6.1 | Mar 31, 2026 |
| 2.5.3 | Mar 31, 2026 |
| 2.3.0 | Mar 30, 2026 |
| 2.2.0 | Mar 30, 2026 |
| 2.1.1 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Safari MCP?
- Safari MCP is maintained by achiya-automation, which publishes 1 MCP server (28 total versions) tracked on MCP Toplist.
- Is Safari MCP listed on the Official MCP Registry?
- Yes — Safari MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama, Smithery and mcp.so.
- How many versions does Safari MCP have?
- MCP Toplist tracks 28 versions of Safari MCP, most recently published on Aug 28, 2026.
- Where can I find the source code for Safari MCP?
- The source code for Safari MCP is hosted at github.com/achiya-automation/safari-mcp.