About
Overview
The Monday.com MCP Server enables AI agents to interact with Monday.com's Work OS platform. It provides tools for managing boards, creating and updating items, working with columns and groups, and automating workflow processes.
Capabilities
Tools & Capabilities
⚡list_boards
List all boards
⚡list_items
List items in a board
⚡create_item
Create a new item on a board
⚡update_item
Update item column values
⚡create_update
Add an update (comment) to an item
Setup
Installation
bash
Install
npx -y mcp-server-mondayExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"monday": {
"command": "npx",
"args": ["-y", "mcp-server-monday"],
"env": {
"MONDAY_API_TOKEN": "your-api-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 50
Last UpdatedFeb 12, 2026