Mmcp.market

Kairos MCP server

by SuperAngryMonkey·io.github.SuperAngryMonkey/kairos·v0.1.0

Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks.

A92/100grade A
What users say
No reviews yet
Be the first
Safety scan
A92/100

full report

Adoption
New

0 stars

Reviews

Write one

Nobody 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 posts

Read from the package source without running it. The installed server may list more.

  • complete_planner_task

    Mark a Planner task complete (or reopen it). This is a real write.

  • create_planner_bucketwrite action

    Create 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 action

    Create a task in Microsoft Planner. This is a real write: the task exists the moment this returns.

  • kairos_auth_status

    Report whether kairos is signed in, as whom, whether Graph is reachable, and how many plans are visible.

  • kairos_login

    Start 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_finish

    Complete 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_plans

    List 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_tasks

    List 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

no findings
  • 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
Overall 92/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add kairos -- uvx kairos-mcp
Add to Cursor

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.

More from SuperAngryMonkey