tsutsuhiro/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.
TickTick MCP Server enables integration with TickTick task management platform using OAuth 2.1 with PKCE for secure authentication.
Tools
Functions exposed to the LLM to take actions
ticktick_auth_status
Check authentication status
ticktick_authorize
Start OAuth authentication flow
ticktick_logout
Clear saved tokens
ticktick_health_check
Test API connectivity
ticktick_list_tasks
Get task list with filtering and sorting
ticktick_get_task
Get specific task details
ticktick_create_task
Create new task
ticktick_update_task
Update task details
ticktick_delete_task
Delete task
ticktick_complete_task
Mark task as completed
ticktick_uncomplete_task
Mark task as incomplete
ticktick_search_tasks
Search tasks
ticktick_get_overdue_tasks
Get overdue tasks
ticktick_list_projects
Get project list
ticktick_get_project
Get specific project details
ticktick_create_project
Create new project
ticktick_update_project
Update project
ticktick_delete_project
Delete project
ticktick_get_project_tasks
Get tasks in a project
ticktick_get_project_stats
Get project statistics
ticktick_archive_project
Archive project
ticktick_unarchive_project
Unarchive project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client