This MCP server implementation provides integration with the Things3 task management app on macOS. It allows AI assistants to create and manage tasks and projects in Things3 through MCP tools, leveraging AppleScript for data retrieval and x-callback-url for item creation. The server includes specialized functionality for synchronizing projects between Agenda and Things3, making it particularly useful for users who work across both platforms. It enables AI assistants to perform actions like creating new projects, adding to-dos with detailed properties, and listing current tasks, enhancing productivity workflows within the Things3 ecosystem.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
View all todos in the Things3 inbox. Parameters: None. Returns: List of inbox todos with due dates and scheduling info.
View all projects in Things3. Parameters: None. Returns: List of all projects with their titles.
View all todos in today's list. Parameters: None. Returns: List of today's todos with metadata.
Creates a new project in Things3. Required: title (string). Optional: notes (string), area (string), when (string), deadline (string), tags (array of strings).
Creates a new to-do in Things3. Required: title (string). Optional: notes (string), when (string), deadline (string), checklist (array of strings), tags (array of strings), list (string), heading (string).
Mark a todo as completed by searching for its title. Required: title (string) - Title or partial title to search for. Returns: Success/failure message.
Search for todos by title or content. Required: query (string) - Search term. Returns: List of matching todos with status and metadata.