mcp-server-monday

mcp-server-monday

29

The Monday.com MCP Server facilitates interaction with Monday.com components such as boards, items, and documents via MCP clients. It offers comprehensive tool support for creating, updating, listing, and managing various entities on Monday.com, with installation support for multiple environments.

Monday.com MCP Server

MCP Server for monday.com enables clients to interact with Monday.com boards, items, updates, and documents.

Components

Tools

  • Create and manage items, boards, updates, and documents.
  • Move, archive, and delete items.
  • Retrieve board groups, items, and document content.

Setup

  1. Obtain an API Token from Monday.com.
  2. Retrieve your Workspace Name from the Monday.com URL.

Quickstart

Install

  • Claude Desktop: Configure via claude_desktop_config.json.
  • UVX: Requires API key and workspace name.
  • Docker: Run the server using Docker with provided environment variables.

Development

Building and Publishing

  • Manage dependencies with uv sync.
  • Build with uv build.
  • Publish with uv publish using PyPI credentials.

Debugging

  • Use MCP Inspector for effective debugging via standard I/O.