Monday

Monday

Official
mondaycom

Connects AI agents to monday.com workspaces to manage tasks, projects, and workflows through natural language commands.

Supercharge your team's productivity by giving AI agents secure, intelligent access to monday.com workflows. monday.com MCP is an open framework that empowers developers to build smart assistants and custom automations capable of managing tasks, projects, and data within the monday.com platform. Featuring powerful tools, robust dynamic API support, and seamless integration for AI models, it enables efficient collaboration and automation for teams of any size. Unleash the potential of AI in your work OS with advanced features for data management, reporting, and workflow orchestration.

380651 views56Remote

What it does

  • Create and update monday.com tasks
  • Query project data and board information
  • Manage team workflows and assignments
  • Generate reports from monday.com data
  • Automate project status updates
  • Access structured workspace data

Best for

Project managers automating task updatesTeams building AI assistants for workflow managementDevelopers creating custom monday.com integrationsOrganizations automating project reporting
Official monday.com integrationSecure workspace accessFull API coverage

About Monday

Monday is an official MCP server published by mondaycom that provides AI assistants with tools and capabilities via the Model Context Protocol. Boost productivity with AI for project management. monday.com MCP securely automates workflows and data. Seamless AI and It is categorized under productivity.

How to install

You can install Monday in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server supports remote connections over HTTP, so no local installation is required.

License

Monday is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

๐Ÿš€ monday.com MCP

npm version MIT License GitHub Stars Node.js Version MCP Compatible Claude Ready OpenAI Compatible TypeScript

Enable AI agents to operate reliably within real workflows. This MCP is monday.com's open framework for connecting agents into your work OS - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.

๐ŸŒŸ Overview

This repository, maintained by the monday.com AI team, provides a comprehensive set of tools for AI agent developers who want to integrate with monday.com. Whether you're building AI assistants, automations, or custom integrations, our tools make it easy to connect to the monday.com platform.

๐Ÿ‘‰ New to monday MCP? Start here: monday.com/w/mcp

https://github.com/user-attachments/assets/ed8d24e1-256b-4f6b-9d84-38e54a8703fd

๐Ÿ”‘ What is monday.com?

monday.com is a work operating system that powers teams to run processes, projects, and everyday work. Teams use monday.com to plan, track, and manage their work in one centralized platform. It provides a visual, intuitive interface where teams can:

  • Create and manage projects with customizable boards
  • Track tasks through different stages with status columns
  • Collaborate with team members through updates and mentions
  • Automate workflows and integrate with other tools
  • Visualize data with dashboards and reports

๐Ÿ“ฆ What's Inside

๐Ÿ’ป monday API MCP Server

The @mondaydotcomorg/monday-api-mcp package provides a plug-and-play server implementation for the Model Context Protocol (MCP). It allows AI agents to interact with the monday.com API without needing to build complex integrations.

๐Ÿค– Agent Toolkit

The @mondaydotcomorg/agent-toolkit package provides a powerful set of tools and utilities for building AI agents that interact with the monday.com API, supporting both OpenAI and Model Context Protocol (MCP) implementations.

๐Ÿš€ Quick Start: Hosted MCP (Recommended)

The fastest, most robust, and reliable way to connect to monday.com. Our hosted MCP service handles all the infrastructure for you - no local setup, automatic updates, and improved performance.

๐Ÿ“š Integration Guides

Get started with your favorite AI platform:

Quick Setup with Hosted MCP

For Cursor

Simply add this to your MCP settings:

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

Why Use the Hosted MCP?

  • โœ… No local installation - Works immediately without setup
  • โœ… Automatic updates - Always get the latest features
  • โœ… Better performance - Optimized infrastructure
  • โœ… OAuth authentication - Secure token management
  • โœ… Workspace controls - Limit access to specific workspaces
  • โœ… Higher reliability - Enterprise-grade uptime

When to Use This Repository Instead

You might want to run the MCP locally or use the agent toolkit if you need to:

  • ๐Ÿ”ง Customize the MCP server - Modify the source code for specific needs
  • ๐Ÿ› ๏ธ Build custom agents - Use the agent toolkit for OpenAI or custom implementations
  • ๐Ÿ”Œ Work offline - Develop without internet connectivity
  • ๐Ÿงช Contribute to development - Help improve the MCP server or toolkit

