TickTick MCP Server
by shidhincr
A Model Context Protocol (MCP) server implementation for TickTick, enabling AI assistants to interact with TickTick through the TickTick Open API. It allows for task and project management via AI.
Last updated: N/A
What is TickTick MCP Server?
The TickTick MCP Server is a server that implements the Model Context Protocol (MCP) to facilitate interaction between AI assistants and the TickTick task management application. It acts as a bridge, allowing AI to manage tasks and projects within TickTick using the TickTick Open API.
How to use TickTick MCP Server?
To use the server, you need a TickTick Developer account and API access token. Clone the repository, install dependencies, build the project, set the environment variable with your access token, and start the server. The server exposes tools for task and project management that AI assistants can utilize.
Key features of TickTick MCP Server
Get tasks from projects
Create new tasks with details like due dates, priorities, and descriptions
Update existing tasks
Mark tasks as complete
Delete tasks
Get list of projects
Create new projects with custom properties
Use cases of TickTick MCP Server
Integrating TickTick with AI assistants for automated task management
Creating tasks and projects via voice commands
Updating task statuses through AI-powered workflows
Generating reports on task completion and project progress using AI
Automated scheduling and prioritization of tasks based on AI analysis
FAQ from TickTick MCP Server
What is MCP?
What is MCP?
Model Context Protocol (MCP) is a protocol specification for interacting with applications.
Do I need a TickTick Premium account?
Do I need a TickTick Premium account?
A TickTick Developer account is required to obtain API access.
How do I get an access token?
How do I get an access token?
Follow the OAuth2 flow described in the Authentication Setup section of the README.
What Node.js version is required?
What Node.js version is required?
Node.js version 18 or higher is required.
Where can I find the TickTick Open API documentation?
Where can I find the TickTick Open API documentation?
The TickTick Open API documentation is available at https://developer.ticktick.com/docs#/openapi.