apple-mcp-server

madebydia/apple-mcp-server
★ 0 stars TypeScript AI/LLM Updated 7d ago
Apple Reminders MCP server for AI agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "madebydia/apple-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that provides programmatic access to Apple Reminders via SSE (Server-Sent Events) transport. Built for integration with Poke.com and other MCP clients. - ✅ Full access to Apple Reminders via EventKit - ✅ SSE transport for real-time communication - ✅ API key authentication

Topics

ai-agentsapple-remindersmcp-serverpoke