TickTick MCP Server

114 tools. 65 can modify or destroy data without limits.

8 destructive tools with no built-in limits. Policy required.

Last updated:

65 can modify or destroy data
49 read-only
114 tools total

Community server · catalogue entry verified 12/06/2026

How to control TickTick MCP Server ↓

What TickTick MCP Server exposes to your agents

Read (49) Write / Execute (56) Destructive / Financial (8)
Critical Risk

The most dangerous TickTick MCP Server tools

65 of TickTick MCP Server's 114 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control TickTick MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and TickTick MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "ticktick_delete_habit": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "ticktick_remove_tag_from_task": {
    "limits": [
      {
        "counter": "ticktick_remove_tag_from_task_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "ticktick_download_task_attachment": {
    "limits": [
      {
        "counter": "ticktick_download_task_attachment_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register TickTick MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TICKTICK →

Free to start. No card required.

All 114 TickTick MCP Server tools

WRITE 52 tools
Write ticktick_remove_tag_from_task Remove a tag from a specific task Write ticktick_add_tag_to_task Add a tag to a specific task Write ticktick_add_task_comment Add comment for team communication Write ticktick_add_task_note Add note to task Write ticktick_archive_project Archive a completed project Write ticktick_assign_task Assign task to team member Write ticktick_bulk_assign_tasks Mass task assignment Write ticktick_bulk_calendar_import Import external calendar data Write ticktick_bulk_checkin_habits Check in multiple habits at once Write ticktick_bulk_create_from_template Mass task creation Write ticktick_bulk_tag_operations Perform bulk operations on tags Write ticktick_checkin_habit Check in a habit for today Write ticktick_complete_task Mark a task as completed Write ticktick_convert_task_to_event Transform task into calendar event Write ticktick_create_calendar_event Create calendar event Write ticktick_create_habit Create a new habit in TickTick Write ticktick_create_project Create a new project in TickTick Write ticktick_create_project_folder Create a new project folder for organization Write ticktick_create_project_from_template Create project from a template Write ticktick_create_tag Create a new tag in TickTick Write ticktick_create_task Create a new task in TickTick Write ticktick_create_task_from_template Instantiate template Write ticktick_create_task_template Create reusable template Write ticktick_duplicate_project Create a copy of an existing project Write ticktick_import_from_csv Import tasks from CSV data to bootstrap the task cache Write ticktick_invite_collaborator Invite user to project Write ticktick_merge_tags Merge two tags into one Write ticktick_move_project_to_folder Move a project to a specific folder Write ticktick_pause_habit Temporarily pause a habit Write ticktick_pause_recurring_task Temporarily stop recurrence Write ticktick_register_task_id Manually register a task ID in the cache for future reading Write ticktick_reorder_projects Change project display order Write ticktick_resume_habit Resume a paused habit Write ticktick_set_focus_goals Set daily or weekly focus time goals Write ticktick_set_habit_goal Set or update habit goal Write ticktick_set_project_color Customize project appearance Write ticktick_set_project_permissions Configure access levels Write ticktick_set_recurring_task Configure task recurrence Write ticktick_set_task_estimate Set estimated time for a task Write ticktick_share_project Share project with others Write ticktick_sync_with_google_calendar Google Calendar sync Write ticktick_sync_with_outlook Outlook integration Write ticktick_unarchive_project Restore an archived project Write ticktick_update_habit Update an existing habit Write ticktick_update_notification_settings Configure notification preferences for various events Write ticktick_update_sync_settings Configure synchronization behavior and preferences Write ticktick_update_tag Update an existing tag Write ticktick_update_task Update an existing task Write ticktick_update_task_note Edit task note Write ticktick_update_task_template Modify template Write ticktick_update_user_settings Modify user preferences and account settings Write ticktick_upload_task_attachment Attach files to tasks
READ 49 tools
Read ticktick_download_task_attachment Download attached files Read ticktick_get_cached_tasks Get all cached tasks, optionally filtered by project Read ticktick_get_calendar_events List calendar events Read ticktick_get_calendar_view Calendar view for date range Read ticktick_get_collaboration_stats Team productivity metrics Read ticktick_get_completion_trends Analyze task completion patterns and trends over time Read ticktick_get_daily_focus_summary Get daily focus time summary Read ticktick_get_focus_history Get historical focus session data Read ticktick_get_focus_stats Get focus time statistics and analytics Read ticktick_get_goal_progress Track progress toward personal and team goals Read ticktick_get_habit_calendar Get calendar view of habit completions Read ticktick_get_habit_history Get habit completion history Read ticktick_get_habit_stats Get habit statistics and streaks Read ticktick_get_habit_streaks Get current and longest streaks for a habit Read ticktick_get_habits Get all habits from TickTick Read ticktick_get_habits_summary Get daily summary of all habits Read ticktick_get_monthly_insights Generate deep monthly performance insights and recommendations Read ticktick_get_notification_settings Get current notification preferences and settings Read ticktick_get_overdue_tasks Get all overdue tasks Read ticktick_get_productivity_insights Get AI-powered productivity insights Read ticktick_get_productivity_report Get comprehensive productivity analytics and insights Read ticktick_get_project_folders Get all project folders and groups Read ticktick_get_project_stats Get project analytics and statistics Read ticktick_get_project_templates List available project templates Read ticktick_get_projects Get all projects from TickTick Read ticktick_get_recurring_tasks List recurring tasks Read ticktick_get_schedule_conflicts Detect scheduling conflicts Read ticktick_get_shared_projects List shared projects Read ticktick_get_sync_settings Get device synchronization configuration and status Read ticktick_get_tag_usage_stats Get usage statistics for a specific tag Read ticktick_get_tags Get all tags from TickTick Read ticktick_get_task_assignees List task assignees Read ticktick_get_task_attachments List task attachments Read ticktick_get_task_details Get specific task details using project ID and task ID Read ticktick_get_task_notes Get task notes/comments Read ticktick_get_task_templates List task templates Read ticktick_get_tasks_by_tag Get all tasks with a specific tag Read ticktick_get_team_activity Project activity feed Read ticktick_get_time_tracking_report Generate detailed time allocation and tracking analysis Read ticktick_get_today_tasks Get tasks scheduled for today Read ticktick_get_upcoming_tasks Get upcoming tasks within specified days Read ticktick_get_user_profile Get user profile information Read ticktick_get_weekly_summary Generate comprehensive weekly productivity summary Read ticktick_search_tasks Advanced search for tasks with text query Read ticktick_export_analytics_data Export raw analytics data for external analysis Read ticktick_export_habit_data Export habit tracking data Read ticktick_export_project Export project data Read ticktick_export_team_report Team performance reports Read ticktick_filter_tasks Filter tasks by various criteria

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about TickTick MCP Server

Can an AI agent delete data through the TickTick MCP Server MCP server? +

Yes. The TickTick MCP Server server exposes 8 destructive tools including ticktick_delete_habit, ticktick_delete_tag, ticktick_delete_task. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through TickTick MCP Server? +

The TickTick MCP Server server has 52 write tools including ticktick_remove_tag_from_task, ticktick_add_tag_to_task, ticktick_add_task_comment. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach TickTick MCP Server.

How many tools does the TickTick MCP Server MCP server expose? +

114 tools across 4 categories: Destructive, Execute, Read, Write. 49 are read-only. 65 can modify, create, or delete data.

How do I enforce a policy on TickTick MCP Server? +

Register the TickTick MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every TickTick MCP Server tool call.

Deterministic rules across all 114 TickTick MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

114 TickTick MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.