Ticktick MCP Server
UnclaimedA Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Install
npx @alexarevalo.ai/mcp-server-ticktick ticktick-authUnclaimed 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 (24)
color
(optional string): Project color (default: '#4772FA')
columns
Optional array of column objects with:
completedTime
(optional string): Completion time in "yyyy-MM-dd'T'HH:mm:ssZ" format
content
(optional string): Task content
desc
(optional string): Task description
dueDate
(optional string): Task due date in "yyyy-MM-dd'T'HH:mm:ssZ" format
id
(string): Task identifier - Body
isAllDay
(optional boolean): Is all day task
items
(optional array): List of subtasks with:
kind
(optional string): Project kind ('TASK', 'NOTE') (default: 'TASK')
name
(optional string)
priority
(optional number): Task priority (None: 0, Low: 1, Medium: 3, High: 5)
project
Project object matching TickTickProjectSchema
projectId
(string): Project identifier
reminders
(optional string[]): List of reminder triggers in iCalendar format
repeatFlag
(optional string): Task repeat flag in iCalendar format
sortOrder
(optional string): Task sort order
startDate
(optional string): Task start date in "yyyy-MM-dd'T'HH:mm:ssZ" format
status
(optional number): Completion status (Normal: 0, Completed: 1)
taskId
(string): Task identifier
tasks
Array of task objects matching TickTickTaskSchema
timeZone
(optional string): Task time zone (e.g., "America/LosAngeles")
title
(string): Task title
viewMode
(optional string): View mode ('list', 'kanban', 'timeline') (default: 'list')