8 months ago
A Model Context Protocol (MCP) server for interacting with TickTick/Dida365 task management service. This server provides tools to manage tasks, projects, and tags through the TickTick API.
Server Config
{
"mcpServers": {
"dida": {
"command": "node",
"args": [
"/path/to/dida-mcp-server/build/index.js"
]
}
}
}