A todo MCP server built with FastMCP
Project description
dotnet-todo-mcp
A FastMCP server that exposes the dotnet-todo CLI (a Todo.txt port) as MCP tools, making your todo list accessible to AI assistants via the Model Context Protocol.
Prerequisites
Install the todo CLI (.NET global tool):
dotnet tool install -g dotnet-todo
Running the Server
Via uvx (from PyPI):
uvx dotnet-todo-mcp
Local development (from the project directory):
uv sync
uv run python server.py
Tools
| Tool | Description | Parameters |
|---|---|---|
list_todos |
List pending todos, optionally filtered | terms: list[str] | None — filter terms (AND logic, prefix - to exclude) |
create_todo |
Create a new todo item | title: str, priority: str | None — letter A–Z |
complete_todo |
Mark a todo as done | item_number: int |
delete_todo |
Delete a todo | item_number: int |
set_priority |
Set or remove priority | item_number: int, priority: str | None |
list_todos_by_priority |
List todos sorted by priority | priorities: str | None (e.g. "A" or "A-C"), terms: list[str] | None |
list_all_todos |
List all todos including completed | terms: list[str] | None |
list_contexts |
List all @context tags |
(none) |
list_projects |
List all +project tags |
(none) |
Todo item format: 02 (D) 2023-07-30 Task description @context +project
MCP Client Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"todo": {
"command": "uvx",
"args": [
"--from",
"dotnet-todo-mcp",
"todo-mcp"
]
}
}
}
Local development — point at your local clone:
{
"mcpServers": {
"todo": {
"command": "uv",
"args": ["run", "--project", "/path/to/dotnet-todo-mcp", "todo-mcp"]
}
}
}
This requires that you run uv sync first.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dotnet_todo_mcp-0.1.2.tar.gz.
File metadata
- Download URL: dotnet_todo_mcp-0.1.2.tar.gz
- Upload date:
- Size: 69.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d692183422619d06d0a2afe331f3d70eb76cd5fdc04a4f44d735d609c902d6e
|
|
| MD5 |
d5456b8f55bca3a9aa0307a1ac7cda91
|
|
| BLAKE2b-256 |
875714293e5b3cf7455c007bec102808f51369b960d493e496e3d0464daa73d9
|
File details
Details for the file dotnet_todo_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dotnet_todo_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a5b9ee96934df2c7acdb51623a235850750a64f4577d86c531add7f82e2ab6
|
|
| MD5 |
d99c9712d4e9c92a9db1012720c23daa
|
|
| BLAKE2b-256 |
baad7b328a07c1d3030dc84184d2242660c2a8b81d39e028e5591ea9eac1597b
|