Skip to content
Cursor

ticktick mcp for Cursor

io.github.partymola/ticktick-mcp

MCP server for TickTick task management: field-preserving updates and completion tracking.

client:Cursor transport:stdio runtime:oci

Install ticktick mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ticktick-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.5.0"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<TICKTICK_CLIENT_ID>",
        "TICKTICK_CLIENT_SECRET": "<TICKTICK_CLIENT_SECRET>",
        "TICKTICK_USERNAME": "<TICKTICK_USERNAME>",
        "TICKTICK_PASSWORD": "<TICKTICK_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ticktick mcp in other clients