{"servers":[{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.1.1","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.1.1","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-11T23:09:09.692728Z","publishedAt":"2026-07-11T23:09:09.692728Z","updatedAt":"2026-07-11T23:09:09.692728Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.1.2","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.1.2","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T21:52:58.746595Z","publishedAt":"2026-07-22T21:52:58.746595Z","updatedAt":"2026-07-22T21:52:58.746595Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.1.3","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.1.3","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T22:25:04.095882Z","publishedAt":"2026-07-22T22:25:04.095882Z","updatedAt":"2026-07-22T22:25:04.095882Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.2.0","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.2.0","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-25T03:31:59.140511Z","publishedAt":"2026-07-25T03:31:59.140511Z","updatedAt":"2026-07-25T03:31:59.140511Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.3.0","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.3.0","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-02T23:52:09.912806Z","publishedAt":"2026-08-02T23:52:09.912806Z","updatedAt":"2026-08-02T23:52:09.912806Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.3.1","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.3.1","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-09T10:43:24.490948Z","publishedAt":"2026-08-09T10:43:24.490948Z","updatedAt":"2026-08-09T10:43:24.490948Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.partymola/ticktick-mcp","description":"MCP server for TickTick task management: field-preserving updates and completion tracking.","repository":{"url":"https://github.com/partymola/ticktick-mcp","source":"github"},"version":"0.3.2","packages":[{"registryType":"oci","identifier":"ghcr.io/partymola/ticktick-mcp:v0.3.2","runtimeHint":"docker","transport":{"type":"stdio"},"runtimeArguments":[{"isRequired":true,"value":"{uid_gid}","variables":{"uid_gid":{"description":"Your own user and group id, as `uid:gid` (run `id -u`:`id -g`). The container runs as root otherwise, and anything it writes into the mounted directory becomes root-owned - after which a host-side `ticktick-mcp` can no longer update its session-token cache and falls back to a signon TickTick throttles.","isRequired":true,"placeholder":"1000:1000"}},"type":"named","name":"--user"},{"isRequired":true,"value":"{data_volume}:/data","variables":{"data_volume":{"description":"Absolute path to the host directory of an ALREADY AUTHORISED setup - it must already hold the cached OAuth token written by running `ticktick-mcp auth` in a terminal. Not an empty volume and not a relative path: the OAuth step cannot run inside the container, and a container without a cached token reads standard input, which is the JSON-RPC channel. Also holds the .env, the v2 session token and the completion-tracking database.","isRequired":true,"format":"filepath","placeholder":"/home/you/.config/ticktick-mcp"}},"type":"named","name":"-v"}],"environmentVariables":[{"description":"TickTick OAuth client ID. Needed only if you are not mounting a .env file.","name":"TICKTICK_CLIENT_ID"},{"description":"TickTick OAuth client secret. Needed only if you are not mounting a .env file.","isSecret":true,"name":"TICKTICK_CLIENT_SECRET"},{"description":"TickTick account username. Needed only if you are not mounting a .env file.","name":"TICKTICK_USERNAME"},{"description":"TickTick account password. Needed only if you are not mounting a .env file.","isSecret":true,"name":"TICKTICK_PASSWORD"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-09T14:13:31.686174Z","publishedAt":"2026-08-09T14:13:31.686174Z","updatedAt":"2026-08-09T14:13:31.686174Z","isLatest":true}}}],"metadata":{"count":7}}
