M
Microsoft Planner MCP
by @l-mendes
A MCP server for Microsoft Planner integration through the Microsoft Graph API.
Created 2/19/2026
Updated 5 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-microsoft-planner-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"l-mendes-microsoft-planner-mcp": {
"command": "npx",
"args": [
"l-mendes-microsoft-planner-mcp"
]
}
}
}