Apple Files for Grok
io.github.jonathanrreed/apple-files-mcp
Inspect and manage local files and folders inside allowed roots on macOS.
client:Grok
transport:stdio
runtime:pypi
Install Apple Files in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"apple-files-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-files-mcp"
],
"env": {
"APPLE_FILES_MCP_SAFETY_MODE": "<APPLE_FILES_MCP_SAFETY_MODE>",
"APPLE_FILES_MCP_ALLOWED_ROOTS": "<APPLE_FILES_MCP_ALLOWED_ROOTS>"
}
}
}
}
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