MCP Servers / productivity / TickTick

TickTick

JSON →
none69productivity

Manage tasks, projects, and habits using the TickTick API.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: ticktick
Tools
What this server exposes
get_task_by_ids
Get a specific task by project ID and task ID
create_task
Create a new task in a project
update_task
Update an existing task
complete_task
Mark a task as completed
delete_task
Delete a task from a project
get_user_projects
Get all projects for the authenticated user
get_project_by_id
Get a specific project by ID
get_project_with_data
Get project details along with tasks and columns
create_project
Create a new project
update_project
Update an existing project
delete_project
Delete a project
Configuration
Environment & auth
authnone
envTICKTICK_CLIENT_ID
envTICKTICK_CLIENT_SECRET
envTICKTICK_ACCESS_TOKEN
envYOUR_CLIENT_ID
envYOUR_CLIENT_SECRET
envGENERATED_TOKEN
envYOUR_ACCESS_TOKEN
Resources
TickTick — MCP Server · libregistry