DeltaTask - Advanced Task Management System
@brysontang
About DeltaTask - Advanced Task Management System
A powerful MCP (Model Context Protocol) server for Claude Desktop, integrating task management, SQLite, and Obsidian visualization.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"deltatask": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/DeltaTask",
"run",
"server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Productivity MCP servers
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
yokingma⏰ Time MCP Server: Giving LLMs Time Awareness Capabilities
Openfate Bazi Mcp
openfate-aiOpenFate Bazi MCP server with deterministic Four Pillars calculation, True Solar Time, branch interactions, and reverse Bazi lookup.
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
Comments