Skip to content
Zed

Microsoft Planner for Zed

io.github.selic/mcp-planner

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

client:Zed transport:stdio runtime:npm

Install Microsoft Planner in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-planner": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Microsoft Planner in other clients