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
| Tool | Description | Risk |
|---|---|---|
| monday-create-item | Creates a new item or sub-item in a Monday.com board | medium |
| monday-get-board-groups | Retrieves all groups from a specified Monday.com board | low |
| monday-create-update | Creates a comment/update on a Monday.com item | medium |
| monday-list-boards | Lists all available Monday.com boards | low |
| monday-list-items-in-groups | Lists all items in specified groups of a Monday.com board | low |
| monday-list-subitems-in-items | Lists all sub-items for given Monday.com items | low |
| monday-create-board | Creates a new Monday.com board | medium |
| monday-create-board-group | Creates a new group in a Monday.com board | medium |
| monday-move-item-to-group | Moves a Monday.com item to a different group | medium |
| monday-delete-item | Deletes a Monday.com item | high |
Compatibility
| Client | Local | Docker | Remote | Read-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
Maintain this server? Add the live badge to your README.