todoMCP

todoMCP

10

Microsoft To Do MCP is a service that facilitates managing Microsoft To Do tasks through an AI assistant by leveraging the Model Context Protocol. It uses Microsoft Graph API to provide functionality for creating, updating, and deleting tasks and task lists. The setup requires Azure App registration and Node.js environment.

What should I do if I encounter 'MailboxNotEnabledForRESTAPI' error?

This error typically means you're using a personal Microsoft account. Microsoft To Do API access is limited for personal accounts through the Graph API.

How can I check my authentication status?

You can check your authentication status using the 'auth-status' tool or by examining the expiration time in your tokens.json file.

What are the limitations of using personal accounts?

Personal accounts have limited access to the To Do API. If you must use a personal account, try setting TENANT_ID to 'consumers' or 'common'.