View and manage your todo tasks:
- Organizes tasks in a clear, structured table view
Create and customize task with ease:
- Log in to your TickTick account
- Open Settings - Account - API Token
{
"mcpServers": {
"ticktick": {
"command": "npx",
"args": ["-y", "@ticktick/mcp-server"],
"env": {
"API_TOKEN": "api_token_here",
"API_DOMAIN": "api.ticktick.com"
}
}
}
}