Package
dida365-mcp-server v0.2.2 by evalor
Installation
Add to your .mcp.json or Claude Code MCP settings:
{
"mcpServers": {
"dida365": {
"command": "npx",
"args": ["-y", "dida365-mcp-server"]
}
}
}Setup
- Run Claude Code — the MCP server starts automatically
- Use
check_auth_statusto see if authorized - If not, use
get_auth_urlto get an OAuth login link - Open the URL in browser and authorize
- Tokens saved to
~/.dida365-mcp/tokens.json
Available Tools
| Tool | Description |
|---|---|
check_auth_status |
Check authorization status |
get_auth_url |
Get OAuth login URL |
create_task |
Create a new task |
update_task |
Update an existing task |
complete_task |
Mark task as complete |
delete_task |
Delete a task |
get_task |
Get task details |
list_tasks |
List tasks in a project |
list_projects |
List all projects |
create_project |
Create a project |
update_project |
Update a project |
delete_project |
Delete a project |
get_project |
Get project details |
get_project_data |
Get all data in a project |
Tips
- Times in UTC:
YYYY-MM-DDThh:mm:00.000+0000 - Set
timeZone: "Asia/Shanghai"for China - Completed tasks:
status: 2+completedTime - Tags NOT supported via MCP — use direct API with token from
~/.dida365-mcp/tokens.json - Use
batch_add_tasks/batch_update_tasksfor bulk operations