Skip to main content
Feedback

Monday.com MCP connector

Monday.com is a work management platform for organizing boards, items, and workflows through a GraphQL API. The Monday.com MCP connector allows AI agents to execute custom GraphQL queries and mutations to manage project data, update board structures, and automate workflow operations. It supports querying workspace metadata, modifying item fields, and orchestrating complex work management scenarios across teams and projects.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the Monday.com MCP connector to perform the following actions:

  • Create and organize project boards to track work across teams and departments
  • Update task status and assignments to keep projects moving forward in real time
  • Retrieve item details and board information to monitor project progress and deadlines
  • Automate task creation when events trigger in other business applications
  • Sync project data between Monday.com and external systems to maintain single source of truth
  • Query board analytics and item metrics to generate performance reports and insights
  • Manage team collaboration by updating comments, attachments, and item metadata

Example prompts

Use the following example prompts to invoke Monday.com MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new project board in Monday.com called Q1 Marketing Campaign.
  • Show me all items in Monday.com that are marked as overdue or at risk.
  • Update the status of item 12345 to completed in my Monday.com board.
  • List all tasks assigned to Sarah in the Monday.com Sales Pipeline board.
  • Add a new item to the Monday.com Customer Onboarding board for acme.com.
  • Get the total count of items by status in the Monday.com product roadmap.
  • Retrieve all items in Monday.com with a priority of critical or high.
  • Update the due date for the marketing launch item in Monday.com to next Friday.
  • Pull all board names and item counts from my Monday.com workspace.

Monday.com MCP connector tools

The Monday.com MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
graphqlRequestSends a query or mutation request to retrieve or modify data from Monday.com.
On this Page