Mcp Microsoft Todo
@MAG-Cie
关于 Mcp Microsoft Todo
MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"microsoft-todo": {
"command": "npx",
"args": [
"-y",
"@mag-cie/mcp-microsoft-todo@latest"
],
"env": {
"MS_CLIENT_ID": "your-azure-app-client-id",
"MS_TENANT": "common"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Microsoft Todo?
An MCP server that drives Microsoft To Do from Claude Code, Claude Desktop, or any MCP‑compatible client. It works with any Microsoft account (personal, Office 365, Microsoft 365) and requires zero Azure setup — authentication uses the device code flow.
How to use Mcp Microsoft Todo?
Install via npm: npx -y @mag-cie/mcp-microsoft-todo. Add it to your MCP client’s config (e.g., Claude Desktop’s claude_desktop_config.json). For personal accounts, set MS_TENANT=consumers. On first use, run --auth in a terminal to cache the token, then ask natural‑language prompts like “Show me my To Do lists” or “Mark these tasks as done”.
Key features of Mcp Microsoft Todo
- 28 tools: list, create, update, complete, delete tasks
- Batch operations (create, complete, delete up to 100 tasks)
- Sub‑task (checklist) management
- Attach external URLs as linked resources
- Custom JSON metadata via open extensions
- Cross‑list helpers (overdue, by category, bulk update)
- iCalendar export for Google/Apple/Outlook calendars
- Compact text output to save LLM tokens
Use cases of Mcp Microsoft Todo
- View or manage your full Microsoft To Do task list from a chat interface
- Batch complete or delete dozens of tasks in a single command
- Move tasks between lists or attach external references
- Search tasks across lists by title or tag/category
- Export work tasks as iCalendar for import into a calendar app
FAQ from Mcp Microsoft Todo
Which Microsoft accounts are supported?
All Microsoft accounts: personal (outlook.com, hotmail.com, live.com, msn.com), Office 365 personal or business, and Microsoft 365.
Do I need an Azure account or app registration?
No. The server handles authentication via device code flow — no Azure setup required on the user side.
How do I authenticate?
Run MS_TENANT=consumers npx -y @mag-cie/mcp-microsoft-todo@latest --auth in a terminal. Visit the displayed URL, enter the code, and sign in. The token is cached in ~/.mcp-microsoft-todo/token-cache.json and refreshed automatically.
How do I update to the latest version?
For Claude Code: remove the old server and add it again with @latest. For Claude Desktop: edit the version in claude_desktop_config.json and restart the app completely.
How do I uninstall the server and purge my data?
Run claude mcp remove microsoft-todo (if using Claude Code) and rm -rf ~/.mcp-microsoft-todo to delete the token cache.
生产力 分类下的更多 MCP 服务器
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Desktop Commander MCP
wonderwhy-erThis is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
MCP Google Calendar Server
markelaugust74A Model Context Protocol (MCP) server implementation for Google Calendar integration. Create and manage calendar events directly through Claude or other AI assistants.
AppleScript MCP Server (Dual access: python and node.js)
peakmojoMCP server that execute applescript giving you full control of your Mac
评论