Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the TickTick in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Drive TickTick (cross-platform task manager) from any AI agent: projects, tasks, completed-tasks reporting. 6 tools, OAuth2 Bearer auth.
こう聞いてみよう
TickTick のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → TickTick をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
TickTick
Drive TickTick (cross-platform task manager) from any AI agent: projects, tasks, completed-tasks reporting. 6 tools, OAuth2 Bearer auth.
セットアップ
ticktick.com).
Setup:
- Register an app at https://developer.ticktick.com → Manage Apps → New App.
- Note Client ID and Client Secret, and configure a redirect URL.
- Run OAuth2 authorization-code flow with scopes
tasks:read tasks:write. - Set
TICKTICK_ACCESS_TOKENto the obtained token (lifetime varies; refresh externally).
Authentication: Authorization: Bearer ${TICKTICK_ACCESS_TOKEN}.
Project hierarchy: Inbox + user-created projects (lists) → tasks → subtasks (items).
Date format: ISO 8601 with timezone (e.g. 2026-03-15T15:30:00+0000).
Priority: 0 (none), 1 (low), 3 (medium), 5 (high).
…(continued in the in-app connector instructions)
前提条件: TICKTICK_ACCESS_TOKEN
ローカルでコネクタをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/store を開き、 TickTick を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| Tool | What it does |
|---|---|
ticktick_get_user_projects | List the user's projects (lists) |
ticktick_get_project_with_data | Get a project with its tasks and columns |
ticktick_get_task | Get a single task by project + task ID |
ticktick_create_task | Create a task |
ticktick_update_task | Update a task |
ticktick_complete_task | Mark a task complete |
次のステップ
このガイドは役に立ちましたか?