todo-list-mcp
Manages a persistent todo list with SQLite storage, reminder notifications, and cross-platform sound alerts.
README
<div align="center">
Todo List MCP Server
</div>
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.