Monday.com MCP Server Integration

MCP Server Monday.com Automation Project Management

Contact us to host your MCP Server in FlowHunt

FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.

What does “Monday.com” MCP Server do?

The Monday.com MCP Server is a Model Context Protocol (MCP) server that enables AI assistants and MCP clients to interact seamlessly with Monday.com boards, items, updates, and documents. By connecting directly to Monday.com’s API, this server allows AI-driven workflows to manage tasks like creating boards, handling items, updating statuses, managing documents, and more. It empowers developers and AI agents to automate project management, enhance productivity, and integrate Monday.com capabilities directly into their development or conversational environments, supporting advanced use cases such as automated board management, item tracking, document handling, and collaborative updates.

List of Prompts

No explicit prompt templates are listed in the documentation or repository.

Logo

Ready to grow your business?

Start your free trial today and see results within days.

List of Resources

No explicit resources are documented in the repository.

List of Tools

  • monday-create-item: Creates a new item or sub-item in a Monday.com board.
  • monday-get-board-groups: Retrieves all groups from a specified Monday.com board.
  • monday-create-update: Creates a comment or update on a Monday.com item.
  • monday-list-boards: Lists all available Monday.com boards.
  • monday-list-items-in-groups: Lists all items in specified groups of a Monday.com board.
  • monday-list-subitems-in-items: Lists all sub-items for given Monday.com items.
  • monday-create-board: Creates a new Monday.com board.
  • monday-create-board-group: Creates a new group in a Monday.com board.
  • monday-move-item-to-group: Moves a Monday.com item to a different group.
  • monday-delete-item: Deletes a Monday.com item.
  • monday-archive-item: Archives a Monday.com item.
  • monday-get-item-updates: Retrieves updates/comments for a specific item.
  • monday-get-docs: Lists documents in Monday.com, optionally filtered by folder.
  • monday-get-doc-content: Retrieves the content of a specific document.
  • monday-create-doc: Creates a new document in Monday.com.
  • monday-add-doc-block: Adds a block to an existing document.

Use Cases of this MCP Server

  • Automated Board and Item Management: Developers can create, update, move, and delete boards/items programmatically, enhancing workflow automation and reducing manual effort.
  • Collaboration and Commenting: The server allows AI agents to add updates or comments to items, facilitating team communication and collaborative project tracking.
  • Document Management: AI clients can list, create, and update Monday.com documents, supporting knowledge sharing and centralized documentation.
  • Board Structure Organization: Tools to create groups and move items between groups enable dynamic restructuring of project boards as project requirements evolve.
  • Archiving and Data Hygiene: Automate archiving or deletion of obsolete items, helping teams maintain clean, up-to-date boards.

How to set it up

Windsurf

No specific Windsurf setup instructions found.

Claude

  1. Prerequisites: Obtain your Monday.com API key and workspace name.
  2. Locate Config: Edit claude_desktop_config.json (Mac: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json).
  3. Add MCP Server: Insert the following JSON under mcpServers using uvx:
    "mcpServers": {
      "monday": {
        "command": "uvx",
        "args": [
          "mcp-server-monday"
        ],
        "env": {
          "MONDAY_API_KEY": "your-monday-api-key",
          "MONDAY_WORKSPACE_NAME": "your-monday-workspace-name"
        }
      }
    }
    
  4. Save and Restart: Save config and restart Claude Desktop.
  5. Verify: Ensure Monday.com actions are available in the interface.

Using Docker

"mcpServers": {
  "monday-docker": {
    "command": "docker",
    "args": [
      "run", 
      "--rm", 
      "-i", 
      "-e",
      "MONDAY_API_KEY=your-monday-api-key",
      "-e",
      "MONDAY_WORKSPACE_NAME=your-monday-workspace-name",
      "sakce/mcp-server-monday"
    ]
  }
}

Cursor

No specific Cursor setup instructions found.

Cline

No specific Cline setup instructions found.

Using Smithery for Claude

To install automatically:

npx -y @smithery/cli install @sakce/mcp-server-monday --client claude

Securing API Keys

Store API keys in the env section:

"env": {
  "MONDAY_API_KEY": "your-monday-api-key",
  "MONDAY_WORKSPACE_NAME": "your-monday-workspace-name"
}

How to use this MCP inside flows

Using MCP in FlowHunt

To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

FlowHunt MCP flow

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:

{
  "monday": {
    "transport": "streamable_http",
    "url": "https://yourmcpserver.example/pathtothemcp/url"
  }
}

Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “monday” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.


Overview

SectionAvailabilityDetails/Notes
Overview
List of PromptsNo prompt templates documented
List of ResourcesNo explicit resources documented
List of Tools15+ tools for Monday.com actions
Securing API KeysSetup includes env variables
Sampling Support (less important in evaluation)Not specified

Between the available documentation and the provided features, this MCP server is well-equipped for Monday.com automation but lacks information on prompt templates and explicit resource definitions. Sampling and Roots support are not mentioned.

Our opinion

This MCP server is robust in its tooling for Monday.com project automation and integration. However, the lack of explicit prompt templates, resource documentation, and information on Roots and Sampling slightly limits its utility for advanced MCP scenarios. Based on the table above, we would rate this MCP server a 7/10 for completeness and practical usability.

MCP Score

Has a LICENSE✅ (MIT)
Has at least one tool
Number of Forks12
Number of Stars31

Frequently asked questions

Enhance Project Management with Monday.com + FlowHunt

Connect your Monday.com workspace to FlowHunt and unlock advanced automation, AI-powered updates, and streamlined team collaboration. Experience hands-free project management today.

Learn more

Google Calendar MCP Server
Google Calendar MCP Server

Google Calendar MCP Server

The Google Calendar MCP Server enables AI agents to access, manage, and automate Google Calendar events, including listing, creating, updating, and deleting eve...

4 min read
AI Calendar +5
Outline MCP Server Integration
Outline MCP Server Integration

Outline MCP Server Integration

Integrate your AI agents with Outline documentation using the Outline MCP Server. Enable document search, content management, collection handling, and comment w...

4 min read
AI MCP +4
Microsoft Docs MCP Server
Microsoft Docs MCP Server

Microsoft Docs MCP Server

The Microsoft Docs MCP Server provides real-time, authoritative access to Microsoft documentation for AI assistants, IDEs, and development tools. Enhance workfl...

4 min read
AI MCP Server +4