Martinqi826/dida-mcp-public-template
Public skeleton for Dida/TickTick MCP setup (no secrets).
Platform-specific configuration:
{
"mcpServers": {
"dida-mcp-public-template": {
"command": "npx",
"args": [
"-y",
"dida-mcp-public-template"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
这是一个可公开分享的 滴答清单 MCP 接入模板(空壳)。
---
mcporterhttp://localhost:18090/callback)---
将 mcporter.template.json 复制为你自己的:
cp mcporter.template.json ~/.mcporter/mcporter.json然后把占位符替换为你自己的值:
YOUR_DIDA_CLIENT_IDYOUR_DIDA_CLIENT_SECRETYOUR_DIDA_REDIRECT_URI---
按你的 dida-mcp 实现方式完成 OAuth 授权(拿到你自己的 token)。
> 没有授权,MCP 无法创建/修改任务。
---
mcporter list dida-mcp --schema
mcporter call dida-mcp.get_projects --output json
mcporter call dida-mcp.create_task --args '{"title":"测试任务"}' --output json---
Client Secret、OAuth token、用户数据提交到公开仓库---
mcporter.template.json:公开模板配置(空壳)publish-checklist.md:发布前检查清单Loading reviews...