Monday.com MCP Server Integration

Integrate Monday.com into your FlowHunt workflows with the Monday.com MCP Server—automate board management, item tracking, collaborative updates, and document handling with ease.

Monday.com MCP Server Integration

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.

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

What is the Monday.com MCP Server?

It's a Model Context Protocol server that allows FlowHunt and other MCP clients to automate and manage Monday.com boards, items, updates, and documents using AI-powered workflows.

Which Monday.com features can I automate with this integration?

You can create, update, move, and delete boards and items, manage groups, post updates/comments, organize documents, and automate archiving or deletion—all through AI-driven agents in FlowHunt.

How do I secure my Monday.com API credentials?

Always store API keys and workspace names in the `env` section of your configuration files, never hardcode them. This keeps your credentials safe and easily manageable.

Can I use this MCP server with different FlowHunt clients?

Yes, it’s compatible with Claude, Cursor, Cline, and Docker-based setups. Refer to each client’s instructions for configuration.

What are typical use cases for the Monday.com MCP Server?

Automated project board management, collaborative item updates, document processing, dynamic board restructuring, and maintaining board data hygiene—all without manual intervention.

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