dida365 for Cline
io.github.evalor/dida365
MCP Server for Dida365 (TickTick) Task Management Integration
client:Cline
transport:stdio
runtime:npm
Install dida365 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"dida365": {
"command": "npx",
"args": [
"-y",
"dida365-mcp-server"
],
"env": {
"DIDA365_CLIENT_ID": "<DIDA365_CLIENT_ID>",
"DIDA365_CLIENT_SECRET": "<DIDA365_CLIENT_SECRET>",
"DIDA365_REGION": "<DIDA365_REGION>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs