Ticktick-MCP-Enhanced

Created By
Code-MonkeyZhang7 months ago
A Model Context Protocol (MCP) server that allows you to manage your daily routine TickTick tasks with LLMs!
Overview

what is TickTick MCP Enhanced?

TickTick MCP Enhanced is a Model Context Protocol (MCP) server that allows users to manage their daily routine TickTick tasks using Large Language Models (LLMs).

how to use TickTick MCP Enhanced?

To use TickTick MCP Enhanced, clone the repository from GitHub, install the necessary dependencies, authenticate with your TickTick account, and run the server to manage tasks through natural language commands.

key features of TickTick MCP Enhanced?

  • Complete API coverage for TickTick's latest Open API.
  • Access to tasks in the inbox with a special project ID.
  • Correct handling of task due dates across different timezones.
  • Support for batch operations on tasks and projects.
  • Modular architecture for easy integration with other applications.

use cases of TickTick MCP Enhanced?

  1. Managing daily tasks and projects through natural language.
  2. Automating task creation and updates using LLMs.
  3. Integrating with other applications like Claude Desktop for enhanced productivity.

FAQ from TickTick MCP Enhanced?

  • Do I need a TickTick account to use this MCP?

Yes, you need a TickTick account with API access to use this MCP.

  • Is there a cost associated with using TickTick MCP Enhanced?

No, it is free to use as long as you have a TickTick account.

  • What programming language is required to run this project?

You need Python 3.10 or higher to run this project.

Server Config

{
  "mcpServers": {
    "ticktick": {
      "command": "<absolute path to uv>",
      "args": [
        "run",
        "--directory",
        "<absolute path to ticktick-mcp directory>",
        "-m",
        "ticktick_mcp.cli",
        "run"
      ]
    }
  }
}
Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
Code-MonkeyZhang
Star
-
Language
-
License
-

Recommend Servers

View All