ticktick-mcp

partymola/ticktick-mcp
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP server for TickTick task management via the v2 API. Field-preserving updates, day-of-week validation, completion tracking.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ticktick-mcp": {
      "command": "uvx",
      "args": [
        "ticktick-mcp"
      ]
    }
  }
}

Or install with pip: pip install ticktick-mcp

README Excerpt

MCP server for TickTick task management. Create, update, complete, move, and filter tasks via the TickTick v2 API, with field-preserving updates, day-of-week date validation, read-after-write verification, and idempotent completion tracking. Unofficial. Not affiliated with TickTick Ltd. Built on [`ticktick-py`](https://github.com/partymola/ticktick-py) (MIT).