todo-mcp-server
2.2
This project consists of a Todo application integrated with a Model Context Protocol (MCP) server, featuring a React/TypeScript frontend, a FastAPI backend, and a specialized MCP server.
Todo App with MCP Server
Project Overview
This project demonstrates how to build a Model Context Protocol (MCP) server that interacts with a simple Todo application. It consists of three main components:
- Client: A React/TypeScript frontend application
- Server: A FastAPI backend that manages Todo items
- MCP Server: A specialized server providing tool-based interaction with the Todo application
Getting Started
Prerequisites
- Docker and Docker Compose
- NodeJS
- Python
- UV (Python package manager)
- Claude Desktop
To start the application, clone the repository and run Docker Compose.