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-sdk

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub