mcp-task-manager-server
7
The MCP Task Manager Server is a local MCP-compatible server for managing project and task data. It provides a persistent backend with SQLite support, offering tools for client-driven task management while maintaining project-based organization.
createProject`
Create a new project
addTask`
Add new tasks to the project
listTasks`
List tasks in the project, support filtering and subtasks to include
showTask`
Get full details of the task
setTaskStatus`
Update task status
expandTask`
Extend tasks to subtasks
getNextTask`
Get the next executable task
exportProject`
Export project data as JSON
importProject`
Create a new project from JSON import
updateTask`
Update task details
deleteTask`
Delete a task
deleteProject`
Delete the project and all its data