Things3 MCP
未认领MCP server for Things 3 with read/write support for tasks, projects, areas and tags.
安装
pip install Things3-MCP-server==2.0.6工具(40 个)
add_project
Create a new project with tags and todos
add_todo
Create a new todo with full parameter support
area
Filter by area UUID
deadline
Filter by deadline (YYYY-MM-DD)
get_anytime
Get todos from Anytime list
get_areas
Get all areas
get_inbox
Get todos from Inbox
get_logbook
Get completed todos
get_projects
Get all projects
get_random_anytime
Get a random sample of items from Anytime list
get_random_inbox
Get a random sample of todos from Inbox
get_random_todos
Get a random sample of todos, optionally filtered by project
get_recent
Get recently created items
get_someday
Get todos from Someday list
get_tagged_items
Get items with a specific tag
get_tags
Get all tags
get_today
Get todos due today
get_todos
Get todos, optionally filtered by project
get_trash
Get trashed todos
get_upcoming
Get upcoming todos
include_items
(optional, default: false) - Include contained items
limit
Maximum number of items to return
list_id
(optional) - ID of project/area to add to (takes priority over listtitle if both provided)
list_title
(optional) - Title of project/area to add to (must exactly match existing name)
notes
(optional) - Notes for the todo (supports Markdown formatting including checkboxes like - [ ] Task)
period
Time period (e.g., '3d', '1w', '2m', '1y')
project_uuid
(optional) - Filter todos by project
search_advanced
Advanced search with multiple filters
search_items
Search for items in Things
search_todos
Simple search by title/notes
show_item
Show a specific item or list in Things
start_date
Filter by start date (YYYY-MM-DD)
status
Filter by status (incomplete/completed/canceled)
tag
Filter by tag
tags
(optional) - Tags to apply to the todo
title
Title of the todo
type
Filter by item type (to-do/project/heading)
update_project
Update an existing project
update_todo
Update an existing todo
when
(optional) - When to schedule the todo (today, tomorrow, evening, anytime, someday, or YYYY-MM-DD)