ticktick-mcp-server
15
This project provides an MCP server for the TickTick API, allowing users to manage tasks, projects, and habits efficiently. It features OAuth authentication and error handling, making it a secure tool for task and project management.
get_task_by_ids
Get specific tasks with project ID and task ID
create_task
Create a new task in the project
update_task
Update existing tasks
complete_task
Mark the task as completed
delete_task
Delete a task from a project
get_user_projects
Obtain all items of certified users
get_project_by_id
Get specific items with ID
get_project_with_data
Get project details, tasks and columns
create_project
Create a new project
update_project
Update existing projects
delete_project
Delete the project