SimpleCheckList MCP Server

SimpleCheckList MCP Server

Advanced SimpleCheckList with MCP server and SQLite database for comprehensive task management. Features: • Complete project and task management system • Hierarchical organization (Projects → Groups → Task Lists → Tasks → Subtasks) • SQLite database for data persistence • RESTful API with comprehensive endpoints • MCP protocol compliance for AI assistant integration • Docker-optimized deployment with stability improvements **v1.0.1 Update**: Enhanced Docker stability with improved container lifecycle management. Default mode optimized for containerized deployment with reliable startup and shutdown processes. Perfect for AI assistants managing complex project workflows and task hierarchies.

20 Tools

Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
list_projectsGet all projects from SimpleCheckList
create_projectCreate a new project
get_projectGet a specific project by ID
update_projectUpdate a project
delete_projectDelete a project
list_groupsGet all groups for a project
create_groupCreate a new group in a project
list_task_listsGet all task lists for a group
create_task_listCreate a new task list in a group
list_tasksGet all tasks for a task list
create_taskCreate a new task in a task list
toggle_task_completionToggle task completion status
update_taskUpdate a task
delete_taskDelete a task
list_subtasksGet all subtasks for a task
create_subtaskCreate a new subtask
toggle_subtask_completionToggle subtask completion status
delete_subtaskDelete a subtask
get_project_statsGet statistics for a project
get_all_tasksGet all tasks with full details across all projects

Manual installation

You can install the MCP server using:

Installation for

Related servers