rafliruslan/ticktick-mcp-server
If you are the rightful owner of ticktick-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that integrates with the TickTick task management service.
Tools
Functions exposed to the LLM to take actions
get_tasks
Get all tasks or tasks from a specific project (with enhanced display)
get_overdue_tasks
Get overdue tasks with timezone compensation (configurable offset, defaults to UTC+8)
get_todays_tasks
Get tasks due today with D+1 timezone adjustment
get_projects
Get all projects from TickTick
create_task
Create a new task with priority, tags, due dates
update_task
Update an existing task
delete_task
Delete a task
complete_task
Mark a task as completed
get_task
Get a specific task by ID
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client