Skip to main content
Feedback

TickTick MCP connector

TickTick is a cross-platform to-do and task management app that helps users organize personal and team productivity. The TickTick MCP connector allows AI agents to create and manage tasks, organize projects, and retrieve project details with associated task lists. It also supports updating task information and deleting projects or tasks to maintain clean workflows.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the TickTick MCP connector to perform the following actions:

  • Organize team priorities by creating projects and assigning tasks in TickTick
  • Track project progress by viewing all tasks within a specific project
  • Update task status and details as work progresses through your workflow
  • Automate task creation from business events, emails, or customer requests
  • Archive completed projects to maintain a clean task management workspace
  • Delegate work by creating tasks with due dates and priority levels
  • Synchronize TickTick tasks with other business applications and systems

Example prompts

Use the following example prompts to invoke TickTick MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new project called Q4 Marketing Campaign in TickTick.
  • Show me all tasks in the Customer Support project in TickTick.
  • Add a task to follow up with the vendor by Friday in TickTick.
  • List all projects in TickTick so I can see what we are working on.
  • Mark the website redesign task as complete in TickTick.
  • Delete the old budget review project from TickTick.
  • Create a task for the design team to review the new mockups in TickTick.
  • What tasks are due this week in my TickTick projects?
  • Remove the outdated training task from TickTick.
  • Create a new Sales Pipeline project in TickTick with initial tasks.

TickTick MCP connector tools

The TickTick MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
ticktick_ticktickcreatetask_invokeCreates a new task with specified details in TickTick.
listProjectsRetrieves all projects currently available in your TickTick account.
createProjectCreates a new project with the specified name and settings.
deleteProjectRemoves a project and its associated data from TickTick.
getProjectDataRetrieves a specific project along with all its tasks.
createTaskCreates a new task with specified details in a project.
updateTaskModifies an existing task's details or properties.
deleteTaskRemoves a task from a project in TickTick.
On this Page