Skip to main content
Glama
Saenai

microsoft-todo-safe-mcp

by Saenai

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-mcp

Server source:

skills/microsoft-todo-safe-mcp/server

Install with the vercel-labs/skills CLI from the repository root:

npx skills add . --skill microsoft-todo-safe-mcp -a codex --copy

Then initialize the installed skill copy. For a project-local Codex install, run:

powershell -ExecutionPolicy Bypass -File .agents\skills\microsoft-todo-safe-mcp\scripts\install.ps1

The 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_plan

CLI 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-....json

Token values are not part of this repository. They must stay under:

%APPDATA%\microsoft-todo-mcp\tokens.json

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to manage Microsoft To Do tasks via the Graph API, supporting multiple accounts, encrypted auth, and full CRUD operations.
    5 npm
    2
    MIT