kairos for Grok
io.github.superangrymonkey/kairos
Microsoft Planner MCP: create tasks and buckets, list plans and tasks, complete tasks.
client:Grok
transport:stdio
runtime:pypi
Install kairos in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs