TickTick MCP Server
@alexarevalo9
About TickTick MCP Server
A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ticktick": {
"command": "npx",
"args": [
"-y",
"@alexarevalo.ai/mcp-server-ticktick"
],
"env": {
"TICKTICK_CLIENT_ID": "<YOUR_CLIENT_ID>",
"TICKTICK_CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"TICKTICK_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>"
}
}
}
}Tools
18`projectId` (string): Project identifier
Task object matching `TickTickTaskSchema`
`title` (string): Task title
Created task object matching `TickTickTaskSchema`
`taskId` (string): Task identifier - Path
Updated task object matching `TickTickTaskSchema`
`taskId` (string): Task identifier
void
`taskId` (string): Task identifier
void
None
Array of project objects matching `TickTickProjectSchema`
`projectId` (string): Project identifier
Project object matching `TickTickProjectSchema`
`projectId` (string): Project identifier
Object containing:
`name` (string): Project name
Created project object matching `TickTickProjectSchema`
Overview
What is TickTick MCP Server?
A Model Context Protocol server that integrates with the TickTick API, enabling task management, project organization, habit tracking, and more through AI assistants. It provides tools for creating, reading, updating, and deleting tasks and projects with full OAuth authentication.
How to use TickTick MCP Server?
Configure OAuth credentials (TICKTICK_CLIENT_ID and TICKTICK_CLIENT_SECRET) and an access token using a .env file or terminal environment variables. Run the MCP server via NPX (npx @alexarevalo.ai/mcp-server-ticktick) or Docker. For Claude Desktop, add the server configuration to claude_desktop_config.json. First-time authorization requires running an auth command to generate an access token.
Key features of TickTick MCP Server
- Task Management: Create, read, update, and delete tasks with all properties
- Project Management: Create, read, update, and delete projects with customizable views
- Subtask Support: Full management of subtasks within parent tasks
- Complete Task Control: Set priorities, due dates, reminders, and recurring rules
- OAuth Authentication: Full OAuth2 implementation for secure API access
- Comprehensive Error Handling: Clear error messages for common issues
Use cases of TickTick MCP Server
- Manage TickTick tasks and projects directly from an AI chat interface
- Automate task creation with due dates, reminders, and recurring rules
- Organize and update project views (list, kanban, timeline) and kinds (TASK, NOTE)
- Track habits and subtasks within the TickTick ecosystem
FAQ from TickTick MCP Server
How do I install TickTick MCP Server?
You can install it via NPX, Docker, or automatically via Smithery using the command npx -y @smithery/cli install @alexarevalo9/ticktick-mcp-server --client claude.
How do I authenticate with TickTick?
Register an app on the TickTick Developer Portal, set the OAuth redirect URL to http://localhost:8000/callback, then run the auth command (npx @alexarevalo.ai/mcp-server-ticktick ticktick-auth) to obtain an access token that must be set as an environment variable.
What are the priority levels and status values?
Priority can be 0 (None), 1 (Low), 3 (Medium), or 5 (High). Status values are 0 (Normal/not completed) and 2 (Completed).
What format do dates and reminders use?
Dates follow ISO 8601 format (yyyy-MM-dd'T'HH:mm:ssZ). Reminders use iCalendar TRIGGER format (e.g., ["TRIGGER:P0DT9H0M0S"]). Recurring rules use RFC 5545 (e.g., "RRULE:FREQ=DAILY;INTERVAL=1").
How do I use TickTick MCP Server with Claude Desktop?
Add a ticktick entry to claude_desktop_config.json under mcpServers with command npx and args ["-y", "@alexarevalo.ai/mcp-server-ticktick"], along with the required environment variables for OAuth.
More Productivity MCP servers
ntfy-mcp: Your Friendly Task Completion Notifier
teddyzxcvMCP Shrimp Task Manager
cjo4m06Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning A
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
Comments