sam55silver/todo-mcp-server
If you are the rightful owner of todo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project demonstrates how to build a Model Context Protocol (MCP) server that interacts with a simple Todo application.
The Todo App with MCP Server project showcases the integration of a Model Context Protocol (MCP) server with a simple Todo application. It consists of a React/TypeScript frontend client, a FastAPI backend server, and an MCP server that facilitates tool-based interactions with the Todo application. MCP, developed by Anthropic, is an open standard that allows AI systems to dynamically connect with external tools, files, and APIs, providing a standardized way for AI models to access real-time data and execute operations. The MCP server acts as a structured access point for data and functionality, while the MCP client is the AI application that requests context or actions. This project serves as a practical example of how MCP can be used to enhance AI connectivity and integration with external systems.
Features
- Integration with React/TypeScript frontend
- FastAPI backend for managing Todo items
- MCP server for tool-based interaction
- Docker Compose for easy deployment
- Compatibility with Claude Desktop
Usages
usage with Claude Desktop
{ "mcpServers": { "todo-mcp": { "command": "uv", "args": [ "--directory", "/path/to/repo/todo-mcp", "run", "main.py" ] } } }