Skip to content
Zed

dida365 for Zed

io.github.evalor/dida365

MCP Server for Dida365 (TickTick) Task Management Integration

client:Zed transport:stdio runtime:npm

Install dida365 in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dida365 in other clients