Loading MCP server directory, please wait...
Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
npx @getmcp/cli add io.github.selic/mcp-plannerRequires Node.js 18+. Community-contributed server. Review source before installing.
MS_TENANT_IDMicrosoft Entra ID tenant id (GUID or domain)
MS_CLIENT_IDEntra app registration client id
MS_CLIENT_SECRETEntra app registration client secret (app needs Tasks.ReadWrite.All, GroupMember.Read.All, User.Read.All application permissions)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.selic/mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "",
"MS_CLIENT_ID": "",
"MS_CLIENT_SECRET": "",
"PLANNER_ADVANCED_TOOLSET": "false"
}
}
}
}