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.
「生産性」の他のコンテンツ
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
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.
C++ Excel Automation MCP Server
smileFAaceA MCP server for automatically create, view and modify Excel related file using LLM
コメント