Microsoft Todo
Summary
This Microsoft Todo MCP service enables Claude to interact with Microsoft Todo tasks through natural language. Built by jhirono, it provides tools for viewing task lists, creating tasks with due dates and priorities, managing checklist items, and checking authentication status. The implementation uses Microsoft Graph API with OAuth 2.0 authentication, storing tokens locally with automatic refresh capabilities. It's particularly useful for users who want to manage their Microsoft Todo tasks directly from Claude without switching applications.
Available Actions(13)
auth-status
Check your authentication status.
get-task-lists
Get all your To Do task lists.
create-task-list
Create a new task list.
update-task-list
Update an existing task list.
delete-task-list
Delete a task list.
get-tasks
Get all tasks in a list.
create-task
Create a new task.
update-task
Update an existing task.
delete-task
Delete a task.
get-checklist-items
Get checklist items for a task.
create-checklist-item
Create a checklist item.
update-checklist-item
Update a checklist item.
delete-checklist-item
Delete a checklist item.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论