dida365 for Cursor
io.github.evalor/dida365
MCP Server for Dida365 (TickTick) Task Management Integration
client:Cursor
transport:stdio
runtime:npm
Install dida365 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dida365": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dida365-mcp-server"
],
"env": {
"DIDA365_CLIENT_ID": "<DIDA365_CLIENT_ID>",
"DIDA365_CLIENT_SECRET": "<DIDA365_CLIENT_SECRET>",
"DIDA365_REGION": "<DIDA365_REGION>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs