Things 3
Summary
This Things MCP server enables Claude Desktop to interact with the Things 3 task management app, allowing users to create tasks, manage projects, and analyze productivity patterns through natural language. Built with Python and leveraging the Things.py library and URL scheme, it offers two implementation approaches: a standard MCP server and a modern FastMCP version with decorator-based tool registration for better maintainability. The server provides comprehensive task management capabilities including list views, search operations, tag management, and time-based features, making it ideal for users who want AI assistance with their GTD workflows and productivity systems.
Available Actions(23)
get-inbox
Get todos from Inbox.
get-today
Get todos due today.
get-upcoming
Get upcoming todos.
get-anytime
Get todos from Anytime list.
get-someday
Get todos from Someday list.
get-logbook
Get completed todos.
get-trash
Get trashed todos.
get-todos
Get todos, optionally filtered by project.
get-projects
Get all projects.
get-areas
Get all areas.
get-tags
Get all tags.
get-tagged-items
Get items with a specific tag.
search-todos
Simple search by title/notes.
search-advanced
Advanced search with multiple filters.
get-recent
Get recently created items.
add-todo
Create a new todo with full parameter support.
add-project
Create a new project with tags and todos.
update-todo
Update an existing todo.
update-project
Update an existing project.
delete-todo
Delete a todo (moves to trash).
delete-project
Delete a project (moves to trash).
show-item
Show a specific item or list in Things.
search-items
Search for items in Things.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation