- Explore MCP Servers
- mcp-apple-productive-suite
Mcp Apple Productive Suite
What is Mcp Apple Productive Suite
The mcp-apple-productive-suite is a server that exposes Apple Notes, Reminders, and Calendar as resources and tools for integration with other applications.
Use cases
Use cases include managing personal tasks and schedules, integrating Apple Notes and Reminders into third-party applications, and automating calendar event creation.
How to use
To use the mcp-apple-productive-suite, install the necessary dependencies using ‘npm install’, build the server with ‘npm run build’, and configure it in the Claude Desktop application by adding the server path to the configuration file.
Key features
Key features include creating new notes, reminders, and calendar events, as well as listing all available calendars.
Where to use
The mcp-apple-productive-suite can be used in productivity applications, personal organization tools, and any software that requires integration with Apple services.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Apple Productive Suite
The mcp-apple-productive-suite is a server that exposes Apple Notes, Reminders, and Calendar as resources and tools for integration with other applications.
Use cases
Use cases include managing personal tasks and schedules, integrating Apple Notes and Reminders into third-party applications, and automating calendar event creation.
How to use
To use the mcp-apple-productive-suite, install the necessary dependencies using ‘npm install’, build the server with ‘npm run build’, and configure it in the Claude Desktop application by adding the server path to the configuration file.
Key features
Key features include creating new notes, reminders, and calendar events, as well as listing all available calendars.
Where to use
The mcp-apple-productive-suite can be used in productivity applications, personal organization tools, and any software that requires integration with Apple services.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Apple Productive Suite
Expose apple notes, reminders and calendar as MCP resources and tools
Features
Tools
create_note- Create new text notes- Takes title and content as required parameters
create_reminder- Create new reminders- Takes reminder name as required parameter
create_calendar_event- Create new calendar events- Takes calender name, summary, start date, end date, and allday event as required parameters
list_calendars- List all calendars- Returns a list of calendar names
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-apple-productive-suite": {
"command": "/path/to/mcp-apple-productive-suite/build/index.js"
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










