Back to Apps

Dida365 MCP Server
Supports UIby ZH1754629545
Connect your AI to TickTick (Dida365) for seamless task, project, and schedule management.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This server connects AI assistants to the TickTick (Dida365) API, allowing the AI to manage your todo list, schedule, and projects directly through the Model Context Protocol.
Tools
create_task: Creates a new task with title, project, and optional due date.get_tasks_by_projectId: Lists all tasks within a specific project.update_task: Modifies existing tasks, including status and priority.delete_task: Removes a task from a project.complete_task: Marks a specific task as finished.get_projects: Retrieves a list of all available projects.create_project: Sets up a new project folder for organization.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dida365": {
"command": "node",
"args": ["/path/to/dida365-mcp-servers/dist/index.js"],
"env": {
"DIDA365_TOKEN": "your_token_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm i dida365-mcp-serversInformation
- Pricing
- free
- Published
- 4/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"dida365": {
"command": "node",
"args": ["/path/to/dida365-mcp-servers/dist/index.js"],
"env": {
"DIDA365_TOKEN": "your_token_here"
}
}
}
}





