Skip to content
Cursor

kairos for Cursor

io.github.superangrymonkey/kairos

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

client:Cursor transport:stdio runtime:pypi

Install kairos in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "kairos": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kairos in other clients