This repository provides an MCP server for monday.com, enabling interaction with boards and items through tools like creating items, retrieving groups, creating updates, and listing boards and subitems. It uses
This MCP (Model Context Protocol) Server facilitates interaction between MCP clients and Monday.com, enabling operations on boards and items.
The server provides the following tools for interacting with Monday.com:
monday-create-item
: Creates new items or sub-items.monday-get-board-groups
: Retrieves groups from a board.monday-create-update
: Adds comments/updates to items.monday-list-boards
: Lists available boards.monday-list-items-in-groups
: Lists items within specified groups.monday-list-subitems-in-items
: Lists sub-items for given items.Instructions provided for installation via Claude Desktop (using uvx or Docker) and Smithery.
Details steps for building and publishing the package using uv
, including syncing dependencies, building distributions, and publishing to PyPI.
Recommends using the MCP Inspector for debugging, launched via npm
.
sakce/mcp-server-monday
February 21, 2025
March 28, 2025
Python