dida365
About
MCP Server for Dida365 (TickTick) Task Management Integration
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DIDA365_CLIENT_ID DIDA365_CLIENT_SECRET DIDA365_REGIONClaude Code
claude mcp add --env DIDA365_CLIENT_ID= --env DIDA365_CLIENT_SECRET= --env DIDA365_REGION= dida365 -- npx dida365-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dida365","command":"npx","args":["dida365-mcp-server"],"env":{"DIDA365_CLIENT_ID":"","DIDA365_CLIENT_SECRET":"","DIDA365_REGION":""}}'
JSON
{
"mcpServers": {
"dida365": {
"command": "npx",
"args": [
"dida365-mcp-server"
],
"env": {
"DIDA365_CLIENT_ID": "",
"DIDA365_CLIENT_SECRET": "",
"DIDA365_REGION": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.