MCP ExplorerExplorer

Mcp Apple Productive Suite

@kaichenon a year ago
3 MIT
FreeCommunity
AI Systems
MCP Apple Productive Suite exposes Apple notes, reminders, and calendar as tools.

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.

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"
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers