Harruta/MCP
3.2
If you are the rightful owner of MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Project Planner MCP Server is a Model Context Protocol server designed for managing projects and todos, utilizing Cloudflare Workers for deployment.
Tools
9
Resources
0
Prompts
0
Project Planner MCP Server
A Model Context Protocol (MCP) server for managing projects and todos, deployed on Cloudflare Workers.
Features
- Create, list, get, and delete projects
- Create, update, list, get, and delete todos within projects
- Filter todos by status (pending, in_progress, completed)
- Data persisted in Cloudflare KV storage
Development
npm install
npm run dev
Deployment
npm run deploy
MCP Endpoints
/sse- Server-Sent Events endpoint for MCP clients/mcp- Standard MCP endpoint
Available Tools
create_project- Create a new projectlist_projects- List all projectsget_projects- Get a specific project by IDdelete_projects- Delete a project and all its todoscreate_todo- Create a new todo in a projectupdate_todo- Update a todo's propertiesdelete_todo- Delete a todo from a projectget_todo- Get a specific todo by IDlist_todos- List all todos in a project
Roadmap
This project is not complete. Next step: integrate an AI agent to interact with this MCP server.