Server Config
{
"mcpServers": {
"ticktick": {
"command": "node",
"args": [
"/absolute/path/to/ticktick-mcp-ts/dist/index.js"
],
"env": {
"TICKTICK_ACCESS_TOKEN": "your_access_token_here",
"TICKTICK_BASE_URL": "https://api.ticktick.com/open/v1"
}
}
}
}