Back to MCP Servers
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-integrationspython
Installation
npx -y ticktick-sdkConfiguration
{
"mcpServers": {
"ticktick-sdk": {
"command": "npx",
"args": ["-y", "ticktick-sdk"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes