Apple Safari for Grok
io.github.mgcrea/mcp-apple-safari
Read and act on Safari — history, tabs and reading list, writes off by default
client:Grok
transport:stdio
runtime:npm
Install Apple Safari in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-apple-safari": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mgcrea/mcp-apple-safari"
],
"env": {
"APPLE_SAFARI_ALLOW_WRITES": "<APPLE_SAFARI_ALLOW_WRITES>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs