Monday.com API MCP Server
A server implementation for the Model Context Protocol (MCP) that provides an interface to interact with Monday.com API.
💻 Claude Desktop Demo
https://github.com/user-attachments/assets/ed8d24e1-256b-4f6b-9d84-38e54a8703fd
Prerequisites
Before running the MCP server, make sure you have:
- Node v20 or higher installed
- NPM v5.2.0 or higher installed
- monday.com API key
⚙️ Usage
The Monday API token can also be provided via the monday_token
environment variable.
Command Line Arguments
Argument | Flags | Description | Required | Default |
---|---|---|---|---|
Monday API Token | --token , -t | Monday.com API token (can also be provided via monday_token environment variable) | Yes | - |
API Version | --version , -v | Monday.com API version | No | current |
Read Only Mode | --read-only , -ro | Enable read-only mode | No | false |
Dynamic API Tools | --enable-dynamic-api-tools , -edat | (Beta) Enable dynamic API tools (Mode that includes the whole API schema, not supported when using read-only mode) | No | false |
💻 Claude Desktop Integration
💻 Cursor Integration
Using command line arguments
Using environment variable
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
monday MCP Server
Related MCP Servers
- AsecurityAlicenseAqualityEnables MCP clients to interact with Monday.com boards, allowing creation and management of items, sub-items, comments, and retrieval of board information.Last updated -821PythonMIT License
- -securityFlicense-qualityAn MCP server that enables interaction with the Monday.com API for managing boards, workspaces, and items, supporting both individual and bulk operations with comprehensive error handling.Last updated -1JavaScript
- PythonMIT License
- -securityAlicense-qualityWorkday MCP Server by CDataLast updated -MIT License