MCP.so
登录

TickTick MCP Server

@alexarevalo9

关于 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.

基本信息

分类

生产力

运行时

node

传输方式

stdio

发布者

alexarevalo9

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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>"
      }
    }
  }
}

工具

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`

概览

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.

评论

生产力 分类下的更多 MCP 服务器