MCP Catalogs
Home

mcp

by mondaycom·403·Score 52

monday.com MCP server provides secure API access to monday.com's work OS for AI agents.

productivitydeveloper-toolsai-llm
71
Forks
33
Open issues
this month
Last commit
2d ago
Indexed

Overview

This MCP server from monday.com enables AI agents to interact with the monday.com platform through tools for item operations, board management, and account access. It supports both local installation and a hosted solution for easy integration with popular AI platforms like Claude, ChatGPT, and Cursor. The server implements comprehensive tools for creating, updating, and managing monday.com items, boards, groups, and columns.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants create and manage project boards in monday.com
you:Automate status updates and task movements between board groups
you:Generate custom reports and dashboards from monday.com data
you:How do I authenticate with monday.com MCP?
you:What AI platforms support this MCP server?

When to choose this

Choose this MCP if you're already using monday.com and want AI agents to directly interact with your work OS, create items, manage boards, and automate workflows through familiar AI interfaces.

When NOT to choose this

Avoid this if you're not a monday.com user or need extensive write access beyond what's provided, as it creates vendor lock-in to the monday.com platform.

Tools this server exposes

12 tools extracted from the README
  • create_item

    Create a new item in a monday.com board with specified column values

  • delete_item

    Delete an item from a board permanently

  • get_board_items_by_name

    Search for items by board ID and term/name

  • create_update

    Add an update/comment to a specific item

  • change_item_column_values

    Modify the column values of an existing item

  • move_item_to_group

    Move an item to a different group within the same board

  • create_board

    Create a new monday.com board with specified columns

  • get_board_schema

    Retrieve the structure of columns and groups for a board

  • create_group

    Create a new group in a monday.com board

  • list_users_and_teams

    Retrieve user or team's details by id, name or by searching the account

  • create_form

    Create a new monday.com form

  • all_monday_api

    Generate and execute any GraphQL query or mutation dynamically

Comparable tools

notion-mcpslack-mcpairtable-mcpasana-mcpcustom-api-mcp

Installation

Quick Setup with Hosted MCP

For Claude Desktop, add this to your MCP settings:

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

Local Installation

For Claude Desktop, configure with:

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": [
        "@mondaydotcomorg/monday-api-mcp@latest"
      ],
      "env": {
        "MONDAY_TOKEN": "your_monday_api_token"
      }
    }
  }
}

Get your API token from monday.com → Developers → My access tokens.

FAQ

How do I authenticate with monday.com MCP?
You can use either a personal API token or install the Monday MCP app from the marketplace for OAuth authentication and workspace controls.
What AI platforms support this MCP server?
The monday.com MCP server works with Claude Desktop, ChatGPT, Cursor, Microsoft Copilot Studio, Mistral AI's le Chat, and Gemini CLI.

Compare mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.