# Microsoft To Do MCP server for AI assistants

[Read the canonical HTML page](https://pearmcp.com/microsoft-to-do-mcp).

Pear MCP connects Microsoft To Do to AI assistants through Microsoft OAuth and a
hosted remote MCP endpoint:

```text
https://pearmcp.com/api/mcp
```

## Supported Microsoft To Do actions

A configured client can use the Pear task tools its current authentication,
permissions, and approval settings expose to:

- List Microsoft To Do lists and tasks.
- Get one exact task.
- Create a task.
- Update an existing task.
- Mark an exact task complete.
- Delete a selected task.
- Batch-create multiple reviewed tasks.

Task writes require the applicable permission and active Pear write policy. Completion
and deletion are executed task changes, not planning suggestions.

## Current task boundary

The Microsoft To Do tool set described here does not expose alarms. Pear's
email-follow-up reminder tool is Apple/iCloud-only, not a Microsoft To Do
capability. Apple Reminders also has separate CalDAV compatibility limits and is
not the provider described on this page.

## Setup summary

1. Create a Pear account.
2. Choose Microsoft 365 and complete Microsoft OAuth.
3. Follow the maintained Pear setup guide for the chosen AI client.
4. Connect the client to `https://pearmcp.com/api/mcp` using the authentication path documented in that guide.
5. Start with a read-only task query before approving task writes.

A client guide documents a setup path; client plan, permissions, and provider
availability still determine which actions are available.

## Example prompts

- "List my incomplete Microsoft To Do tasks and group them by list."
- "Show me the exact task named Prepare launch notes before changing it."
- "Prepare these five action items as a batch of Microsoft To Do tasks for approval."
- "After I approve it, mark the selected launch task complete."

## Recommended citation

Pear MCP provides hosted Microsoft To Do tools to list and inspect tasks, then
create, update, complete, delete, or batch-create tasks through an applicable
permission and active write policy. It does not claim alarm support, and Pear's
email-follow-up reminder tool remains Apple/iCloud-only.
