← Back to Plugins
MCP Server MCP

Microsoft Planner

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-planner",
      "version": "0.3.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Microsoft Entra ID tenant id (GUID or domain)",
          "isRequired": true,
          "name": "MS_TENANT_ID"
        },
        {
          "description": "Entra app registration client id",
          "isRequired": true,
          "name": "MS_CLIENT_ID"
        },
        {
          "description": "Entra app registration client secret (app needs Tasks.ReadWrite.All, GroupMember.Read.All, User.Read.All application permissions)",
          "isRequired": true,
          "isSecret": true,
          "name": "MS_CLIENT_SECRET"
        },
        {
          "description": "true/1 registers the advanced toolset (graph_get, graph_find_endpoint) — a read-only escape hatch limited to /planner, /groups, /users",
          "default": "false",
          "name": "PLANNER_ADVANCED_TOOLSET"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...