Todo List
FreeNot checkedManages a persistent todo list with SQLite storage, reminder notifications, and cross-platform sound alerts.
About
Manages a persistent todo list with SQLite storage, reminder notifications, and cross-platform sound alerts.
README
A Model Context Protocol (MCP) server that provides:
- Todo List Management: Persistent todo list with SQLite database storage
- Reminder Service: Desktop notifications with optional sound alerts
- Cross-platform Sound System: Sound playback on Windows, macOS, and Linux
Quick Start
Prerequisites
- UV installed
- Python 3.11 or higher
Configuration
The application stores data in ~/.todo-list-mcp/ directory:
todo_list.db- SQLite database for tasksreminder_daemon/- Reminder daemon data
No additional configuration is required unless you want to customize the database location.
You can optionally create a .env file in ~/.todo-list-mcp/ with:
TODO_LIST_MCP__DATABASE_URL=sqlite:///path/to/custom/location.db
VSCode IDE Setup
Enter the following details in your mcp.json configuration file:
"todo-list-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"todo-list-mcp@latest"
]
}
Features
Todo List Management (MCP)
- SQLite Storage: Store tasks in a local SQLite database for fast, reliable access
- Flexible Attributes: Track title, description, status, priority, urgency, time estimates, due dates, tags, and assignees
- Smart Filtering: Query tasks by status, priority, tags, assignee, or due date
- Lifecycle Management: Create, read, update, and archive tasks directly via MCP tools
- Archiving: Archive completed tasks while preserving all data for future reference
Reminder System
- Cross-Platform: Native visual dialogs for Windows, macOS, and Linux
- Background Service: Reliable daemon process ensures timely notifications
- Persistence: Local JSON storage in
~/.todo-list-mcp/reminder_daemon/keeps reminders safe
Sound System
- Universal Playback: Audio alerts on all supported operating systems
- Built-in Assets: Includes a chime sound out of the box
- Advanced Audio: Support for custom WAV files and loop playback with configurable intervals
Install Todo List in Claude Desktop, Claude Code & Cursor
unyly install todo-list-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add todo-list-mcp -- uvx todo-list-mcpFAQ
Is Todo List MCP free?
Yes, Todo List MCP is free — one-click install via Unyly at no cost.
Does Todo List need an API key?
No, Todo List runs without API keys or environment variables.
Is Todo List hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Todo List in Claude Desktop, Claude Code or Cursor?
Open Todo List on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Todo List with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
