MCP server

monday.com
MCPOfficial monday.com MCP. Boards as tools.
monday’s remote server. Boards, items, updates — OAuth to the account.
latest·Proprietary·Updated this quarter·github.com/mondaycom/mcp·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"monday": {
"url": "https://mcp.monday.com/mcp"
}
}
}By monday.com
Spec
What the server actually exposes.
list_boards
readBoards you can see.
list_items
readItems on a board.
create_item
writeAdd an item after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
monday-mcp.mcp/tools
Tools
- read
list_boards
Boards you can see.
- read
list_items
Items on a board.
- write
create_item
Add an item after you confirm.
Last call
{ "ok": true,
"tool": "list_boards",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
