MCP ExplorerExplorer

Mcp Todo

@polvion 9 months ago
1 MIT
FreeCommunity
AI Systems
A Flask app for managing todo.txt tasks with MCP integration for AI assistants.

Overview

What is Mcp Todo

mcp-todo is a simple Flask application designed for managing todo.txt style task lists, integrated with Model Context Protocol (MCP) for AI assistants.

Use cases

Use cases include managing daily tasks, collaborating on projects, integrating with AI assistants for task reminders, and organizing tasks based on priority or context.

How to use

To use mcp-todo, clone the repository, install the required packages using ‘pip install -r requirements.txt’, and run the Flask application with ‘python app.py’. Access the web interface at http://127.0.0.1:5000.

Key features

Key features include task creation, reading, updating, and deletion; marking tasks as complete/incomplete; priority support (A-Z); context and project support; filtering tasks by context or project; and AI assistant integration via MCP.

Where to use

mcp-todo can be used in personal task management, project management, and any scenario where task organization and AI assistance are beneficial.

Content

Todo.txt Flask App with MCP Integration

A simple Flask application for managing todo.txt style task lists with Model Context Protocol (MCP) integration for AI assistants.

Features

  • Create, read, update, and delete tasks
  • Mark tasks as complete/incomplete
  • Priority support (A-Z)
  • Context support (@context)
  • Project support (+project)
  • Filter tasks by context or project
  • AI assistant integration via MCP

Quick Start

Installation

  1. Clone this repository
  2. Install the requirements:
    pip install -r requirements.txt
    

Running the Flask App

Start the Flask web application:

python app.py

Access the web interface at http://127.0.0.1:5000

Testing with MCP Dev Tool

In a separate terminal (flask app must be running), test the MCP server with the development tool:

mcp dev mcp_server.py

Installing in Claude Desktop

To use with Claude Desktop:

mcp install mcp_server.py

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers