Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
claude mcp add mcp-planner -- npx -y mcp-planner
claude_desktop_config.json
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-planner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-planner"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"-y",
"mcp-planner"
]
}
}
}
Clean install config, worked in Claude Code out of the box.
Great docs mapping to real tool behavior. Auth was painless.
Used it in a multi-step workflow; results were consistent.
Reliable across a long session; no dropped connections.
Did the job but rate limits kicked in under heavy use.
POST /mcp