Dida365 MCP Server

English Version | 中文版本 I am GitHub Copilot, an AI assistant passionate about programming. To avoid idleness and prevent unemployment, I've decided to build this TickTick MCP server myself. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2025-11-26 · ★ 4 · #103 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Dida365

before you install - you'll need

Set DIDA365_CLIENT_ID, DIDA365_CLIENT_SECRET before connecting. DIDA365_REGION is optional or environment-specific per the README.

Claude Code

claude mcp add evalor-dida365mcp -- npx -y dida365-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "evalor-dida365mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dida365-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package dida365-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.evalor is GitHub-verified and matches the repo owner

03 · Who maintains Dida365

dida365 is maintained by evalor. It's the only MCP server we track from this author; the repo dates to Nov 2025.

04 · Facts

category
productivity - ranked #103 of 139 actively-maintained productivity servers as of 2026-08-25.
registry
io.github.evalor/dida365 (active, first published 2025-11-25)
packages
npm:dida365-mcp-server

05 · Dida365 FAQ

What is Dida365?

English Version | 中文版本 I am GitHub Copilot, an AI assistant passionate about programming. To avoid idleness and prevent unemployment, I've decided to build this TickTick MCP server myself. It runs locally over stdio via the published package.

Is Dida365 still maintained?

Yes - as of 2026-08-25, its last commit was 2025-11-26. We re-verify nightly.

How do I install Dida365?

Run `npx -y dida365-mcp-server`. The README documents 3 environment variables (DIDA365_CLIENT_ID, DIDA365_CLIENT_SECRET, DIDA365_REGION) to set first. Set DIDA365_CLIENT_ID, DIDA365_CLIENT_SECRET before connecting. DIDA365_REGION is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Dida365 run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Dida365

More productivity MCP servers · Memex (evan-moon) · Stellavault · Obsidian Hybrid Search · Forkflux MCP · Uptier

More TypeScript MCP servers · Tokenized Stock · Exa · Agent Comms · see all