{"id":"jacepark12-ticktick-mcp","name":"ticktick-mcp","homepage":null,"repo_url":"https://github.com/jacepark12/ticktick-mcp","category":"automation","subcategories":[],"tags":["mcp","ticktick","task-management","oauth2","python","productivity","integration"],"what_it_does":"Provides an MCP (Model Context Protocol) server that integrates with TickTick (and optionally Dida365) via TickTick’s/Open API, exposing MCP tools to view, create, update, complete, and delete projects/tasks.","use_cases":["Using Claude or other MCP clients to manage TickTick tasks and projects","Listing tasks/projects and querying tasks by due date, priority, or search term","Creating/updating tasks and projects via natural language through MCP tool calls","Implementing a lightweight GTD workflow (Engaged/Next) using MCP toolsets"],"not_for":["High-stakes automated changes without human review (task deletion/update can be destructive)","Use as a general TickTick API replacement where HTTP/REST access and fine-grained control are required","Environments where storing tokens in a local .env file is unacceptable"],"best_when":"You want an AI-agent-friendly interface (MCP) to your personal task system and are comfortable running a local Python server with OAuth authentication.","avoid_when":"You need strict enterprise-grade auditability, centralized secret management, or guaranteed idempotent operations for retries.","alternatives":["TickTick web/app UI","Direct TickTick REST/Open API integration using your own backend","Community/non-MCP TickTick integrations (if available) or building a small REST-to-tool layer","Other MCP connectors for task/productivity platforms"],"af_score":56.8,"security_score":56.5,"reliability_score":33.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"high","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-03-30T13:34:33.786115+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["OAuth2 authorization code flow (browser redirect to local callback)"],"oauth":true,"scopes":false,"notes":"README indicates OAuth2 for TickTick/Dida365 and token refresh handled automatically. Scopes and their granularity are not described."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Pricing for the MCP server itself is not discussed; costs would primarily be your own infrastructure and any TickTick API access constraints."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":56.8,"security_score":56.5,"reliability_score":33.8,"mcp_server_quality":78.0,"documentation_accuracy":70.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":65.0,"rate_limit_clarity":10.0,"tls_enforcement":85.0,"auth_strength":70.0,"scope_granularity":35.0,"dependency_hygiene":40.0,"secret_handling":45.0,"security_notes":"Uses OAuth2 with browser-based authorization and token refresh. README implies tokens are saved to a local .env file, which is convenient but can be risky if file permissions/logging are not handled correctly. No details are provided on TLS enforcement for the token/client calls, token storage protections, or least-privilege scopes.","uptime_documented":0.0,"version_stability":50.0,"breaking_changes_history":50.0,"error_recovery":35.0,"idempotency_support":"false","idempotency_notes":"Destructive operations exist (delete/complete/update) but the README does not describe idempotency guarantees or safe retry semantics for tool calls.","pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Tool calls can delete tasks/projects; agents may need explicit confirmation or guardrails before destructive actions.","Authentication stores tokens in a local .env file; agent environments must handle secure filesystem access.","No rate-limit details are provided, so agent retry behavior may need conservative throttling."]}}