Dida365 (TickTick) MCP ServerServer

iamjzx
GitHub
Project ManagementApp Automation

Loading subscription status...

πŸ’‘ Description

This is a model context protocol (MCP) server that provides tools for interacting with the Dida365 (TickTick) API, enabling task management capabilities, including creating, updating, and deleting tasks, as well as creating and managing projects/lists after user authorization.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "dida365": {
        "args": [
          "/c",
          "npx",
          "-y",
          "@smithery/cli@latest",
          "run",
          "@iamjzx/dida",
          "--config",
          "{\"token\":\"your token\"}"
        ],
        "command": "cmd"
      }
    }
  ]
}

πŸ› οΈ Tools

Node.jsnpmyarn

⚑ Features

  • User authentication through Dida365
  • Fetch all projects (lists)
  • Fetch tasks from the inbox
  • Create new tasks with various parameters
  • Update existing tasks in the inbox
  • Delete tasks from the inbox
  • Create new projects

πŸ’¬ Example Queries

  • Create a new task in Dida365
  • Update an existing task in Dida365
  • Delete a task from Dida365
  • Get all projects from Dida365
  • Retrieve tasks from a specific project in Dida365