This gives Claude an in-memory task manager with standard CRUD operations plus project management frameworks baked in. You get todo list basics (add, complete, filter by status/priority/tags), then heavier tools like Eisenhower Matrix sorting, RICE scoring for prioritization, and PERT-based time estimation with optimistic/realistic/pessimistic ranges. The standup generator pulls completed and in-progress tasks into a daily update format, while the burndown calculator tracks story points against sprint duration with velocity metrics. Data only lives for the session, so it's more about helping Claude reason through work breakdown and prioritization during a conversation than persistent project tracking. Useful when you're planning sprints or need structured task analysis without leaving the chat.
MCP server providing task and project management tools for AI agents.
In-memory task list management. Add, complete, update status, delete, and list tasks with filtering by status, priority, and tags. Data persists within the session.
Sort tasks using established prioritization frameworks:
Estimate task duration using PERT methodology. Break work into subtasks, provide optimistic/realistic/pessimistic estimates, and get weighted expected time with configurable buffer.
Generate daily standup updates from the current task list. Outputs yesterday (completed), today (in progress), and blockers with summary statistics.
Calculate sprint burndown data. Given tasks with story points and sprint duration, computes ideal vs actual burndown, velocity metrics, and completion forecast.
npm install
npm run build
Add to your Claude Desktop config:
{
"mcpServers": {
"task-tools": {
"command": "node",
"args": ["path/to/mcp-task-tools/dist/index.js"]
}
}
}
MIT
gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon