Skip to content
Grok

dida365 for Grok

io.github.evalor/dida365

MCP Server for Dida365 (TickTick) Task Management Integration

client:Grok transport:stdio runtime:npm

Install dida365 in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dida365 in other clients