@alexarevalo.ai/mcp-server-ticktick

data-ai 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.

Install Ready
data-aidata-ai
3 views69 stars23 forksv1.2.0MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
69
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y @alexarevalo.ai/mcp-server-ticktick

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-alexarevalo-ai-mcp-server-ticktick": {
      "command": "npx",
      "args": [
        "@alexarevalo.ai/mcp-server-ticktick"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

32
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (32)

content

(optional string): Task content

projectId

(optional string)

id

(optional string)

timeZone

(optional string): Subtask timezone

reminders

(optional string[]): List of reminder triggers in iCalendar format

desc

(optional string): Task description

items

(optional array): List of subtasks with:

Update

an existing project

taskId

(string): Task identifier

dueDate

(optional string): Task due date in "yyyy-MM-dd'T'HH:mm:ssZ" format

isAllDay

(optional boolean): Is all day subtask item

Create

a new project

title

(string): Subtask item title

startDate

(optional string): Subtask date in "yyyy-MM-dd'T'HH:mm:ssZ" format

repeatFlag

(optional string): Task repeat flag in iCalendar format

status

(optional number): Completion status (Normal: 0, Completed: 1)

Mark

a task as completed

tasks

Array of task objects matching `TickTickTaskSchema`

priority

(optional number): Task priority (None: 0, Low: 1, Medium: 3, High: 5)

completedTime

(optional string): Completion time in "yyyy-MM-dd'T'HH:mm:ssZ" format

All

optional fields from `create_task`

sortOrder

(optional number): Project sort order

name

(optional string): Project name

Get

project details along with tasks and columns

project

Project object matching `TickTickProjectSchema`

color

(optional string): Project color

Returns

void

columns

Optional array of column objects with:

kind

(optional string): Project kind ('TASK', 'NOTE')

viewMode

(optional string): View mode ('list', 'kanban', 'timeline')

Delete

a project

Inputs

`projectId` (string): Project identifier