Back to Apps

Todo MCP Server
by datagriff
Comprehensive Task Manager MCP Server for AI assistants, featuring full CRUD and productivity analysis using SQLite.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
Connects your AI assistant to a local SQLite-powered todo list. It allows the AI to manage tasks, track priorities, and provide productivity insights directly within the chat interface.
Tools
create_todo: Create new tasks with priority, due dates, and tags.update_todo: Modify any field of an existing todo.delete_todo: Remove tasks by ID.complete_todo: Mark tasks as finished.list_todos: Filter tasks by status, priority, or tags.search_todos: Find tasks by text in titles or descriptions.get_todo_stats: Generate high-level productivity statistics.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"todo-manager": {
"command": "node",
"args": ["/path/to/todo-mcp-server/dist/index.js"],
"env": {
"TODO_DB_PATH": "/path/to/your/todos.db"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install -g todo-mcp-serverInformation
- Pricing
- free
- Published
- 4/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"todo-manager": {
"command": "node",
"args": ["/path/to/todo-mcp-server/dist/index.js"],
"env": {
"TODO_DB_PATH": "/path/to/your/todos.db"
}
}
}
}





