quick-reminder-mcp
Enables users to add tasks to Apple Reminders through natural language commands in Claude Desktop. It provides quick entry for reminders with support for due dates, lists, and notes.
README
quick-reminder-mcp
Apple 미리 알림(Reminders) Quick Entry용 MCP 서버. Claude Desktop에서 자연어로 할 일을 말하면 즉시 Apple Reminders에 추가됩니다.
내부적으로 remindctl을 execFile로 호출합니다.
요구 사항
-
macOS
-
Node.js ≥ 18
-
brew install steipete/tap/remindctl remindctl authorize # 최초 1회, 미리 알림 접근 권한 허용
설치 & 빌드
git clone https://github.com/SeunghoHong/quick-reminder-mcp.git
cd quick-reminder-mcp
npm install
npm run build
빌드 결과는 dist/index.js에 생성됩니다.
Claude Desktop 설정
~/Library/Application Support/Claude/claude_desktop_config.json에 추가:
{
"mcpServers": {
"quick-reminder": {
"command": "node",
"args": ["/Users/raymond/Developer/quick-reminder-mcp/dist/index.js"]
}
}
}
경로는 본인 환경에 맞게 수정하세요. 설정 저장 후 Claude Desktop을 재시작합니다.
도구
add_reminder
| 파라미터 | 타입 | 필수 | 설명 |
|---|---|---|---|
title |
string | ✅ | 할 일 제목 |
due_date |
string (ISO8601) | — | 마감 일시 (예: 2026-04-20T10:00:00+09:00) |
list |
string | — | 리스트 이름 (기본값: Work) |
notes |
string | — | 메모 |
응답 예시
✅ 우유 사기 · 4/20 오전 10:00 · 할 일
실패 시:
❌ 실패: title이 비어 있습니다
Quick Entry 사용 예시
Claude Desktop Option 2번 Quick Entry에서:
- "내일 오전 10시에 우유 사기 리마인더 추가해줘"
- "금요일까지 보고서 제출, 업무 리스트에"
- "30분 뒤에 세탁물 가져오기"
라이선스
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.