Kairos MCP server
Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks.
0 stars
Reviews
Write oneNobody has reviewed Kairos yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Kairos tools (8, 2 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
complete_planner_taskMark a Planner task complete (or reopen it). This is a real write.
create_planner_bucketwrite actionCreate a bucket (board column) in a Planner plan. Idempotent: if a bucket with that name already exists (case-insensitive) its ID is returned and nothing is created.
create_planner_taskwrite actionCreate a task in Microsoft Planner. This is a real write: the task exists the moment this returns.
kairos_auth_statusReport whether kairos is signed in, as whom, whether Graph is reachable, and how many plans are visible.
kairos_loginStart a device-code sign-in to Microsoft 365. Returns a URL and a code for the human to enter in a browser; then call kairos_login_finish() to complete. Only needed once, or after the refresh token lapses (for example after a password change).
kairos_login_finishComplete a device-code sign-in started with kairos_login(). Call after entering the code in the browser. Waits up to ~60s; if the code has not been entered yet, it says so and can simply be called again.
list_planner_plansList the Planner plans this account can see, each with its buckets and IDs. Results are cached for a few minutes; pass refresh=true to force a re-read (for example after someone added a bucket in the Planner UI).
list_planner_tasksList Planner tasks with their IDs, so a task can be referenced or completed.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Install directly
claude mcp add kairos -- uvx kairos-mcp
Kairos: common questions
- Is Kairos MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Kairos safety report
- How do I install Kairos?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Kairos need an API key?
- No secret keys are declared. It reads 4 settings from the environment.
- Is Kairos maintained?
- The last commit was in the last day (2026-09-19). The latest release is v0.1.0.