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.
The Todo MCP Server allows AI agents to manage todos using the Model Context Protocol (MCP) interface.
The Todo MCP Server is a protocol server that facilitates interaction with the Todo App through MCP-compatible AI tools like Claude. It leverages the Python SDK to provide a REST API, built with Next.js and hosted on Netlify, enabling operations such as retrieving, creating, updating, and deleting todos. The server is designed to integrate seamlessly with AI agents, providing a standardized interface for managing todo tasks. It uses Prisma ORM with PostgreSQL for database management and employs JWT-based authentication for secure access.
Features
- Exposes Todo API operations as MCP tools
- Retrieves todos via @mcp.resource
- Supports create, update, delete, and mark-as-complete
- Works with Claude’s chat UI for seamless interaction
Tools
Todo API Operations
Provides MCP tools for managing todos including create, update, delete, and mark-as-complete.