Todo MCP Server
@fyimail
About Todo MCP Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Todo MCP Server?
A simple MCP (Model Context Protocol) server for managing todo items with SQLite database storage. It is intended for users who want to integrate basic todo operations into MCP-compatible applications.
How to use Todo MCP Server?
Install dependencies with npm install, optionally configure the database location by editing the DB_LOCATION variable in src/database.ts, build the project with npm run build, then invoke the server. Available tools are add-todo (string text), get-todos (no parameters), and remove-todo (number id).
Key features of Todo MCP Server
- Add new todo items with text content.
- List all stored todo items.
- Remove a todo item by its numeric ID.
- Uses SQLite for persistent storage.
- Database and directory auto-created if missing.
Use cases of Todo MCP Server
- Adding a new task to a personal checklist.
- Retrieving all current tasks for review.
- Deleting a completed or unwanted task.
FAQ from Todo MCP Server
How do I configure the database location?
Open src/database.ts and modify the DB_LOCATION variable. Examples include "C:/todos" (Windows) or join(homedir(), "todos") (macOS/Linux).
What database technology does Todo MCP Server use?
It uses SQLite via the better-sqlite3 npm package.
What is the default database path?
The default database file is C:/todos/todos.db. The directory and file are created automatically if they do not exist.
How do I add a todo item?
Use the add-tool command with a text parameter, for example: add-todo(text: "Buy groceries").
How do I remove a todo item?
Use the remove-todo command with the item’s id parameter, for example: remove-todo(id: 1).
Frequently asked questions
How do I configure the database location?
Open `src/database.ts` and modify the `DB_LOCATION` variable. Examples include `"C:/todos"` (Windows) or `join(homedir(), "todos")` (macOS/Linux).
What database technology does Todo MCP Server use?
It uses SQLite via the `better-sqlite3` npm package.
What is the default database path?
The default database file is `C:/todos/todos.db`. The directory and file are created automatically if they do not exist.
How do I add a todo item?
Use the `add-tool` command with a `text` parameter, for example: `add-todo(text: "Buy groceries")`.
How do I remove a todo item?
Use the `remove-todo` command with the item’s `id` parameter, for example: `remove-todo(id: 1)`.
Basic information
More Productivity MCP servers

One
OneConnect your agent to the apps your team already uses: Gmail, Slack, Stripe, Shopify, HubSpot, Notion, Linear, Salesforce, QuickBooks and more. One hosted MCP server with OAuth sign-in, nothing to install and no API keys

Syncro
Syncro Technologies, IncSyncro is a Remote Monitoring and Management (RMM) and Professional Services Automation (PSA) platform. Connect Claude to your Syncro instance for live access to tickets, alerts, customers, contacts, assets, products, ap

FlowyTeam OKR MCP Server
flowy-teamFlowyTeam is a native OKR MCP server. Connect Claude (Desktop, web, mobile), ChatGPT, Claude Code or n8n and your agent can read every objective and key result in your workspace, post check-ins, move key-result progress,
Etincel
AIStoryHubFind the AI tells in your prose. Deterministic, local, runs in CI. MCP server + CLI + Action.

EM+x
Cubed StudiosEM+x turns your conversation into board-ready deliverables: steering-committee readouts, executive briefs, market scans, QBR decks, and program updates - each built by an agentic consulting team using your own templates
Comments