Skip to main content
Other Tools and IntegrationsPython

dev-mirzabicer/ticktick-sdk

Comprehensive async Python SDK for [TickTick](https://ticktick.com/) with MCP server support. Features 45 tools for tasks, projects, tags, habits, focus/pomodoro sessions, and user analytics.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/dev-mirzabicer/ticktick-sdk

Claude Desktop configuration example:

{
  "mcpServers": {
    "ticktick-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "dev-mirzabicer/ticktick-sdk"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
dev-mirzabicer