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.
Discovered via unknown and last synced 3mo ago.
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)
(optional string): Task content
(optional string)
(optional string)
(optional string): Subtask timezone
(optional string[]): List of reminder triggers in iCalendar format
(optional string): Task description
(optional array): List of subtasks with:
an existing project
(string): Task identifier
(optional string): Task due date in "yyyy-MM-dd'T'HH:mm:ssZ" format
(optional boolean): Is all day subtask item
a new project
(string): Subtask item title
(optional string): Subtask date in "yyyy-MM-dd'T'HH:mm:ssZ" format
(optional string): Task repeat flag in iCalendar format
(optional number): Completion status (Normal: 0, Completed: 1)
a task as completed
Array of task objects matching `TickTickTaskSchema`
(optional number): Task priority (None: 0, Low: 1, Medium: 3, High: 5)
(optional string): Completion time in "yyyy-MM-dd'T'HH:mm:ssZ" format
optional fields from `create_task`
(optional number): Project sort order
(optional string): Project name
project details along with tasks and columns
Project object matching `TickTickProjectSchema`
(optional string): Project color
void
Optional array of column objects with:
(optional string): Project kind ('TASK', 'NOTE')
(optional string): View mode ('list', 'kanban', 'timeline')
a project
`projectId` (string): Project identifier