Ticktick

Ticktick

TickTick is a cross-platform task management and to-do list application designed to help users organize their tasks and schedules efficiently.

266VIEWS
4USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app tickticknpx @composio/cli add cursor --app tickticknpx @composio/cli add cursor --app tickticknpx @composio/cli add cursor --app ticktick

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Complete Task

Tool to mark a task as complete. use after confirming the task is done.

Create Task

Tool to create a new task in ticktick. use after you have task details such as title, dates, and optional reminders or subtasks.

Delete Task

Tool to delete a specific task. use when you need to remove a task from a project after confirming both project and task ids.

Get User Projects

Tool to retrieve all projects for the user. use when you need to list available projects for selection.

Complete Task

Tool to mark a specific task as complete. use after confirming the task is done.

Create Project

Tool to create a new project in ticktick. use when you need to programmatically add a project after obtaining a valid access token.

Delete Ticktick Project

Tool to delete a specific project. use when you have confirmed the project id and intend to permanently remove it. example: "delete the project with id 6226ff9877acee87727f6bca".

Get Project With Data

Tool to retrieve a project and its associated data (tasks, columns). use when you need full project details including its tasks and columns after selecting a project id.

Generate Oauth2 Authorization Url

Tool to generate the ticktick oauth2 authorization url. use to redirect the user to obtain the authorization code (step 1).

Redirect To Ticktick Oauth2 Authorization Page

Tool to redirect user to ticktick authorization page to obtain authorization code. use when initiating the oauth2 flow before exchanging the code.

Update Project

Tool to update an existing project. use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project id.

Update Project

Tool to update an existing project. use when you need to modify project details like name, color, sort order, view mode, or kind after selecting a project id.

Update Task

Tool to update an existing task. use after confirming the taskid and projectid.

13 actions available