@task-mcp/mcp-server
v1.0.32
Published
AI-native task management MCP server with dependency optimization and critical path analysis
Maintainers
Readme
@task-mcp/mcp-server
MCP server for task management in Claude Code. Create tasks, manage dependencies, and set priorities using natural language.
Installation
npm install @task-mcp/mcp-serverAdd to ~/.claude/settings.json:
{
"mcpServers": {
"task-mcp": {
"command": "npx",
"args": ["@task-mcp/mcp-server"]
}
}
}Custom storage path:
{
"mcpServers": {
"task-mcp": {
"command": "npx",
"args": ["@task-mcp/mcp-server"],
"env": {
"TASKS_DIR": "/path/to/your/.tasks"
}
}
}
}What You Can Do
- Create, update, delete, and complete tasks
- Set dependencies and calculate execution order
- Find tasks that can run in parallel
- Detect bottleneck tasks
- Quick capture ideas (Inbox)
- Natural language input:
"Review PR by tomorrow #dev !high"
Tools
| Category | Description | |----------|-------------| | task | Create, update, delete, complete, list | | dependency | Add/remove dependencies, visualize graph | | optimization | Optimize order, detect bottlenecks, find parallel tasks | | view | Today's tasks, blocked tasks, quick wins | | inbox | Quick capture, promote to task | | analysis | Complexity analysis, tech stack analysis |
Usage
Access all features through 2 meta-tools:
find_tools- Search tools by natural languageexecute_tool- Execute tool by name
Links
License
MIT
