MCP server

monday.com

MCP

Official monday.com MCP. Boards as tools.

monday’s remote server. Boards, items, updates — OAuth to the account.

latest·Proprietary·Updated this quarter·github.com/mondaycom/mcp·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "monday": {
      "url": "https://mcp.monday.com/mcp"
    }
  }
}

By monday.com

Spec

What the server actually exposes.

  • list_boards

    read

    Boards you can see.

  • list_items

    read

    Items on a board.

  • create_item

    write

    Add an item after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

monday-mcp.mcp/tools

Tools

  • list_boards

    Boards you can see.

    read
  • list_items

    Items on a board.

    read
  • create_item

    Add an item after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_boards",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.