What is the Apple Files MCP server?
Inspect and manage local files and folders inside allowed roots on macOS.
How to install Apple Files
Copy-paste configuration for popular MCP clients.
APPLE_FILES_MCP_SAFETY_MODESafety mode for file operations: safe_readonly, safe_manage, or full_access.
APPLE_FILES_MCP_ALLOWED_ROOTSComma-separated directories the server may access. Defaults to Desktop, Documents, Downloads, and iCloud Drive.
{
"mcpServers": {
"apple-files-mcp": {
"command": "uvx",
"args": [
"apple-files-mcp"
],
"env": {
"APPLE_FILES_MCP_SAFETY_MODE": "<YOUR_APPLE_FILES_MCP_SAFETY_MODE>",
"APPLE_FILES_MCP_ALLOWED_ROOTS": "<YOUR_APPLE_FILES_MCP_ALLOWED_ROOTS>"
}
}
}
}{
"mcpServers": {
"apple-files-mcp": {
"command": "uvx",
"args": [
"apple-files-mcp"
],
"env": {
"APPLE_FILES_MCP_SAFETY_MODE": "<YOUR_APPLE_FILES_MCP_SAFETY_MODE>",
"APPLE_FILES_MCP_ALLOWED_ROOTS": "<YOUR_APPLE_FILES_MCP_ALLOWED_ROOTS>"
}
}
}
}{
"mcpServers": {
"apple-files-mcp": {
"command": "uvx",
"args": [
"apple-files-mcp"
],
"env": {
"APPLE_FILES_MCP_SAFETY_MODE": "<YOUR_APPLE_FILES_MCP_SAFETY_MODE>",
"APPLE_FILES_MCP_ALLOWED_ROOTS": "<YOUR_APPLE_FILES_MCP_ALLOWED_ROOTS>"
}
}
}
}{
"servers": {
"apple-files-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-files-mcp"
],
"env": {
"APPLE_FILES_MCP_SAFETY_MODE": "<YOUR_APPLE_FILES_MCP_SAFETY_MODE>",
"APPLE_FILES_MCP_ALLOWED_ROOTS": "<YOUR_APPLE_FILES_MCP_ALLOWED_ROOTS>"
}
}
}
}claude mcp add apple-files-mcp --env APPLE_FILES_MCP_SAFETY_MODE=<YOUR_APPLE_FILES_MCP_SAFETY_MODE> --env APPLE_FILES_MCP_ALLOWED_ROOTS=<YOUR_APPLE_FILES_MCP_ALLOWED_ROOTS> -- uvx apple-files-mcpRelated MCP servers
Apple Calendar
List, create, update, and delete events in Apple Calendar on macOS.
Apple Contacts
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
Apple Maps
Search places, estimate routes, and build Apple Maps links on macOS.
Apple Mail
Read, search, compose, and send emails via Apple Mail on macOS.
Apple Notes
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
Apple Reminders
List, create, update, complete, and delete reminders in Apple Reminders on macOS.