Monday.com MCP Server

Integrations

  • Supports deployment and execution through Docker containers, allowing for isolated and portable running of the Monday.com MCP server.

  • Built with TypeScript to provide type safety for reliable operations when interacting with the Monday.com API.

Monday.com MCP Server

MCP Server for the Monday.com API, enabling board management, item creation, workspace organization, and bulk operations.

Features

  • Intelligent Item Creation: Support for both standard and demo data item creation
  • Bulk Operations: Create multiple items efficiently with a single command
  • Workspace Management: List and manage workspaces and boards
  • Comprehensive Error Handling: Clear error messages for common API issues
  • Type Safety: Built with TypeScript for reliable operations

Tools

  1. list_boards
    • List all boards in your Monday.com workspace
    • Returns: List of boards with details
  2. get_board
    • Get detailed information about a specific board
    • Inputs:
      • boardId (number): The ID of the board to fetch
    • Returns: Board details including columns and items
  3. get_items
    • Get all items from a specific board
    • Inputs:
      • boardId (number): The ID of the board to fetch items from
    • Returns: List of items with their column values
  4. get_workspaces
    • List all workspaces in your Monday.com account
    • Returns: List of workspaces
  5. get_workspace
    • Get detailed information about a specific workspace
    • Inputs:
      • workspaceId (number): The ID of the workspace to fetch
    • Returns: Workspace details
  6. get_item
    • Get detailed information about a specific item
    • Inputs:
      • itemId (number): The ID of the item to fetch
    • Returns: Item details with column values
  7. get_boards
    • Get all boards in a specific workspace
    • Inputs:
      • workspaceId (number): The ID of the workspace
    • Returns: List of boards in the workspace
  8. create_item
    • Create a new item in a board
    • Inputs:
      • boardId (number): The ID of the board
      • itemName (string): Name of the new item
      • groupId (optional string): Group to create the item in
      • columnValues (optional object): Values for item columns
    • Returns: Created item details
  9. delete_item
    • Delete an item from a board
    • Inputs:
      • itemId (number): The ID of the item to delete
    • Returns: Deletion confirmation
  10. create_item_with_demo
    • Create a new item with demo data
    • Inputs:
      • boardId (number): The ID of the board
      • columnIds (optional string[]): Specific columns to fill
    • Returns: Created item with demo data
  11. create_multiple_items
    • Create multiple items in a board
    • Inputs:
      • boardId (number): The ID of the board
      • count (number): Number of items to create
      • isDemo (optional boolean): Use demo data
    • Returns: First item details and creation status
  12. create_remaining_items
    • Complete bulk item creation
    • Inputs:
      • boardId (number): The ID of the board
      • count (number): Number of remaining items
      • startIndex (number): Starting index for numbering
      • isDemo (optional boolean): Use demo data
    • Returns: Creation confirmation

Setup

Monday.com API Token

  1. Go to your Monday.com account settings
  2. Navigate to the 'Developer' section
  3. Generate a new API token with appropriate permissions
  4. Copy the generated token

Usage with Claude Desktop

Add the following to your claude_desktop_config.json:

{ "mcpServers": { "monday": { "command": "docker", "args": ["run", "-i", "--rm", "-e", "MONDAY_API_TOKEN", "mcp/monday"], "env": { "MONDAY_API_TOKEN": "<YOUR_TOKEN>" } } } }

Build

Docker build:

docker build -t mcp/monday .

Testing

Test the server locally:

docker run -it --rm -e MONDAY_API_TOKEN=<your_token> mcp/monday

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that enables interaction with the Monday.com API for managing boards, workspaces, and items, supporting both individual and bulk operations with comprehensive error handling.

  1. Features
    1. Tools
      1. Setup
        1. Monday.com API Token
        2. Usage with Claude Desktop
      2. Build
        1. Testing
          1. License

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A MCP server for managing and storing code snippets in various programming languages, allowing users to create, list, and delete snippets via a standardized interface.
              Last updated 4 months ago
              3
              4
              JavaScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              Enables MCP clients to interact with Monday.com boards, allowing creation and management of items, sub-items, comments, and retrieval of board information.
              Last updated 21 days ago
              8
              21
              Python
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
              Last updated 2 months ago
              1
              Python
            • A
              security
              F
              license
              A
              quality
              An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
              Last updated 8 days ago
              39
              25
              • Apple

            View all related MCP servers

            ID: 0wbo0nwb6q