Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

dida365 in other clients