HomeOther › ticktick-mcp

ticktick-mcp

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

Python CloudLocal
★ 1 stars Last pushed 2026-09-22 License: GPL-3.0

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/partymola/ticktick-mcp:v0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "ticktick-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/partymola/ticktick-mcp:v0.5.0"
      ],
      "env": {
        "TICKTICK_CLIENT_ID": "<YOUR_VALUE>",
        "TICKTICK_CLIENT_SECRET": "<YOUR_VALUE>",
        "TICKTICK_USERNAME": "<YOUR_VALUE>",
        "TICKTICK_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • TICKTICK_CLIENT_ID — TickTick OAuth client ID. Needed only if you are not mounting a .env file.
  • TICKTICK_CLIENT_SECRET secret — TickTick OAuth client secret. Needed only if you are not mounting a .env file.
  • TICKTICK_USERNAME — TickTick account username. Needed only if you are not mounting a .env file.
  • TICKTICK_PASSWORD secret — TickTick account password. Needed only if you are not mounting a .env file.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry