ticktick-mcp logo

ticktick-mcp使用 AI 管理您的 To-Do

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

TickTick MCP 是 Model Context Protocol (MCP) 服务端,整合 TickTick 任务管理工具和 AI 助手和应用程序。它允许使用标准化交互操作 TickTick 任务管理功能,包括获取项目和任务、创建新项目和任务、更新任务详细信息、完成任务以及删除任务。这一 MCP 服务端使用Python构建,并且使用MCP SDK,提供了让AI系统以自然语言方式在TickTick中管理待办事项和任务的方法。

主要功能

  • get_projects
  • project_details
  • get_task_details
  • create_project
  • create_task
  • update_task

价格

模型
Free
评分
暂无评价

使用场景

使用 AI 管理任务

AI 系统可以使用自然语言命令来帮助管理任务,如 '显示所有我的项目' 或 '创建一个名为 'Home Renovation' 的新项目'。

与 MCP 客户端集成

服务器可与任何符合 MCP 规范的客户端(例如 Claude Desktop 或 Cursor IDE)一起使用。

优点 & 缺点

优点

  • 启用了在TickTick中使用自然语言管理任务
  • 为 AI 助手提供了一种标准的方式与 TickTick 交互
  • 支持各种任务管理操作

缺点

  • 要求在 OAuth 中提供 TickTick API 密钥
  • 需要 Python 3.8+ 和特定的依赖

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What OAuth steps are required to get the TickTick API key?

Register an app in the TickTick developer portal to receive a client ID and secret, set a redirect URL (e.g., http://127.0.0.1:8080), then use the ticktick.oauth2 library to launch a browser flow and obtain an access token, which is saved to a .token file and placed in your .env as TICKTICK_API_KEY.

Asked by Damian Wysocki · Jun 21, 2025

How does TickTick MCP let an AI assistant manage my tasks?

The MCP server exposes standardized endpoints for operations like get_projects, create_task, update_task, complete_task, and delete_task. AI assistants can call these endpoints using natural‑language prompts, which the server translates into TickTick API calls.

Asked by Ismael Rios · Jun 20, 2025

What do I need to run TickTick MCP locally?

You need Python 3.8 or newer, a TickTick account, and an API key obtained via OAuth. After cloning the repo, install the listed dependencies with pip install -r requirements.txt and create a .env file containing TICKTICK_API_KEY=your_access_token.

Asked by Rasheed Osman · May 11, 2025

提问

服务配缩器 的替代品