Microsoft Todo MCP service for Claude and Cursor. Fork of @jhirono/todomcp
Microsoft Todo MCP service for Claude and Cursor. Fork of @jhirono/todomcp. Exposed over MCP by the microsoft todo mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A Model Context Protocol (MCP) server that enables AI assistants like Claude and Cursor to interact with Microsoft To Do via the Microsoft Graph API. This service provides comprehensive task management capabilities through a secure OAuth 2.0 authentication flow.
Everything the assistant can do here goes through one of these:
Authentication — The Authentication tool exposed by this serverDebugging — The Debugging tool exposed by this serverYou will need 6 environment variables: MS_TODO_ACCESS_TOKEN, MS_TODO_REFRESH_TOKEN, MSTODO_TOKEN_FILE, CLIENT_ID, CLIENT_SECRET, TENANT_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as microsoft-todo-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Microsoft Todo's toolset — Authentication, Debugging — is a fair guide to whether it matches your workflow. It is maintained by jordanburke; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Authentication | The Authentication tool exposed by this server. |
| Debugging | The Debugging tool exposed by this server. |
{
"mcpServers": {
"microsoft-todo": {
"command": "npx",
"args": ["-y", "microsoft-todo-mcp-server"],
"env": {
"MS_TODO_ACCESS_TOKEN": "your-value",
"MS_TODO_REFRESH_TOKEN": "your-value",
"MSTODO_TOKEN_FILE": "your-value",
"CLIENT_ID": "your-value",
"CLIENT_SECRET": "your-value",
"TENANT_ID": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MS_TODO_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| MS_TODO_REFRESH_TOKEN | Credential the server authenticates with. | Yes |
| MSTODO_TOKEN_FILE | Credential the server authenticates with. | Yes |
| CLIENT_ID | Configuration value read at startup. | Optional |
| CLIENT_SECRET | Credential the server authenticates with. | Yes |
| TENANT_ID | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.