Monday.com (unofficial)

Monday.com (unofficial)

MCP Server to interact with Monday.com boards and items.

32
Stars
16
Forks
0
Releases

Overview

This MCP server provides an interface for MCP clients to manage Monday.com resources through a defined set of tools. It exposes actions to create items and sub-items, retrieve board groups, create updates on items, list and manage boards and items, move and delete items, archive items, and fetch item updates. It also supports document-related operations such as listing documents, retrieving document content, creating documents, and adding blocks. The server relies on a Monday.com API token and workspace name (provided via MONDAY_API_KEY and MONDAY_WORKSPACE_NAME) and can be run via Rube using UV or Docker with appropriate environment variables. The project includes a quickstart for Rube and debugging guidance with MCP Inspector for a better debugging experience. Tools are named in the format monday-<action> and cover creation, retrieval, listing, updating, moving, deleting, archiving, and docs-related operations. The setup instructions describe how to obtain the API token and workspace name from Monday.com and how to configure clients to call these tools. Debugging information highlights that MCP servers run over stdio, and the Inspector can display a URL for debugging.

Details

Owner
sakce
Language
Python
License
MIT License
Updated
2025-12-07

Features

monday-create-item

Creates a new item or sub-item in a Monday.com board.

monday-get-board-groups

Retrieves all groups from a specified Monday.com board.

monday-create-update

Creates a comment/update on a Monday.com item.

monday-list-boards

Lists all available Monday.com boards.

monday-list-items-in-groups

Lists all items in specified groups of a Monday.com board.

monday-list-subitems-in-items

Lists all sub-items for given Monday.com items.

monday-create-board

Creates a new Monday.com board.

monday-create-board-group

Creates a new group in a Monday.com board.

Audience

DevelopersBuild MCP client integrations to manage Monday.com boards, items, updates, and documents.

Tags

monday.comMCP serverboardsitemsupdatesdocumentsAPIintegration