Skip to content
Claude Desktop

dida365 for Claude Desktop

io.github.evalor/dida365

MCP Server for Dida365 (TickTick) Task Management Integration

client:Claude Desktop transport:stdio runtime:npm

Install dida365 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

dida365 in other clients