Описание
Local macOS MCP server and setup app for Apple apps
README
Apple MCP
Apple MCP is a local macOS app and MCP server for giving AI tools controlled access to Apple apps.
It includes a SwiftUI setup app for permissions and client configuration, plus a TypeScript stdio MCP server for clients like Codex, Claude Code, Claude Desktop, Raycast, and any other MCP-compatible app.
Features
- Native macOS setup app with integration toggles and permission status.
- Calendar and Reminders access through EventKit.
- Notes, Mail, Music, and Shortcuts adapters through local macOS automation surfaces.
- Local MCP server over stdio.
- Client setup helpers for Codex and Claude.
- Safety guardrails for risky actions like sending mail, running shortcuts, and completing reminders.
MCP Tools
Apple MCP exposes these tools:
apple_permissions_statusapple_request_permissioncalendar_list_eventscalendar_create_eventreminders_listreminders_createreminders_completenotes_searchnotes_readnotes_createmail_searchmail_readmail_create_draftmail_send_draftshortcuts_listshortcuts_runmusic_searchmusic_playmusic_pause
Risky tools require confirm: true and a short reason.
Download
Prebuilt releases are available on the Releases page.
The app is signed with a Developer ID certificate and notarized by Apple, so it opens normally with no Gatekeeper warnings — just drag Apple MCP to your Applications folder.
Requirements
- macOS 26 or newer
- Xcode command line tools / Swift toolchain
- Node.js 20 or newer
- npm
Build And Run
npm install
npm run build
swift build
./script/build_and_run.sh
The app stores local preferences at:
~/.apple-apps-mcp/config.json
Run The MCP Server
npm run dev:mcp
After building, you can register the server manually:
codex mcp add apple-apps -- node /absolute/path/to/dist/mcp/index.js
claude mcp add apple-apps -- node /absolute/path/to/dist/mcp/index.js
The setup app can also write or show client config for supported AI apps.
Permissions
Calendar and Reminders use native EventKit permissions. The setup app owns the foreground permission prompt and runs a localhost-only EventKit bridge so MCP calls share the approved app context.
Notes, Mail, Music, and Shortcuts may trigger macOS Automation prompts on first use.
Development
npm test
npm run build
swift build
./script/build_and_run.sh --verify
The Codex app Run button is wired through:
.codex/environments/environment.toml
Установка Apple Apps
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/0xatrilla/Apple-MCPFAQ
Apple Apps MCP бесплатный?
Да, Apple Apps MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Apple Apps?
Нет, Apple Apps работает без API-ключей и переменных окружения.
Apple Apps — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Apple Apps в Claude Desktop, Claude Code или Cursor?
Открой Apple Apps на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Apple Apps with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
