mcp-monday-server
If you are the rightful owner of mcp-monday-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A lightweight MCP Server for seamless integration with Monday.com, enabling MCP clients to interact with boards, items, and other Monday.com resources.
The Monday.com MCP Server is designed to facilitate seamless integration with Monday.com by providing a clean interface to interact with its resources through the Model Context Protocol (MCP). Developed by sofias tech, this server allows MCP clients to manage boards, items, and other resources efficiently. It features built-in caching to enhance performance and is structured with a clear separation between resource management and tool implementation. The codebase is simple and maintainable, with each module containing less than 30 lines of code. The server requires a personal API token from Monday.com and the board ID to function. It supports integration with platforms like Claude Desktop and can be installed via pip or directly from the repository.
Features
- Clean interface to Monday.com resources through MCP
- Built-in caching for improved performance
- Simple and maintainable codebase
- Resource-efficient architecture
- Supports integration with platforms like Claude Desktop
Tools
Get_Board_Schema
Get the architecture of the Monday.com board, including columns, groups, and tags
Get_Item_Details
Get detailed information about a specific project through ID
Get_Items_by_Column_Value
Search item items based on specific column values
Create_Item
Create a new project in the specified group on the Kanban
Update_Item
Update column values ββfor existing project items
Delete_Item
Delete item items from the board