Ticktick MCP Server
未申請A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
インストール
npx @alexarevalo.ai/mcp-server-ticktick ticktick-auth未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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')