Loading MCP server directory, please wait...
MCP server for TickTick task management: field-preserving updates and completion tracking.
npx @getmcp/cli add io.github.partymola/ticktick-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.partymola/ticktick-mcp": {
"command": "docker",
"args": [
"{uid_gid}",
"{data_volume}:/data",
"run",
"-i",
"--rm",
"-e",
"TICKTICK_CLIENT_ID",
"-e",
"TICKTICK_CLIENT_SECRET",
"-e",
"TICKTICK_USERNAME",
"-e",
"TICKTICK_PASSWORD",
"ghcr.io/partymola/ticktick-mcp:v0.3.3"
],
"env": {
"TICKTICK_CLIENT_ID": "",
"TICKTICK_CLIENT_SECRET": "",
"TICKTICK_USERNAME": "",
"TICKTICK_PASSWORD": ""
}
}
}
}