Skip to main content
Glama

MCP Apple Reminders

by shadowfax92

createReminder

Add reminders to Apple Reminders using the MCP server. Specify a list, title, due date, and optional notes to organize tasks efficiently.

Input Schema

NameRequiredDescriptionDefault
dueDateNo
listNameYes
notesNo
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dueDate": { "type": "string" }, "listName": { "type": "string" }, "notes": { "type": "string" }, "title": { "type": "string" } }, "required": [ "listName", "title" ], "type": "object" }
Install Server

Other Tools from MCP Apple Reminders

Related Tools

    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/shadowfax92/apple-reminders-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server