Nico Apple MCP
Provides tools to interact with Apple Calendar, Notes, and Contacts on macOS, allowing creation, reading, updating, and deletion of events, notes, and contacts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nico Apple MCPCreate a calendar event tomorrow at 2pm for 'Dentist appointment'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nico Apple MCP
Local Apple Calendar, Notes, and Contacts tools for Claude Code, Codex, and other AI assistants on macOS.
Nico Apple MCP lets an AI assistant use the Apple apps already on your Mac.
It connects Claude Code, Codex, or another MCP client to:
Apple Calendar
Apple Notes
Apple Contacts
a
doctorcheck that tells you whether the setup is healthy
You install it once, register one MCP server, approve the normal macOS privacy prompts, and then your assistant can help with calendar events, notes, and contacts from your local machine.
MCP is the tool/plugin connection used by assistants like Claude Code and Codex. In practice, Nico Apple MCP is the bridge between your assistant and your Apple apps.
What It Can Do
Calendar:
list your calendars
search events by date range
create events
update events
delete events
use event IDs so common titles like "Lunch" or "Call" do not hit the wrong event
Notes:
list folders and notes
read and search notes
create, append, move, update, and delete notes
Contacts:
list and search contacts
read contact details
create, update, and delete contacts
Diagnostics:
run
doctorto confirm Bun, AppleScript, the Calendar helper, Calendar access, Notes access, and Contacts access are working.
Related MCP server: Apple EventKit MCP Server
Install
git clone https://github.com/proxynico/nico-apple-mcp.git
cd nico-apple-mcp
bun install
bun run build:swiftbun run build:swift creates the small signed Nico Apple MCP Calendar Helper app that macOS uses for Calendar permission.
Register With Claude Code
claude mcp add --scope user nico-apple-mcp -- bun run /path/to/nico-apple-mcp/src/index.ts
claude mcp get nico-apple-mcpRestart Claude Code after registering or updating Nico Apple MCP.
Register With Codex
codex mcp add nico-apple-mcp -- bun run /path/to/nico-apple-mcp/src/index.ts
codex mcp listRestart Codex after registering or updating Nico Apple MCP.
Approve macOS Permissions
macOS controls access to Calendar, Notes, and Contacts. Nico Apple MCP cannot bypass those prompts, and that is a good thing.
After registration, ask your assistant to run:
doctorThen try a harmless Calendar read:
calendar_list_calendarsIf macOS asks for Calendar access, approve it.
If no prompt appears, open:
System Settings > Privacy & Security > CalendarsMake sure NicoAppleMCPCalendarHelper is enabled with Full Access.
For Notes and Contacts, use:
System Settings > Privacy & Security > AutomationAllow your MCP client or terminal app to control Notes and Contacts if macOS asks.
Check That It Works
From your assistant, run:
doctorA healthy setup looks like this:
OK bun
OK osascript
OK Notes automation
OK Contacts automation
OK calendar helper
calendar authorization: authorized
OK calendar permission: grantedThen try:
calendar_list_calendars
notes_list_folders
contacts_listIf those work, Nico Apple MCP is ready.
Using Records Safely
Calendar search returns an eventId. Use that eventId when updating or deleting events.
That is safer than updating by title alone, because many calendars have repeated titles like "Meeting", "Lunch", or "Call".
Example flow:
Search for events in a date range.
Pick the right event from the results.
Use its
eventIdto update or delete it.
Mutating Calendar, Notes, and Contacts tools also support dryRun: true where available, so your assistant can preview the action before changing anything.
Notes and Contacts list/search results also include stable IDs. Prefer noteId and contactId for read, update, move, append, and delete operations. Exact title/name targeting remains available as a fallback, but duplicate titles or names are rejected rather than guessed.
Dates
Use ISO-style dates:
2026-05-12
2026-05-12T10:30:00
2026-05-12T10:30:00Z
2026-05-12T10:30:00+02:00Date-only values mean local midnight on your Mac.
Troubleshooting
Run doctor first. It is the fastest way to see what is broken.
If Calendar says notDetermined or denied:
run
calendar_list_calendarsapprove the prompt if it appears
check that NicoAppleMCPCalendarHelper is enabled in Calendar privacy settings
restart the MCP client after changing permissions
If Notes or Contacts fail:
check Automation permissions for the app running Nico Apple MCP
restart the MCP client after changing permissions
If tools disappeared or still use old behavior:
quit old Claude/Codex sessions
start a fresh session so the MCP server reloads the latest code
Development
Useful commands:
bun install
bun run build:swift
bun run test
bun run src/index.tsBefore shipping changes, run:
bun run build:swift
bun run test
git diff --checkFor a full live smoke test, also verify:
doctorcalendar_list_calendarsa temporary Calendar create/update/delete
temporary Notes and Contacts create/read/delete if those surfaces changed
How It Works
Nico Apple MCP is one local MCP server. The TypeScript server exposes the tools. Calendar uses a small signed helper app because macOS grants Calendar permission to apps, not anonymous background scripts. Notes and Contacts use Apple automation.
No cloud account, API key, or external database is required. Access stays on your Mac and is controlled by macOS privacy settings.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/proxynico/nico-apple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server