{"id":42669349,"url":"https://github.com/r4sd/apple-reminders-mcp","last_synced_at":"2026-01-29T10:23:14.897Z","repository":{"id":334501871,"uuid":"1141627773","full_name":"r4sd/apple-reminders-mcp","owner":"r4sd","description":"macOS Reminders.app MCP server using osascript","archived":false,"fork":false,"pushed_at":"2026-01-25T06:09:01.000Z","size":21,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T20:57:11.949Z","etag":null,"topics":["ai-pair-programming","apple-reminders","mcp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r4sd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T05:56:00.000Z","updated_at":"2026-01-25T06:02:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/r4sd/apple-reminders-mcp","commit_stats":null,"previous_names":["r4sd/apple-reminders-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/r4sd/apple-reminders-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r4sd%2Fapple-reminders-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r4sd%2Fapple-reminders-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r4sd%2Fapple-reminders-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r4sd%2Fapple-reminders-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r4sd","download_url":"https://codeload.github.com/r4sd/apple-reminders-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r4sd%2Fapple-reminders-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-pair-programming","apple-reminders","mcp"],"created_at":"2026-01-29T10:23:09.351Z","updated_at":"2026-01-29T10:23:14.884Z","avatar_url":"https://github.com/r4sd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apple-reminders-mcp\n\nmacOS Reminders.app を操作する MCP (Model Context Protocol) サーバー。\n\nmacOS 26 で既存の MCP サーバー（apple-mcp 等）が動作しなくなったため、osascript を直接ラップするシンプルな実装として作成。\n\n## 機能\n\n| ツール | 説明 |\n|--------|------|\n| `list_reminder_lists` | リマインダーのリスト一覧を取得 |\n| `get_reminders` | 指定したリストのリマインダー一覧を取得 |\n| `add_reminder` | 新しいリマインダーを追加 |\n| `complete_reminder` | リマインダーを完了にする |\n| `delete_reminder` | リマインダーを削除 |\n| `update_reminder` | リマインダーの内容を更新（名前、メモ、期日） |\n| `set_priority` | 優先度を設定（0=なし, 1=高, 5=中, 9=低） |\n| `set_flag` | フラグを設定/解除 |\n| `set_remind_date` | 通知日時を設定 |\n\n### 未対応（AppleScript制限）\n\n以下の機能はAppleScriptでは対応できないため、将来的にEventKit（Swift）で対応予定：\n\n- タグ\n- 繰り返し（日次/週次など）\n- 場所\n\n## 必要環境\n\n- macOS\n- [Bun](https://bun.sh/) v1.0 以上\n- Reminders.app へのアクセス権限\n\n## インストール\n\n```bash\ngit clone https://github.com/r4sd/apple-reminders-mcp.git\ncd apple-reminders-mcp\nbun install\n```\n\n## 使い方\n\n### Claude Code で使用\n\n```bash\nclaude mcp add apple-reminders -- bun /path/to/apple-reminders-mcp/src/index.ts\n```\n\n### Claude Desktop で使用\n\n`~/Library/Application Support/Claude/claude_desktop_config.json` に追加：\n\n```json\n{\n  \"mcpServers\": {\n    \"apple-reminders\": {\n      \"command\": \"bun\",\n      \"args\": [\"/path/to/apple-reminders-mcp/src/index.ts\"]\n    }\n  }\n}\n```\n\n### 動作確認\n\n```bash\nbun src/index.ts\n```\n\n## ライセンス\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr4sd%2Fapple-reminders-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr4sd%2Fapple-reminders-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr4sd%2Fapple-reminders-mcp/lists"}