Skip to main content
Other Tools and IntegrationsPython

ekkyarmandi/ticktick-mcp

[TickTick](https://ticktick.com/) MCP server that integrates with TickTick's API to manage personal todo projects and the tasks.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ekkyarmandi/ticktick-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "ekkyarmandi-ticktick-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ekkyarmandi/ticktick-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
ekkyarmandi