Labsco
mondaycom logo

monday.com MCP

โ˜… 412

from mondaycom

An open framework to connect AI agents into your monday.com work OS, giving them secure access to data and tools to take action.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup
<div align="center">

๐Ÿš€ monday.com MCP

<p> <a href="https://npmjs.com/package/@mondaydotcomorg/monday-api-mcp"><img src="https://img.shields.io/npm/v/@mondaydotcomorg/monday-api-mcp.svg?style=flat" alt="npm version"></a> <a href="https://github.com/mondaycom/mcp/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License"></a> <a href="https://github.com/mondaycom/mcp"><img src="https://img.shields.io/github/stars/mondaycom/mcp.svg?style=social" alt="GitHub Stars"></a> <img src="https://img.shields.io/badge/Node.js-v20+-green.svg" alt="Node.js Version"> <img src="https://img.shields.io/badge/MCP-Compatible-blueviolet" alt="MCP Compatible"> <img src="https://img.shields.io/badge/Claude-Ready-orange" alt="Claude Ready"> <img src="https://img.shields.io/badge/OpenAI-Compatible-lightgrey" alt="OpenAI Compatible"> <img src="https://img.shields.io/badge/TypeScript-Powered-blue" alt="TypeScript"> </p>

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.

</div>

๐ŸŒŸ 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.

๐Ÿงฐ 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 with specified columns
get_board_schemaRetrieve the structure of columns and groups for a board
create_groupCreate a new group in a monday.com board
create_columnAdd a new column to an existing board
delete_columnRemove a column from a board
Account Operationslist_users_and_teamsRetrieve user or team's details by id, name or by searching the account
WorkForms Operationscreate_formCreate a new monday.com form
get_formGet a form by its token

๐ŸŽจ monday.com Apps Framework Tools

Looking to build custom monday.com apps with AI assistance? The Apps Framework Tools provide AI agents with complete access to monday.com's app development platform, enabling you to create, manage, and deploy custom apps directly through AI assistants.

๐Ÿ“– View Full Apps Framework Tools Documentation

๐Ÿ”ฎ Dynamic API Tools (Beta)

Our Dynamic API Tools feature represents a significant advancement in how AI agents can interact with monday.com. While our standard tools cover common operations, Dynamic API Tools unlock the full potential of the monday.com GraphQL API.

What are Dynamic API Tools?

Dynamic API Tools provide AI agents with complete, adaptable access to monday.com's entire API surface. This means your AI assistant can:

  1. Access any API endpoint - Not just the predefined operations we've built
  2. Generate custom GraphQL queries - Create exactly the query needed for any situation
  3. Dynamically explore monday.com's schema - Understand all available data types and their relationships

Key Dynamic API Tools

ToolDescription
all_monday_apiGenerate and execute any GraphQL query or mutation dynamically
get_graphql_schemaFetch monday.com's GraphQL schema to understand available operations
get_type_detailsRetrieve detailed information about specific GraphQL types

Unlocked Possibilities

With Dynamic API Tools, your AI assistants can:

  • Create complex reports spanning multiple boards, items, and data points
  • Perform batch operations across many items simultaneously
  • Integrate deeply with monday.com's advanced features like docs, workspaces, and activity logs
  • Discover new capabilities as monday.com adds features to their API

How to Enable

Dynamic API Tools are in beta and disabled by default. Enable them with:

Copy & paste โ€” that's it
MONDAY_TOKEN=your_monday_api_token npx @mondaydotcomorg/monday-api-mcp@latest --enable-dynamic-api-tools true

You can also use the 'only' mode to exclusively enable Dynamic API Tools:

Copy & paste โ€” that's it
MONDAY_TOKEN=your_monday_api_token npx @mondaydotcomorg/monday-api-mcp@latest --enable-dynamic-api-tools only

When 'only' mode is enabled, the server will provide just the Dynamic API Tools, filtering out all other standard tools. This is useful for advanced users who want to work directly with the GraphQL API.

โš ๏ธ Note: Dynamic API Tools require full API access and are not compatible with read-only mode.

๐Ÿ” Authentication & Security

The server requires a monday.com API token to authenticate with the monday.com API. You can provide this token in two ways:

  1. Environment variable: MONDAY_TOKEN=your_monday_api_token
  2. Command line argument: -t your_monday_api_token

Security Best Practices

  • Never share your API token in public repositories or discussions
  • Consider using read-only mode (--read-only) when you only need to retrieve data
  • Regularly rotate your API tokens for enhanced security

๐Ÿ“š Example Use Cases

Here are some examples of what you can build with our tools:

1. AI Assistant for Project Management

  • Create and manage tasks in monday.com boards
  • Get updates on project status
  • Move items between groups as they progress

2. Data Analysis & Reporting

  • Extract data from monday.com boards
  • Generate reports and insights
  • Create new boards for reporting

๐ŸŒ Community & Support

  • GitHub Issues: For bug reports and feature requests
  • Discussions: For questions and community discussions
  • monday.com Developer Documentation: Learn more about the monday.com API

๐Ÿ“š Documentation

๐Ÿ› ๏ธ How to develop in the repo

To develop for the repo:

  1. Clone the repository
  2. Install dependencies: yarn install
  3. Build the project: yarn build
  4. Copy the path of the dist/index.js file in the of the monday-api-mcp package.
  5. Change the config to work locally
Copy & paste โ€” that's it
    "monday-api-mcp": {
      "command": "node",
      "args": [
        "<your_full_path_to_the_package>/dist/index.js",
        "--enable-dynamic-api-tools",
        "true"
      ],
      "env": {
        "MONDAY_TOKEN": "your_monday_api_token"
      }
    }

๐Ÿค Contributing

We welcome contributions from the community! Whether it's fixing bugs, improving documentation, or adding new features, your help is appreciated.

  1. Fork the repository
  2. Create your feature branch: git checkout -b feature/amazing-feature
  3. Commit your changes: git commit -m 'Add some amazing feature'
  4. Push to the branch: git push origin feature/amazing-feature
  5. Open a Pull Request

๐Ÿ“„ License

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

It is clarified that the server uses the monday.com API, which is subject to monday.com's Developer Terms


<div align="center"> <p>Built with โค๏ธ by the monday.com AI Team</p> <p> <a href="https://monday.com">monday.com</a> | <a href="https://developer.monday.com">Developer Platform</a> | <a href="https://github.com/mondaycom/mcp">GitHub</a> </p> </div>