Ticktick MCP
UnclaimedMCP server that interacts with TickTick (Dida 365) via the TickTick Open API
Install
uv pip install -e .Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (21)
batch_create_tasks
Create multiple tasks at once
complete_task
Mark a task as complete
create_project
Create a new project
create_task
Create a new task
delete_project
Delete a project
delete_task
Delete a task
get_all_tasks
Get all tasks from all projects
get_engaged_tasks
Get "engaged" tasks (high priority or overdue)
get_next_tasks
Get "next" tasks (medium priority or due tomorrow)
get_overdue_tasks
Get all overdue tasks
get_project
Get details about a specific project
get_project_tasks
List all tasks in a project
get_projects
List all your TickTick projects
get_task
Get details about a specific task
get_tasks_by_priority
Get tasks filtered by priority level
get_tasks_due_in_days
Get tasks due in exactly X days
get_tasks_due_this_week
Get tasks due within the next 7 days
get_tasks_due_today
Get all tasks due today
get_tasks_due_tomorrow
Get all tasks due tomorrow
search_tasks
Search tasks by title, content, or subtasks
update_task
Update an existing task