MCP server for TickTick task management: field-preserving updates and completion tracking.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/partymola/ticktick-mcp:v0.3.3 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"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.3",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/partymola/ticktick-mcp:v0.3.3",
"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-21T00:16:59.430112Z",
"publishedAt": "2026-08-21T00:16:59.430112Z",
"updatedAt": "2026-08-21T00:16:59.430112Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.