sengmonkham/MCP
3.1
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
Functions exposed to the LLM to take actions
create_project
Create a new project
list_projects
List all projects
get_projects
Get a specific project by ID
delete_projects
Delete a project and all its todos
create_todo
Create a new todo in a project
update_todo
Update a todo's properties
delete_todo
Delete a todo from a project
get_todo
Get a specific todo by ID
list_todos
List all todos in a project
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client