@mondaydotcomorg/monday-api-mcp

1.2.0 • Public • Published

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:

  1. Node v20 or higher installed
  2. NPM v5.2.0 or higher installed
  3. monday.com API key

⚙️ Usage

npx @mondaydotcomorg/monday-api-mcp -t abcd123

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

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": [
        "@mondaydotcomorg/monday-api-mcp",
        "-t",
        "abcd123"
      ]
    }
  }
}

💻 Cursor Integration

Using command line arguments

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": [
        "@mondaydotcomorg/monday-api-mcp",
        "-t",
        "abcd123"
      ],
      "env": {}
    }
  }
}

Using environment variable

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": [
        "@mondaydotcomorg/monday-api-mcp"
      ],
      "env": {
        "monday_token": "abcd123"
      }
    }
  }
}

License

This project is licensed under the MIT License - see the LICENSE file for details.

Readme

Keywords

none

Package Sidebar

Install

npm i @mondaydotcomorg/monday-api-mcp

Weekly Downloads

834

Version

1.2.0

License

MIT

Unpacked Size

9.02 kB

Total Files

11

Last publish

Collaborators

  • eyalle
  • monday-infra-admin
  • sergeym-monday
  • yuvalpadan
  • monday-npm-publisher
  • yardenrivkin
  • asafbashiri
  • eviatarsa
  • moranoss
  • natemooremon
  • netaezra1
  • omerpessach
  • amitre
  • miroslawwo
  • przemyslawb
  • tbreuerweil
  • itcerbyintegrations
  • yoavmel
  • ohadleshno
  • noam-yehuda
  • amitsabag1
  • tzvico-monday
  • alekseiil
  • guybe-monday
  • guyhaneman
  • eddyboardsrts
  • roniav
  • musayedah
  • amlifsh3108
  • mark-watkin-monday
  • roiemonday
  • levkomonday
  • danielkorich
  • matanme
  • roeiya
  • edendoron-monday
  • or-monday
  • tamarshe
  • lotemfr
  • tomrushman
  • ameerdo
  • danano
  • ruth_shv
  • lorengo
  • yaarmaypaz
  • olegkaplun
  • sofiva
  • andreyol
  • nickday-monday
  • andreiyu
  • amirmatalon
  • dvirsh
  • bargald
  • ben-zagagy
  • ohadla-monday
  • amalpi
  • michalda
  • linoymargan
  • franekmonday
  • jihyunum-monday
  • iddoal
  • michallorb
  • yoavkula
  • navele
  • apoorvparijat