TickTick MCP Server
@shidhincr
About TickTick MCP Server
A Model Context Protocol (MCP) server for TickTick task management application
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is TickTick MCP Server?
The TickTick MCP Server is a Model Context Protocol server that allows AI assistants to interact with the TickTick task management application through the TickTick Open API. It enables automated task and project management from AI tools.
How to use TickTick MCP Server?
You need Node.js 18+, a TickTick Developer account, and a TickTick API access token. Clone the repository, install dependencies (npm install), build (npm build), set the TICKTICK_ACCESS_TOKEN environment variable, and run npm start. Tools are then available for task and project operations.
Key features of TickTick MCP Server
- Get tasks from specific projects or all projects
- Create new tasks with due dates, priorities, descriptions
- Update existing tasks
- Mark tasks as complete
- Delete tasks
- Get list of all projects
- Create new projects with custom name, color, view mode, kind
Use cases of TickTick MCP Server
- Automatically create and update tasks from AI assistants
- Manage project lists and task statuses without manual input
- Streamline workflow by integrating TickTick with conversational AI
FAQ from TickTick MCP Server
What are the dependencies and runtime requirements?
Node.js v18 or higher, a TickTick Developer account, and a TickTick API access token obtained via OAuth2.
How do I authenticate with TickTick?
Register an application at the TickTick Developer Center, then follow the OAuth2 flow: redirect users to the authorization URL, exchange the authorization code for an access token, and set the token as the environment variable TICKTICK_ACCESS_TOKEN.
What tools does the server provide?
Task tools: ticktick_get_tasks, ticktick_create_task, ticktick_update_task, ticktick_complete_task, ticktick_delete_task. Project tools: ticktick_get_projects, ticktick_create_project.
Frequently asked questions
What are the dependencies and runtime requirements?
Node.js v18 or higher, a TickTick Developer account, and a TickTick API access token obtained via OAuth2.
How do I authenticate with TickTick?
Register an application at the TickTick Developer Center, then follow the OAuth2 flow: redirect users to the authorization URL, exchange the authorization code for an access token, and set the token as the environment variable `TICKTICK_ACCESS_TOKEN`.
What tools does the server provide?
Task tools: `ticktick_get_tasks`, `ticktick_create_task`, `ticktick_update_task`, `ticktick_complete_task`, `ticktick_delete_task`. Project tools: `ticktick_get_projects`, `ticktick_create_project`.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments