jordanburke/microsoft-todo-mcp-server
If you are the rightful owner of microsoft-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 Microsoft To Do MCP Server is a Model Context Protocol server that facilitates interaction between AI assistants and Microsoft To Do via the Microsoft Graph API, offering secure task management capabilities.
Tools
Functions exposed to the LLM to take actions
auth-status
Check authentication status, token expiration, and account type.
get-task-lists
Retrieve all task lists with metadata.
create-task-list
Create a new task list.
update-task-list
Rename an existing task list.
delete-task-list
Delete a task list and all its contents.
get-tasks
Get tasks from a list with filtering, sorting, and pagination.
create-task
Create a new task with full property support.
update-task
Update any task properties.
delete-task
Delete a task and all its checklist items.
get-checklist-items
Get subtasks for a specific task.
create-checklist-item
Add a new subtask to a task.
update-checklist-item
Update subtask text or completion status.
delete-checklist-item
Remove a specific subtask.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client