# mcp-server-monday

> MCP Server

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

## Overview

- **Category:** Productivity
- **Language:** Python
- **Stars:** 34
- **Forks:** 3
- **Owner:** sakce
- **GitHub:** https://github.com/sakce/mcp-server-monday
- **Created:** 2025-02-21T09:19:06+00:00
- **Updated:** 2025-03-28T00:17:30+00:00
- **Source:** https://model-context-protocol.com/servers/mcp-server-monday-board-item-interaction

## Setup

## Setup

1. Create and save a personal API Token in Monday.com by following the instructions [here](https://developer.monday.com/api-reference/docs/authentication#developer-tab).
2. Get the Workspace Name from the URL of your Monday.com workspace; for example, if the URL is `https://myworkspace.monday.com/`, the workspace name is `myworkspace`.

## Tools

## Available Tools

- `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
