Monday MCP Server for AI automation

Hi Monday Community!

I create apps for clients using Monday.com and recently have been doing more with AI and LLMs.

Here is a Monday.com MCP server that I created, which lets you interface directly with the Monday.com API through elegible MCP servers and IDEs (Claude Desktop, CursorAI, Cline).

This is a node TypeScript version, not Python. I will be releasing a Python equivalent in the near future.

The code is public on Github. Please submit a pull request if you want to add additional MCP tool functions that do not exist. Or you can just fork it, but it would be great to have a central unofficial MCP for monday.com automation.

It is also hosted with Smithery, with simple instructions for plugging this right into your IDE

https://github.com/launchthatbrand/mcp-monday-ts

Here’s one in Python. As you say, it’d be great to have a central unofficial MCP for monday.com. Looking forward to expanding on this one.

Super exciting to see how different folks build different functionality to handle their ways of working with the flexible monday :slight_smile:

https://github.com/sakce/mcp-server-monday
https://smithery.ai/server/@sakce/mcp-server-monday

Would be great if there was a get-column-ID function

Is it only for claude or we can use that in VSCode too?

It should work in VSCode too. :slight_smile:

We have an official MCP as well! It currently supports doing a few actions in the monday platform and we’re working on adding a lot more :slight_smile:

Check it out: monday.com MCP integration

:crystal_ball: