The Todo MCP Server bridges the gap between AI agents and Todo applications through the Model Context Protocol (MCP). It provides a lightweight server that exposes Todo API operations as MCP tools, enabling AI agents like Claude to retrieve, create, update, and delete todos seamlessly. Built with a Python SDK for MCP, Next.js API routes, Prisma ORM + PostgreSQL, and JWT-based authentication, this server simplifies the integration of Todo management into AI workflows.
Características Principales
01Supports create, update, delete, and mark-as-complete
02Retrieves todos via @mcp.resource
030 GitHub stars
04Works with Claude’s chat UI for seamless interaction
05Exposes Todo API operations as MCP tools