Turn Claude into your AI task manager. Create, manage & complete TickTick tasks just by talking — official OAuth API, local, private.
Turn Claude into your AI task manager. Create, manage & complete TickTick tasks just by talking — official OAuth API, local, private. The tick tick mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Connect Claude to your TickTick account and manage your entire task system through natural conversation -- create tasks, search across projects, check what's overdue, batch-create items, and stay organized without ever opening the app.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
ticktick_list_projects — List all projects with IDs, names, colorsticktick_get_project — Get details of a specific projectticktick_get_project_with_tasks — Get project details + all undone tasks in one callticktick_create_project — Create a new project (name, color, view mode)ticktick_update_project — Update a project's name, color, or view modeticktick_delete_project — Permanently delete a projectticktick_list_tasks — List all tasks in a specific projectticktick_create_task — Create a task (title, due date, priority, project, tags)ticktick_get_task — Get full details of a specific taskticktick_update_task — Update title, content, dates, or priorityticktick_complete_task — Mark a task as completedticktick_delete_task — Permanently delete a taskYou will need 4 environment variables: TICKTICK_CLIENT_ID, TICKTICK_CLIENT_SECRET, TICKTICK_BASE_URL, TICKTICK_TOKEN_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Tick Tick MCP's toolset — ticktick_list_projects, ticktick_get_project, ticktick_get_project_with_tasks and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Salen-Project; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Tick Tick MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| ticktick_list_projects | List all projects with IDs, names, colors |
| ticktick_get_project | Get details of a specific project |
| ticktick_get_project_with_tasks | Get project details + all undone tasks in one call |
| ticktick_create_project | Create a new project (name, color, view mode) |
| ticktick_update_project | Update a project's name, color, or view mode |
| ticktick_delete_project | Permanently delete a project |
| ticktick_list_tasks | List all tasks in a specific project |
| ticktick_create_task | Create a task (title, due date, priority, project, tags) |
| ticktick_get_task | Get full details of a specific task |
| ticktick_update_task | Update title, content, dates, or priority |
| ticktick_complete_task | Mark a task as completed |
| ticktick_delete_task | Permanently delete a task |
| ticktick_create_subtask | Create a subtask under a parent task |
| ticktick_get_all_tasks | Get all tasks across all active projects |
| Variable | Description | Required |
|---|---|---|
| TICKTICK_CLIENT_ID | Configuration value read at startup. | Optional |
| TICKTICK_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| TICKTICK_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| TICKTICK_TOKEN_URL | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.