mcpbeat Sign in

Apple Files MCP Server

local only

Apple Files runs on your own machine — the client starts it, so there is no endpoint to ping. 163 installs a week from pypi. Last commit 21 Aug 2026.

Inspect and manage local files and folders inside allowed roots on macOS.

Installs per day peak 763 · avg 69 · -32% w/w
a month agotoday
163
Installs / week
pypi · apple-files-mcp
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple Files every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-files-mcp -- uvx apple-files-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-files-mcp": {
      "args": [
        "apple-files-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-files-mcp]
command = "uvx"
args = ["apple-files-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-files-mcp": {
      "args": [
        "apple-files-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-files-mcp": {
      "args": [
        "apple-files-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple Files

same job, measured the same way
Apple Shortcuts
by jonathanrreed

List, inspect, and run Apple Shortcuts on macOS.

141 installs/wk local only
Apple Productivity MCP
by gambadio

On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.

54 installs/wk local only
Google Drive
by domdomegg

Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.

238 installs/wk local only
Apple Contacts
by jonathanrreed

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

165 installs/wk local only
Apple Notes
by jonathanrreed

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

148 installs/wk local only
Apple Reminders
by jonathanrreed

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

148 installs/wk local only
Remindersmcp
by aernouddekker

MCP server for macOS Reminders.app — list and reminder management via AppleScript

27 installs/wk local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

86 installs/wk local only

Apple Files — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Files?
Apple Files runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apple-files-mcp was installed 163 times last week.
How do I connect Apple Files?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-files-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple Files?
The pypi package apple-files-mcp was installed 163 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Files open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.