Roll up project status across multiple Monday boards
When to use: Friday rollup time and you have 5 boards to scan.
Prerequisites
- Monday API token — Profile → Developer → API → API v2 token; set MONDAY_API_TOKEN env var
Flow
-
Discover scopeUse monday-mcp. List my workspaces and the boards in 'Engineering' workspace.✓ Copied→ Workspace + board list
-
Pull active items per boardFor each engineering board, list items in 'Working on it' and 'Stuck' status with owner + due date.✓ Copied→ Per-board grouped list
-
Compose rollupWrite a Friday rollup: shipped this week, in flight, blocked. 6 bullets total.✓ Copied→ Concise rollup ready to paste
Outcome: Cross-board snapshot in 5 minutes instead of 45.
Pitfalls
- Status column names differ across boards — Have Claude normalize status labels (Stuck/Blocked → blocked); document the mapping in the prompt