Skip to content
Grok

Microsoft Planner for Grok

io.github.mspstack/mcp-planner

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

client:Grok transport:stdio runtime:npm

Install Microsoft Planner in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp-planner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-planner"
      ],
      "env": {
        "MS_TENANT_ID": "<MS_TENANT_ID>",
        "MS_CLIENT_ID": "<MS_CLIENT_ID>",
        "MS_CLIENT_SECRET": "<MS_CLIENT_SECRET>",
        "PLANNER_ADVANCED_TOOLSET": "<PLANNER_ADVANCED_TOOLSET>"
      }
    }
  }
}

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

Microsoft Planner in other clients