Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
pip install -rExposed MCP Tools (8)
get_projectsRetrieves a list of all projects in TickTick.
Read-only operation, no data modification.
project_detailsRetrieves details of a specific project.
Read-only operation, no data modification.
get_task_detailsRetrieves details of a specific task.
Read-only operation, no data modification.
create_projectCreates a new project in TickTick.
Creates new data, but doesn't modify existing data.
create_taskCreates a new task within a specified project.
Creates new data, but doesn't modify existing data.
update_taskUpdates an existing task's details.
Modifies existing task data, potentially causing unintended changes.
complete_taskMarks a task as complete.
Modifies task status, but reversible.
delete_taskDeletes a task from TickTick.
Deletes data, which is potentially irreversible.
Safety Assessment
This MCP server allows AI agents to manage TickTick tasks, which introduces moderate risk. While OAuth is used for authentication, the ability to write and delete tasks means that a compromised or poorly configured AI could cause data loss or disruption. Exercise caution when granting autonomy to AI agents using this MCP.
- OAuth-based authentication
- No direct filesystem access
- Limited scope of operations to TickTick tasks
- Clear tool descriptions provided
- Write and delete operations are supported
- Requires an API key stored in an environment variable
- Potential for unintended task modification or deletion by AI
- Internet connectivity required
