Enhance your TickTick workflow with MCP server. Better filtering interface
Enhance your TickTick workflow with MCP server. Better filtering interface. The ticktick mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.
Enhance your TickTick workflow with this MCP server. Built upon the ticktick-py library, it offers significantly improved filtering capabilities, allowing AI assistants and MCP-compatible applications (like Claude Desktop, VS Code Agent Mode, or mcp-use) to interact with your tasks with greater precision and power.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Everything the assistant can do here goes through one of these:
Inputs — * datetime_iso_string (string): The date/time string in ISO 8601 formatPrerequisites — The Prerequisites tool exposed by this serverSetup — 1. Register a TickTick Application: Before using the server, you need to register an application with TickTick to obtain API credentials. FollowYou will need 2 environment variables: TICKTICK_CLIENT_ID, TICKTICK_CLIENT_SECRET. 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 knowledge and memory 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. Ticktick MCP's toolset — Inputs, Prerequisites, Setup — is a fair guide to whether it matches your workflow. It is maintained by jen6; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ticktick MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Inputs | * datetime_iso_string (string): The date/time string in ISO 8601 format. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | 1. **Register a TickTick Application:** Before using the server, you need to register an application with TickTick to obtain API credentials. Follow these steps based on the ticktick-py documentation: * Go to the [TickTi |
| Variable | Description | Required |
|---|---|---|
| TICKTICK_CLIENT_ID | Configuration value read at startup. | Optional |
| TICKTICK_CLIENT_SECRET | Credential the server authenticates with. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.