Microsoft Planner runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 31 Aug 2026.
Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.
We read the source, 7 d ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет mcp-planner ссылается на mspstack/mcp-planner
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-planner -- npx -y mcp-planner
{
"mcpServers": {
"mcp-planner": {
"args": [
"-y",
"mcp-planner"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-planner]
command = "npx"
args = ["-y", "mcp-planner"]
{
"mcpServers": {
"mcp-planner": {
"args": [
"-y",
"mcp-planner"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-planner": {
"args": [
"-y",
"mcp-planner"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MS_TENANT_ID (Microsoft Entra ID tenant id (GUID or domain)), MS_CLIENT_ID (Entra app registration client id), MS_CLIENT_SECRET (Entra app registration client secret (app needs Tasks.ReadWrite.All, GroupMember.Read.All, User.Read.All application permissions)), PLANNER_ADVANCED_TOOLSET (true/1 registers the advanced toolset (graph_get, graph_find_endpoint) — a read-only escape hatch limited to /planner, /groups, /users).
The author declared them in the registry entry; get the values from the project itself.
Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.
MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.
MCP server for Outlook personal accounts (Hotmail/Outlook.com) via Microsoft Graph API
Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.
Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.
MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.
Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.
Answers built from our own checks of this server.