mcpbeat Sign in
local only

Kairos runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 20 Sep 2026.

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

Installs / week
pypi · kairos-mcp
0
Stars
0 open issues
20 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Kairos every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kairos -- uvx kairos-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kairos": {
      "args": [
        "kairos-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kairos]
command = "uvx"
args = ["kairos-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kairos": {
      "args": [
        "kairos-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kairos": {
      "args": [
        "kairos-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KAIROS_CLIENT_ID (Application (client) ID of YOUR OWN Entra app registration with delegated Tasks.ReadWrite. There is no shared app; you register one.), KAIROS_TENANT_ID (Directory (tenant) ID. Defaults to 'organizations'.), KAIROS_DEFAULT_PLAN (Plan name used when a tool is called without one. If unset and you have more than one plan, plan= is required.), KAIROS_CONFIG_DIR (Where the token cache, audit log and kill-switch file live. Defaults to ~/.config/kairos.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kairos

same job, measured the same way
Microsoft Planner
by selic

Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled

48 installs/wk local only
Microsoft Planner
by mspstack

Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled

local only
Done Bear
by donebear

Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.

15 tools answering
Google Tasks
by girmmy

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

66 installs/wk local only
Google Tasks MCP
by a1-x-tech

MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.

184 installs/wk local only
Superlist
by superlistapp

Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.

answering
Gtasks MCP
by alvinjchoi

Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.

90 installs/wk local only
Keap
by usefulapi

List and create Keap contacts, companies, tasks, opportunities, orders, tags and campaigns.

18 tools answering

Kairos — questions

Answers built from our own checks of this server.

Why is there no uptime for Kairos?
Kairos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package kairos-mcp.
How do I connect Kairos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls kairos-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Kairos open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.