mcpbeat Sign in

Microsoft Planner MCP Server

local only

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

Installs per day peak 223 · avg 28 · -34% w/w
a month agotoday
56
Installs / week
npm · mcp-planner
4
Stars
1 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

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.

Package points at a different repository selic/mcp-planner
пакет 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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add mcp-planner -- npx -y mcp-planner
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-planner": {
      "args": [
        "-y",
        "mcp-planner"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-planner]
command = "npx"
args = ["-y", "mcp-planner"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-planner": {
      "args": [
        "-y",
        "mcp-planner"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to Microsoft Planner

same job, measured the same way
Microsoft Planner
by mspstack

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

local only
Ms Calendar MCP
by 0xka13b

Microsoft Calendar (Outlook Calendar) MCP server for managing events via Microsoft Graph.

54 installs/wk local only
P4plan MCP
by perforce

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

23 installs/wk local only
Outlook Mac MCP
by valter-araujo

MCP server for Outlook personal accounts (Hotmail/Outlook.com) via Microsoft Graph API

local only
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
Microsoft Outlook MCP
by 0xka13b

Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.

45 installs/wk local only
MCP Microsoft Todo
by mag-cie

MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.

128 installs/wk local only
Ms Contacts MCP
by 0xka13b

Microsoft Contacts MCP server — read and manage your address book through Microsoft Graph.

43 installs/wk local only

Microsoft Planner — questions

Answers built from our own checks of this server.

Why is there no uptime for Microsoft Planner?
Microsoft Planner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-planner was installed 56 times last week.
How do I connect Microsoft Planner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-planner straight from npm; nothing to host, nothing to sign up for.
How many people use Microsoft Planner?
The npm package mcp-planner was installed 56 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Microsoft Planner open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.