๐Ÿ Local Installation Guide

Step 1: Create a monday.com Account

If you don't already have a monday.com account:

  1. Go to monday.com and sign up for an account
  2. Create your first workspace and board to get started

Step 2: Generate an API Token

To interact with monday.com's API, you'll need an API token:

  1. Log in to your monday.com account
  2. Click on your avatar in the bottom-left corner
  3. Select "Developers"
  4. Click "My access tokens" on the left menu
  5. Copy your personal access token

Step 3: Configure Your MCP Client

For Claude Desktop

  1. Open Claude Desktop
  2. Go to Settings โ†’ MCP Servers
  3. Add a new server with this configuration:
{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": [
        "@mondaydotcomorg/monday-api-mcp@latest"
      ],
      "env": {
        "MONDAY_TOKEN": "your_monday_api_token"
      }
    }
  }
}

For Gemini CLI

To get started with Gemini CLI, you can use the official Gemini CLI extension for monday.com.

The Gemini CLI extension bundles the monday.com MCP server with a context file and custom commands that teaches Gemini how to use the monday.com tools for powerful workflows.

To install the extension run the following command in your terminal:

gemini extensions install https://github.com/mondaycom/mcp

If you prefer to use the MCP server directly without the extension, you can add it with this command:

gemini mcp add -t http monday https://mcp.monday.com/mcp

Once you have either the extension installed or the MCP server added, start Gemini CLI by running:

gemini

Then, authenticate with your monday.com account by running the following command inside Gemini CLI:

/mcp auth monday

This will open a browser window to complete the authentication process. After authenticating, all the monday.com tools and custom commands will be available.

A few custom command to try out for the extension:

  • /monday:create-item create item in board 123 for "Update the UI"
  • /monday:sprint-summary sprint summary for sprint 853

For Cursor or Other MCP Clients (Local Setup)

Add to your settings:

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

Step 5: Test Your Integration

  1. Ask Claude or your AI assistant a question like:

    • "What items do I have in board 123?"
    • "Can you create a board to manage my project?"
  2. Your assistant should now be able to interact with your monday.com account!

โš™๏ธ Advanced Hosted MCP Configuration

Using Authorization Headers

To specify a custom authorization header and API version with the hosted MCP:

{
  "mcpServers": {
    "monday-api-mcp-hosted": {
      "command": "npx",
      "args": [
        "-p",
        "node@20",
        "mcp-remote",
        "https://mcp.monday.com/mcp",
        "--header",
        "Authorization:${AUTH_HEADER}"
      ],
      "env": {
        "AUTH_HEADER": "Bearer <your_token>"
      }
    }
  }
}

Specifying API Version

You can specify the API version you want to use with the --header parameter:

{
  "mcpServers": {
    "monday-api-mcp-hosted": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.monday.com/mcp",
        "--header",
        "Api-Version:${API_VERSION}"
      ],
      "env": {
        "API_VERSION": "2025-07"
      }
    }
  }
}

Installing the Monday MCP App

For OAuth authentication and workspace controls, install the Monday MCP app from the marketplace:

  1. Visit monday MCP app in the marketplace
  2. Click "Install" and follow the instructions to add it to your account

๐Ÿงฐ Available Tools

Our MCP server provides a rich set of tools that give AI assistants the ability to interact with monday.com:

CategoryToolDescription
Item Operationscreate_itemCreate a new item in a monday.com board with specified column values
delete_itemDelete an item from a board permanently
get_board_items_by_nameSearch for items by board ID and term/name
create_updateAdd an update/comment to a specific item
change_item_column_valuesModify the column values of an existing item
move_item_to_groupMove an item to a different group within the same board
Board Operationscreate_boardCreate a new monday.com board wit

README truncated. View full README on GitHub.

Alternatives

Related Skills

Browse all skills
ai-assisted-development

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

4
teams-channel-post-writer

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

4
cto-engineering-metrics

Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.

4
personal-assistant

This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.

3
productivity-helper

Boost your productivity with automated task management

2
cursor-local-dev-loop

Optimize local development workflow with Cursor. Triggers on "cursor workflow", "cursor development loop", "cursor productivity", "cursor daily workflow". Use when working with cursor local dev loop functionality. Trigger with phrases like "cursor local dev loop", "cursor loop", "cursor".

2