MCP Server
MCP
Apple Files
Inspect and manage local files and folders inside allowed roots on macOS.
Install
uvx apple-files-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "apple-files-mcp",
"version": "1.0.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Safety mode for file operations: safe_readonly, safe_manage, or full_access.",
"format": "string",
"default": "safe_manage",
"choices": [
"safe_readonly",
"safe_manage",
"full_access"
],
"name": "APPLE_FILES_MCP_SAFETY_MODE"
},
{
"description": "Comma-separated directories the server may access. Defaults to Desktop, Documents, Downloads, and iCloud Drive.",
"format": "string",
"placeholder": "~/Desktop,~/Documents,~/Downloads",
"name": "APPLE_FILES_MCP_ALLOWED_ROOTS"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/JonathanRReed/Apple-MCPs/releases/download/v1.0.2/apple-files-1.0.2.mcpb",
"version": "1.0.2",
"fileSha256": "52f05687fdbeafd64f44d4ef8d3f6e16c30cbd28a7b6f810a61d4df9b4686176",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
pypi
mcpb
By
Comments
Sign in to leave a comment