Microsoft Planner
About
Microsoft Planner MCP server — plans, buckets, tasks via Microsoft Graph, ETags handled
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MS_TENANT_ID MS_CLIENT_ID MS_CLIENT_SECRET PLANNER_ADVANCED_TOOLSETClaude Code
claude mcp add --env MS_TENANT_ID= --env MS_CLIENT_ID= --env MS_CLIENT_SECRET= --env PLANNER_ADVANCED_TOOLSET= mcp-planner -- npx mcp-planner
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-planner","command":"npx","args":["mcp-planner"],"env":{"MS_TENANT_ID":"","MS_CLIENT_ID":"","MS_CLIENT_SECRET":"","PLANNER_ADVANCED_TOOLSET":""}}'
JSON
{
"mcpServers": {
"mcp-planner": {
"command": "npx",
"args": [
"mcp-planner"
],
"env": {
"MS_TENANT_ID": "",
"MS_CLIENT_ID": "",
"MS_CLIENT_SECRET": "",
"PLANNER_ADVANCED_TOOLSET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.