Apple Safari for Cline
io.github.mgcrea/mcp-apple-safari
Read and act on Safari — history, tabs and reading list, writes off by default
client:Cline
transport:stdio
runtime:npm
Install Apple Safari in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-apple-safari": {
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-safari"
],
"env": {
"APPLE_SAFARI_ALLOW_WRITES": "<APPLE_SAFARI_ALLOW_WRITES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs