Skip to main content

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": ["dotnet-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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dotnet_todo_mcp-0.1.1.tar.gz (69.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dotnet_todo_mcp-0.1.1-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file dotnet_todo_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: dotnet_todo_mcp-0.1.1.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

Hashes for dotnet_todo_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a759219ac94f8729c5afa06e0dc3d037bcf24f519260cb6c9d1ab73247cfaa39
MD5 3c921cf68dbff4468cd823aaa90d6351
BLAKE2b-256 043b190d4ada5ab205e184bf16dd5e05ef921f6bc11fc621aae3e1e411cc59bf

See more details on using hashes here.

File details

Details for the file dotnet_todo_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: dotnet_todo_mcp-0.1.1-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

Hashes for dotnet_todo_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c41df19901764ace4594abde20d6fefb0df1d0d1d52ab3155a5e5d05ae46af69
MD5 32aa4eb5e3ba38aac9dd7a263d795d9f
BLAKE2b-256 492e60cadafee894bdd390ecb902ed78352b52a556d6897bfbcdea626f44c937

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page