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.
Quick Start
Clone the repository:
git clone https://github.com/dev-mirzabicer/ticktick-sdkClaude Desktop configuration example:
{
"mcpServers": {
"ticktick-sdk": {
"command": "npx",
"args": [
"-y",
"dev-mirzabicer/ticktick-sdk"
]
}
}
}Check the repository README for specific installation and configuration instructions.