Monday.com MCP — Project Management for AI Agents¶
What It Is¶
Monday.com MCP exposes Monday.com project management capabilities over the Model Context Protocol. AI agents can create and manage boards, items, columns, and automations — the first major project management platform to ship a dedicated MCP server.
Tools Available¶
| Tool | Description |
|---|---|
| Board management | List, create, and configure boards |
| Item operations | Create, update, move, and archive items |
| Column management | Manage status, date, person, and number columns |
| Automations | Create and trigger Monday.com automations |
Quick Start¶
npx -y @mondaycom/mcp
Business Use Cases¶
- Status reports: "What's the status of all items in the Q3 Launch board?"
- Task triage: "Create items for each of these 5 bugs in the Engineering board"
- Cross-team visibility: "Show me all items assigned to me across all boards due this week"
Limitations¶
- Monday.com account and API key required. Respects Monday.com user permissions and rate limits.