TickTick MCP Server
A security-hardened MCP server for TickTick that enables managing your tasks directly through any MCP-compatible client.
README
TickTick MCP Server
A security-hardened Model Context Protocol (MCP) server for TickTick that enables managing your tasks directly through any MCP-compatible client.
Works With Any MCP Client
This server works with any MCP-compatible client:
- Claude Desktop
- Cursor
- Cline
- Continue
- Any MCP-compatible IDE or tool
Quick Start
1. Get TickTick API Credentials
- Go to TickTick Developer Center
- Create a new app with redirect URI:
http://localhost:8080/callback - Copy your Client ID and Client Secret
2. Authenticate (One-Time Setup)
Run this command and enter your credentials when prompted:
uvx ticktick-mcp-server auth
This opens your browser to authorize with TickTick. Your tokens are securely saved to ~/.config/ticktick-mcp/credentials.json.
3. Configure Your MCP Client
Add to your MCP client config:
{
"mcpServers": {
"ticktick": {
"command": "uvx",
"args": ["ticktick-mcp-server", "run"],
"env": {
"TICKTICK_CLIENT_ID": "your-client-id-here",
"TICKTICK_CLIENT_SECRET": "your-client-secret-here"
}
}
}
}
<details> <summary><strong>Config file locations</strong></summary>
| Client | macOS | Windows |
|---|---|---|
| Claude Desktop | ~/Library/Application Support/Claude/claude_desktop_config.json |
%APPDATA%\Claude\claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
%USERPROFILE%\.cursor\mcp.json |
</details>
4. Restart Your Client
That's it! Now you can:
- "Show me all my TickTick projects"
- "What tasks are due today?"
- "Create a task to buy groceries in my Shopping list"
Alternative Installation
Using pip
pip install ticktick-mcp-server
ticktick-mcp-server auth
Dida365 (滴答清单) Support
For the China version of TickTick, add these environment variables to your MCP config:
{
"mcpServers": {
"ticktick": {
"command": "uvx",
"args": ["ticktick-mcp-server", "run"],
"env": {
"TICKTICK_CLIENT_ID": "your-client-id",
"TICKTICK_CLIENT_SECRET": "your-client-secret",
"TICKTICK_BASE_URL": "https://api.dida365.com/open/v1",
"TICKTICK_AUTH_URL": "https://dida365.com/oauth/authorize",
"TICKTICK_TOKEN_URL": "https://dida365.com/oauth/token"
}
}
}
}
Register your app at Dida365 Developer Center.
Available Tools
Projects
| Tool | Description |
|---|---|
get_projects |
List all projects |
get_project |
Get project details |
create_project |
Create a new project |
delete_project |
Delete a project |
Tasks
| Tool | Description |
|---|---|
get_task |
Get task details |
create_task |
Create a new task |
update_task |
Update a task |
complete_task |
Mark task complete |
delete_task |
Delete a task |
get_all_tasks |
Get all tasks |
search_tasks |
Search tasks |
Date Filters
| Tool | Description |
|---|---|
get_tasks_due_today |
Tasks due today |
get_tasks_due_tomorrow |
Tasks due tomorrow |
get_tasks_due_this_week |
Tasks due this week |
get_overdue_tasks |
Overdue tasks |
GTD Workflow
| Tool | Description |
|---|---|
get_engaged_tasks |
High priority + overdue |
get_next_tasks |
Medium priority + due tomorrow |
batch_create_tasks |
Create multiple tasks |
Example Prompts
"Show me all my TickTick projects"
"What tasks do I have due today?"
"Create a high priority task 'Finish report' in my Work project"
"Mark 'Buy groceries' as complete"
"Show me everything that's overdue"
"Break down 'Plan vacation' into 5 subtasks"
Credential Storage
Tokens are stored securely in:
- macOS/Linux:
~/.config/ticktick-mcp/credentials.json - Windows:
%APPDATA%/ticktick-mcp/credentials.json
To re-authenticate, run uvx ticktick-mcp-server auth again.
Why This Fork?
This is a security-hardened fork of jacepark12/ticktick-mcp with 9 vulnerabilities fixed:
| Severity | Issue | Status |
|---|---|---|
| Critical | CSRF in OAuth callback | Fixed |
| High | Insecure credential file permissions | Fixed |
| High | OAuth server binds to all interfaces | Fixed |
| High | No explicit TLS verification | Fixed |
| Medium | Sensitive data in error messages | Fixed |
| Medium | No rate limiting on OAuth | Fixed |
| Medium | Bare except catches signals | Fixed |
| Medium | Path traversal in IDs | Fixed |
| Medium | Race conditions in state | Fixed |
License
MIT License - see LICENSE file for details.
Credits
Fork of jacepark12/ticktick-mcp.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。