Monday MCP Server

Interact with Monday.com boards, items, and documents through an AI interface.

Data last scanned today · Reviewed today

Overview

The Monday MCP Server provides a comprehensive suite of tools for managing Monday.com workspaces directly from an AI client. It allows users to perform standard board operations, including creating items, boards, and groups, as well as managing item updates and comments. Beyond basic board management, the server facilitates document workflows by enabling the retrieval of doc content, creating new documents, and adding blocks to existing ones. Users connect by configuring their personal Monday.com API token and workspace name within their MCP client settings.

Our verdict

With a security score of 37/100, this server is classified as high-risk. The repository has not been updated in over 325 days, and its authentication and read-only mechanisms have not undergone editorial review. It is best suited for experimental or low-stakes environments rather than enterprise production systems.

  • Supports a wide range of native Monday.com API actions
  • Zero direct dependencies reduce supply chain complexity
  • Open source and licensed under the permissive MIT license
  • Stagnant maintenance with no commits for nearly a year
  • Lack of verified authentication and read-only mode security

Tools

ToolDescriptionRisk
monday-create-itemCreates a new item or sub-item in a Monday.com boardmedium
monday-get-board-groupsRetrieves all groups from a specified Monday.com boardlow
monday-create-updateCreates a comment/update on a Monday.com itemmedium
monday-list-boardsLists all available Monday.com boardslow
monday-list-items-in-groupsLists all items in specified groups of a Monday.com boardlow
monday-list-subitems-in-itemsLists all sub-items for given Monday.com itemslow
monday-create-boardCreates a new Monday.com boardmedium
monday-create-board-groupCreates a new group in a Monday.com boardmedium
monday-move-item-to-groupMoves a Monday.com item to a different groupmedium
monday-delete-itemDeletes a Monday.com itemhigh

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What credentials are required to run this MCP server?

You need a Monday.com personal API token and your specific Monday.com workspace name found in your account URL.

How do I provide my Monday.com credentials to the server?

You must set the MONDAY_API_KEY and MONDAY_WORKSPACE_NAME environment variables within your MCP client configuration file.

Can I use this server with Docker?

Yes, the configuration supports running the server via Docker by including the image 'sakce/mcp-server-monday' and passing your credentials as environment variables.

What is the recommended way to troubleshoot the server?

The developers recommend using the MCP Inspector tool to debug the server over stdio.

Badge

Monday MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.