Apple Files for Windsurf
io.github.jonathanrreed/apple-files-mcp
Inspect and manage local files and folders inside allowed roots on macOS.
client:Windsurf
transport:stdio
runtime:pypi
Install Apple Files in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"apple-files-mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs