Skip to content
Cline

kairos for Cline

io.github.superangrymonkey/kairos

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

client:Cline transport:stdio runtime:pypi

Install kairos in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kairos": {
      "command": "uvx",
      "args": [
        "kairos-mcp"
      ],
      "env": {
        "KAIROS_CLIENT_ID": "<KAIROS_CLIENT_ID>",
        "KAIROS_TENANT_ID": "<KAIROS_TENANT_ID>",
        "KAIROS_DEFAULT_PLAN": "<KAIROS_DEFAULT_PLAN>",
        "KAIROS_CONFIG_DIR": "<KAIROS_CONFIG_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

kairos in other clients