TI

TickTick

Created 6 months ago

MCP Server for the TickTick API, enabling task management, project organization, habit tracking, and more.

development documentation public task management project organization

What is TickTick?

A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.

Documentation

TickTick MCP Server

Features

  • Task Management: Create, read, update, and delete tasks with all available properties
  • 📊 Project Management: Create, read, update, and delete projects with customizable views
  • 📋 Subtask Support: Full support for managing subtasks within parent tasks
  • 🔄 Complete Task Control: Set priorities, due dates, reminders, and recurring rules
  • 🔐 OAuth Authentication: Full OAuth2 implementation for secure API access
  • ⚠️ Comprehensive Error Handling: Clear error messages for common issues

Tools

  1. get_task_by_ids - Get a specific task by project ID and task ID
  2. create_task - Create a new task in a project
  3. update_task - Update an existing task
  4. complete_task - Mark a task as completed
  5. delete_task - Delete a task from a project
  6. get_user_projects - Get all projects for the authenticated user
  7. get_project_by_id - Get a specific project by ID
  8. get_project_with_data - Get project details along with tasks and columns
  9. create_project - Create a new project
  10. update_project - Update an existing project
  11. delete_project - Delete a project

License

This MCP server is licensed under the MIT License. For more details, please see the LICENSE file in the project repository.

Server Config

{
  "mcpServers": {
    "ticktick-server": {
      "command": "npx",
      "args": [
        "ticktick"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: alexarevalo9
Category: community
License: MIT License
Tags:
development documentation public