Dida365 runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 26 Nov 2025.
MCP Server for Dida365 (TickTick) Task Management Integration
Today is the operative word: we check Dida365 every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add dida365 -- npx -y dida365-mcp-server
{
"mcpServers": {
"dida365": {
"args": [
"-y",
"dida365-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.dida365]
command = "npx"
args = ["-y", "dida365-mcp-server"]
{
"mcpServers": {
"dida365": {
"args": [
"-y",
"dida365-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"dida365": {
"args": [
"-y",
"dida365-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
DIDA365_CLIENT_ID (OAuth2 Client ID for Dida365/TickTick API), DIDA365_CLIENT_SECRET (OAuth2 Client Secret for Dida365/TickTick API), DIDA365_REGION (Region for the service (china or international)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Todoist task management integration
MCP server for Fizzy task management
MCP server for Tableau API integration
MCP server for Rundeck API integration
A test MCP server for task management
MCP server for Azure API integration
MCP server for Xero API integration
MCP server for Mailchimp API integration
Answers built from our own checks of this server.