Ticktick-MCP-Enhanced
@Code-MonkeyZhang
关于 Ticktick-MCP-Enhanced
A Model Context Protocol (MCP) server that allows you to manage your daily routine TickTick tasks with LLMs!
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ticktick": {
"command": "<absolute path to uv>",
"args": [
"run",
"--directory",
"<absolute path to ticktick-mcp directory>",
"-m",
"ticktick_mcp.cli",
"run"
]
}
}
}工具
3`get_all_projects`
`create_tasks`
`query_tasks`
概览
What is Ticktick-MCP-Enhanced?
Ticktick-MCP-Enhanced is a Model Context Protocol (MCP) server that enables LLMs like Claude to manage TickTick tasks and projects via natural language. It provides full API coverage, batch operations, and inbox access for developers and users who want AI-driven task management.
How to use Ticktick-MCP-Enhanced?
Install Python 3.10+ and uv, clone the repo, create and activate a venv, then run uv pip install -e . and uv run -m ticktick_mcp.cli auth for authentication. Configure Claude Desktop by adding the server to claude_desktop_config.json with the command uv run --directory <path> -m ticktick_mcp.cli run.
Key features of Ticktick-MCP-Enhanced
- Complete TickTick API coverage with all task parameters
- Access inbox tasks with special project ID "inbox"
- Correct timezone handling for due dates
- Batch operations for create, update, delete, complete
- 10 unified MCP tools for projects, tasks, and queries
Use cases of Ticktick-MCP-Enhanced
- Manage daily tasks and projects via natural language with AI
- Batch create multiple tasks or subtasks from a single command
- Filter and query tasks by priority, date, or search term
- View and update TickTick inbox and project details
- Automate task completion and project deletion workflows
FAQ from Ticktick-MCP-Enhanced
What does this MCP server do compared to alternatives?
It is an enhanced version of the original ticktick-mcp with complete API coverage, inbox access, timezone fixes, batch operations, and a simplified tool set.
What are the runtime requirements?
Python 3.10 or higher and the uv package manager. A TickTick account with registered API credentials (Client ID and Client Secret) is required.
Where does my data live?
The server interacts with TickTick’s cloud API; authentication tokens are saved locally in a .env file. No data is stored by the server itself beyond the token.
Are there any known limitations or restrictions?
The README does not mention specific limits, but batch operations are supported and the tool set is simplified for ease of use. It uses OAuth authentication with a redirect URI of http://localhost:8000/callback.
What transports or authentication methods are used?
The server uses MCP standard transport and OAuth 2.0 authentication via TickTick’s developer portal. Configuration is done through environment variables and a local auth flow.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
评论