microsoft-todo-safe-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@microsoft-todo-safe-mcppreview a plan to archive completed tasks from last month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Microsoft To Do Safe MCP Skill
This repository is packaged as a Codex skill. The skill is the source of truth for both operating instructions and server development.
Skill source:
skills/microsoft-todo-safe-mcpServer source:
skills/microsoft-todo-safe-mcp/serverInstall with the vercel-labs/skills CLI from the repository root:
npx skills add . --skill microsoft-todo-safe-mcp -a codex --copyThen initialize the installed skill copy. For a project-local Codex install, run:
powershell -ExecutionPolicy Bypass -File .agents\skills\microsoft-todo-safe-mcp\scripts\install.ps1The skills CLI only copies the skill package. The bundled install.ps1
installs and builds the MCP server in the installed copy, updates the local
Codex MCP config, and runs the smoke test. If the skill is installed to a
different directory, run that copy's scripts\install.ps1.
After installing, restart/reopen Codex so it reloads skills and MCP servers.
Read-only workflow entry points:
export_backup
analyze_todo_system
analyze_low_maintenance_system
export_completed_archive
propose_plan
validate_plan
preview_plan
apply_planCLI equivalents from skills/microsoft-todo-safe-mcp/server:
corepack pnpm run export:backup
corepack pnpm run analyze:low-maintenance -- --backup safe-data\backups\mstodo-backup-....json
corepack pnpm run export:completed-archive -- --backup safe-data\backups\mstodo-backup-....jsonToken values are not part of this repository. They must stay under:
%APPDATA%\microsoft-todo-mcp\tokens.jsonThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, labels, sections, and comments through natural conversation. Supports comprehensive task operations including creation, updates, completion, and organization with natural language quick-add functionality.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to manage Todoist tasks, projects, sections, and labels through natural language, supporting task creation, updates, completion, and intelligent organization of your workflow.Last updated24MIT
- Flicense-qualityDmaintenanceEnables comprehensive Microsoft To Do task management through Microsoft Graph API with Entra ID OAuth authentication. Supports creating, updating, and managing todo lists, tasks, reminders, and due dates through natural language.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to manage Microsoft To Do tasks via the Graph API, supporting multiple accounts, encrypted auth, and full CRUD operations.Last updated142MIT
Related MCP Connectors
Automate tasks, processes, and approvals with AI.
Your AI copilot for customer onboarding — projects, KPIs, tasks, and safe writes.
Mobile-first AI life planner — turn goals into daily, synced tasks from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Saenai/microsoft-todo-safe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server