monday-comManage monday.com boards, items, columns, groups, updates, and workflows via MCP server (preferred) and GraphQL API (fallback). Use when a user asks to creat...
Install via ClawdBot CLI:
clawdbot install regevguym/monday-comGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
upload → https://api.monday.com/v2/file`Calls external URL not in known-safe list
https://developer.monday.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
A project manager needs to add new tasks to a Monday.com board for an upcoming sprint. The agent uses create_item after retrieving board schema with get_board_schema to ensure correct column mappings, such as assigning due dates and priorities. This streamlines sprint planning and reduces manual entry errors.
A sales team updates deal stages in a CRM board as leads progress through the pipeline. The agent employs move_item_to_group to shift items between groups like 'Prospect' and 'Closed-Won', and change_item_column_values to adjust values such as deal size. This automates pipeline tracking and improves forecast accuracy.
A support agent logs new customer issues as items on a board and posts updates using create_update for communication. The agent can search for existing tickets with get_board_items_by_name to avoid duplicates and update statuses with change_item_column_values. This enhances response times and ticket resolution tracking.
A marketing team manages a content calendar board to schedule blog posts and social media campaigns. The agent creates items with create_item for each piece of content, setting column values for publish dates and assigned writers, and uses create_group to organize by content type. This centralizes planning and ensures timely publication.
Companies use Monday.com to manage customer onboarding, feature requests, and support tickets, integrating with their SaaS platform via the MCP server. This improves customer retention and operational efficiency, leading to recurring revenue from subscriptions. Automation reduces manual overhead and scales with user growth.
Consulting firms leverage the skill to track client projects, deliverables, and timelines on boards, using tools like create_column for custom fields. This enables real-time project monitoring and client reporting, driving revenue from hourly or project-based billing. Enhanced visibility helps meet deadlines and increase client satisfaction.
Marketing or creative agencies manage campaigns, client work, and resource allocation through Monday.com boards. The agent automates task creation and status updates, optimizing workflow efficiency and reducing administrative costs. This supports revenue from retainer agreements or per-campaign fees by delivering projects faster.
💬 Integration Tip
Always start with get_board_schema to understand board structure before performing write operations, and use the MCP server first for built-in error handling, falling back to GraphQL API only when necessary.
Scored Apr 19, 2026
Manage Trello boards, lists, and cards via the Trello REST API.
Query and manage Linear issues, projects, and team workflows.
Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira...
Monday.com API integration with managed OAuth. Manage boards, items, columns, groups, and workspaces using GraphQL. Use this skill when users want to create, update, or query Monday.com boards and items, manage tasks, or automate workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Manage TickTick tasks and projects from the command line with OAuth2 auth, batch operations, and rate limit handling.
Run the Model Context Protocol (MCP) Atlassian server in Docker, enabling integration with Jira, Confluence, and other Atlassian products. Use when you need to query Jira issues, search Confluence, or interact with Atlassian services programmatically. Requires Docker and valid Jira API credentials.