Things3
Summary
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.
Available Actions(7)
view-inbox
View all todos in the Things3 inbox. Returns a list of inbox todos with due dates and scheduling info.
view-projects
View all projects in Things3. Returns a list of all projects with their titles.
view-todos
View all todos in today's list. Returns a list of today's todos with metadata.
create-things3-project
Creates a new project in Things3. Required parameter: title (string). Optional parameters include notes (string), area (string), when (string), deadline (string), and tags (array of strings).
create-things3-todo
Creates a new to-do in Things3. Required parameter: title (string). Optional parameters include notes (string), when (string), deadline (string), checklist (array of strings), tags (array of strings), list (string), and heading (string).
complete-things3-todo
Mark a todo as completed by searching for its title. Required parameter: title (string) - Title or partial title to search for. Returns a success/failure message.
search-things3-todos
Search for todos by title or content. Required parameter: query (string) - Search term. Returns a list of matching todos with status and metadata.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación