DeltaTask - Advanced Task Management System
@brysontang
关于 DeltaTask - Advanced Task Management System
A powerful MCP (Model Context Protocol) server for Claude Desktop, integrating task management, SQLite, and Obsidian visualization.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"deltatask": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/DeltaTask",
"run",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DeltaTask - Advanced Task Management System?
DeltaTask is a locally-hosted task management application with a Model Context Protocol (MCP) server. It integrates with Obsidian for bi-directional markdown sync and stores all data in a local SQLite database. Designed for power users, it offers smart task creation, automatic prioritization, decomposition, and tagging.
How to use DeltaTask - Advanced Task Management System?
Install Python 3.10+ and set up a virtual environment using uv, then install dependencies from requirements.txt. Configure the MCP server in Claude for Desktop by adding an entry in claude_desktop_config.json pointing to the DeltaTask directory and running server.py with uv. After restarting Claude, access the DeltaTask tools via the hammer icon.
Key features of DeltaTask - Advanced Task Management System
- Smart task creation with urgency and effort
- Automatic prioritization by urgency and effort
- Task decomposition into subtasks
- Custom tagging for organization
- Full MCP API for AI assistants
- Obsidian bi-directional sync
Use cases of DeltaTask - Advanced Task Management System
- Manage personal tasks with automatic sorting
- Break down complex projects into manageable subtasks
- Sync tasks between Obsidian and an AI assistant
- Query task statistics for productivity insights
- Integrate with Claude for natural language task management
FAQ from DeltaTask - Advanced Task Management System
What are the runtime requirements?
Python 3.10+ and SQLite3 are required. Obsidian is optional for markdown integration.
Where is task data stored?
All data is stored locally in a SQLite database. No external servers are used.
What MCP operations does DeltaTask expose?
It provides CRUD operations for tasks, search, sync with Obsidian, subtask management, tagging, and statistics retrieval.
How do I integrate with Claude for Desktop?
Edit claude_desktop_config.json to add a deltatask entry with the command uv and arguments pointing to the DeltaTask directory and server.py.
Can I use DeltaTask without Obsidian?
Yes, the Obsidian integration is optional. The core task management and MCP server function independently.
生产力 分类下的更多 MCP 服务器
🚀 TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Todoist MCP Server
abhiz123MCP server for Todoist integration enabling natural language task management with Claude
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
评论