Skip to main content

Monday MCP

Connect your AI tools to monday.com using the Model Context Protocol (MCP) through Cequence AI Gateway. The Monday MCP server gives AI assistants secure access to your monday.com workspace for managing boards, items, documents, forms, dashboards, sprints, and more — with all actions respecting your existing user-level permissions.

Overview

Monday MCP is a remote, vendor-hosted MCP server provided by monday.com. You do not run the server yourself; you connect to it from Cequence AI Gateway using the server URL and OAuth.

  • Server URL: https://mcp.monday.com/mcp
  • Transport: HTTP (Streamable HTTP)
  • Hosted by: monday.com

monday.com is a work management platform used by teams for project tracking, workflows, document collaboration, and sprint planning. The MCP server exposes 42 tools that cover the full breadth of the monday.com platform, from board operations to a generic GraphQL API for advanced use cases.

Supported authentication types

TypeSupportedNotes
OAuth 2.1YesRecommended for Cequence AI Gateway. Uses Dynamic Client Registration (DCR); no need to create an OAuth app in monday.com.
API keyNoNot used for the remote MCP server.

When you add Monday MCP in Cequence AI Gateway, authentication is handled through OAuth 2.1 with Dynamic Client Registration. You sign in with your monday.com account and grant access during the gateway flow. An account admin must first install the monday MCP app from the monday.com marketplace before team members can connect.

What can you do with this MCP server

The Monday MCP server provides broad access to the monday.com platform. Capabilities are grouped by area below.

Board and item management

  • Create boards, groups, and columns to organize your work
  • Retrieve board metadata, structure, views, and activity logs
  • Get paginated board items with optional column values, descriptions, and subitems
  • Create items, subitems, and duplicates
  • Update column values on existing items
  • Run filtered queries and aggregations across board data

Updates and comments

  • Post updates (comments) on items with optional user mentions
  • Reply to existing updates
  • Retrieve update history for items or entire boards with date filtering

Documents

  • Create documents in a workspace or attached to an item
  • Read document content as markdown with block-level detail, comments, and pagination
  • Update documents: rename, add markdown content, create/update/delete/replace blocks, and add comments
  • View version history with optional diffs between versions

Forms

  • Create forms with linked response boards
  • Add, update, and delete form questions
  • Manage form settings including appearance, accessibility, header, question order, tags, password protection, URL shortening, and activation status

Workspaces and folders

  • List up to 500 workspaces with details
  • Create and update workspaces
  • View boards, documents, and folders within a workspace
  • Create, update, and move folders between workspaces

Dashboards and widgets

  • Create dashboards that aggregate data from multiple boards
  • Add widgets to dashboards or board views using schema-driven configuration
  • Retrieve the full widget schema to understand available widget types and their options
  • Search across boards, documents, forms, and folders from a single query

Users, teams, and notifications

  • List users and teams with flexible search (by ID, name, or current user)
  • Get the current user's context including relevant boards, folders, workspaces, and dashboards
  • Send bell notifications and optional email alerts to users

Assets

  • Retrieve file metadata and time-limited public URLs (valid for 1 hour) for assets attached to items

Notetaker meetings

  • Access meeting recordings from the monday.com Notetaker
  • Retrieve meeting summaries, topics, action items, and full transcripts

Sprint management (monday dev)

  • Discover monday-dev sprint/task board pairs from recently used boards
  • View sprint table metadata from a sprints board
  • Get completed sprint analysis including scope changes, velocity metrics, work distribution, and AI-powered recommendations

GraphQL API

  • Run any monday.com API operation through dynamic GraphQL queries and mutations
  • Explore the GraphQL schema structure filtered by read or write operations
  • Get detailed type information for any GraphQL type

Prerequisites

Before adding Monday MCP in Cequence AI Gateway, ensure you have:

  • Access to Cequence AI Gateway at aigateway.cequence.ai
  • A monday.com account with access to the boards and workspaces you want AI tools to use
  • Admin installation: an account admin must install the monday MCP app from the monday.com marketplace before team members can connect
  • For OAuth authentication: monday.com uses Dynamic Client Registration (DCR), so you typically do not need to create an OAuth app manually

Example workflows

Once connected, you can run workflows like these from your AI client.

Project tracking

  • "Show me all items on the Marketing Campaign board that are overdue."
  • "Create a new item on the Sprint Board titled 'Fix checkout timeout' and assign it to me."
  • "What changed on the Product Roadmap board in the last 7 days?"

Documents and forms

  • "Create a meeting notes document in the Engineering workspace with today's agenda."
  • "Build a feedback form with rating and comment fields, and share the link."
  • "Show me the version history of the API Design doc."

Sprint management

  • "Summarize the last completed sprint — what was the velocity and how much scope changed?"
  • "List all sprint boards I have access to."

Dashboards and reporting

  • "Create a dashboard that shows item status distribution across the Q3 Projects board."
  • "Give me a breakdown of items by assignee and status on the Support Tickets board."

Search and discovery

  • "Search for any boards or documents related to 'onboarding'."
  • "Who are the members of the Design team?"

Connecting MCP server from Cequence AI Gateway

  1. Log in to Cequence AI Gateway.
  2. Choose your tenant.
  3. Go to App catalogue.
  4. Filter by Remote MCP server.
  5. Search for Monday MCP and then select it.
  6. Select Create MCP server.
  7. Choose auth method. Monday MCP uses OAuth with DCR, so setup is straightforward.
  8. Complete the setup as prompted, select tools, and deploy.

Use the generated MCP server URL in your client (Claude, Cursor, Windsurf, etc.) as described in the Client Configuration docs. For detailed UI steps and screenshots, see Create a third-party MCP Server.

Additional information specific to Monday MCP

  • Marketplace installation: Before any user can connect, an account admin must install the monday MCP app from the monday.com marketplace. This is a one-time step per account.
  • Dynamic Client Registration: Monday MCP uses OAuth 2.1 with DCR, so you do not need to create or configure an OAuth app in monday.com; the gateway and monday.com handle registration automatically.
  • User-level permissions: All AI actions respect existing monday.com user permissions. The agent can only access boards, items, and workspaces that the authenticated user has permission to view or edit.
  • Timeout: The remote server uses a 30-second timeout for requests.
  • Official documentation: For setup instructions and troubleshooting, see Get started with monday MCP.