This connects Claude to your Microsoft To Do tasks through the Pipeworx gateway, which routes to Microsoft 365 APIs. You get access to task operations without handling OAuth yourself. The tools table in the source is empty, so the specific operations aren't documented here, but it's part of Pipeworx's 725+ data source collection. You can either call tools directly or use the ask_pipeworx helper to query your tasks in natural language and let the gateway figure out which API to hit. Useful if you want Claude to read, create, or update your To Do lists without building the Microsoft Graph integration yourself.
Microsoft To Do (Microsoft 365) MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"microsoft-todo": {
"url": "https://gateway.pipeworx.io/microsoft-todo/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Microsoft Todo data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
gongrzhe/office-powerpoint-mcp-server
gongrzhe/office-word-mcp-server
io.github.mindstone/mcp-server-office
greirson/mcp-todoist
henilcalagiya/mcp-apple-notes
ankimcp/anki-mcp-server-addon