Microsoft Planner
Rank #7,272io.github.mspstack/mcp-planner
Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
Microsoft Planner is a Model Context Protocol (MCP) server published by selic. It ranks #7,272 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Microsoft Planner is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 108,188 of 115,460 servers on MCP Toplist.
Use Microsoft Planner
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-planner -e "MS_TENANT_ID=<your MS_TENANT_ID>" -e "MS_CLIENT_ID=<your MS_CLIENT_ID>" -e "MS_CLIENT_SECRET=<your MS_CLIENT_SECRET>" -e "PLANNER_ADVANCED_TOOLSET=<your PLANNER_ADVANCED_TOOLSET>" -- npx -y mcp-plannerReplace each placeholder with your own value before saving.
[mcp_servers.mcp-planner]
command = "npx"
args = ["-y", "mcp-planner"]
[mcp_servers.mcp-planner.env]
MS_TENANT_ID = "<your MS_TENANT_ID>"
MS_CLIENT_ID = "<your MS_CLIENT_ID>"
MS_CLIENT_SECRET = "<your MS_CLIENT_SECRET>"
PLANNER_ADVANCED_TOOLSET = "<your PLANNER_ADVANCED_TOOLSET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"PLANNER_ADVANCED_TOOLSET": "<your PLANNER_ADVANCED_TOOLSET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"PLANNER_ADVANCED_TOOLSET": "<your PLANNER_ADVANCED_TOOLSET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-planner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"PLANNER_ADVANCED_TOOLSET": "<your PLANNER_ADVANCED_TOOLSET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"PLANNER_ADVANCED_TOOLSET": "<your PLANNER_ADVANCED_TOOLSET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"PLANNER_ADVANCED_TOOLSET": "<your PLANNER_ADVANCED_TOOLSET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mspstack%2Fmcp-planner)<a href="https://mcptoplist.com/server/io.github.mspstack%2Fmcp-planner"><img src="https://mcptoplist.com/badge/io.github.mspstack%2Fmcp-planner.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
selic
Other servers by selic
View all selic servers →Available versions (4)
| Version | Published |
|---|---|
| 0.4.0 | Aug 31, 2026 |
| 0.2.1 | Jul 16, 2026 |
| 0.2.0 | Jul 14, 2026 |
| 0.1.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains Microsoft Planner?
- Microsoft Planner is maintained by selic, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Microsoft Planner listed on the Official MCP Registry?
- Yes — Microsoft Planner is listed on the Official MCP Registry, alongside Glama.
- How many versions does Microsoft Planner have?
- MCP Toplist tracks 4 versions of Microsoft Planner, most recently published on Aug 31, 2026.
- Where can I find the source code for Microsoft Planner?
- The source code for Microsoft Planner is hosted at github.com/selic/mcp-planner.