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