Monday Developer Tools

21 skills, 8 rules for Monday.com workflows in Cursor -- boards, items, sprints, docs, dashboards, and the full GraphQL API.

0
Skills
0
Rules
0
MCP Tools
Cursor 0.49+ Windows / macOS / Linux Claude Code compatible
Get started in seconds
git clone https://github.com/TMHSDigital/Monday-Cursor-Plugin.git cd Monday-Cursor-Plugin && cursor .

Skills

21
Skills list
Monday API Reference Navigate the Monday.com GraphQL API with schema introspection, query building, pagination patterns, complexity budgets, and the all_monday_api escape hatch.
Triggers
  • User asks how to call a specific Monday.com API endpoint
  • User needs to build a custom GraphQL query or mutation
  • User wants to understand rate limits or complexity budgets
  • User needs to perform an operation not covered by dedicated MCP tools
  • User asks about API authentication or versioning
monday-api-reference
Monday Board Insights Aggregate, filter, and analyze Monday.com board data for reporting, summaries, and decision-making.
Triggers
  • User wants a summary or report of board data
  • User asks how many items are in a specific status
  • User needs aggregated metrics (counts, averages, totals) from a board
  • User wants to filter or segment board data
  • User asks "how is the project going?" or similar status questions
monday-board-insights
Monday Board Management Create, configure, manage, duplicate, archive, and delete Monday.com boards including columns, groups, views, and permissions.
Triggers
  • User wants to create a new board
  • User needs to add, modify, or delete columns or groups
  • User wants to duplicate, archive, or delete a board
  • User asks about board permissions or structure
  • User needs to configure board views or settings
monday-board-management
Monday Chart Visualization Render pie charts, bar charts, battery/progress widgets, and interactive tables from Monday.com board data.
Triggers
  • User asks to visualize board data as a chart
  • User wants a pie chart, bar chart, or progress indicator
  • User needs to display board data in an interactive table
  • User asks for a visual status breakdown or progress overview
monday-chart-visualization
Monday Column Types Guide Deep reference for all Monday.com column types including value formats, creation settings, and common patterns for status, timeline, people, formula, mirror, and more.
Triggers
  • User needs to create a column of a specific type
  • User is unsure how to format column values for `create_item` or `change_item_column_values`
  • User asks about formula, mirror, or connect-boards columns
  • User wants to understand column type capabilities
monday-column-types-guide
Monday Dashboard Builder Create dashboards, add widgets, configure chart types, and connect boards to build reporting views in Monday.com.
Triggers
  • User wants to create a new dashboard
  • User needs to add widgets (charts, tables, numbers) to a dashboard
  • User asks to visualize board data in a reporting view
  • User wants to connect multiple boards to a single dashboard
  • User needs to configure widget settings or chart types
monday-dashboard-builder
Monday Docs Management Create, read, and append content to Monday Docs; manage version history and doc structure within workspaces.
Triggers
  • User wants to create a new Monday Doc
  • User needs to read or view doc content
  • User wants to add or append content to an existing doc
  • User asks about doc version history
  • User wants to attach a doc to an item or workspace
monday-docs-management
Monday Form Builder Create Monday.com forms with questions, conditional logic, and response boards for data collection and intake workflows.
Triggers
  • User wants to create a form for data collection
  • User needs to add, update, or delete form questions
  • User asks to configure conditional logic on form questions
  • User wants to update form settings or appearance
  • User needs to view or manage an existing form
monday-form-builder
Monday Item Operations Create, update, move, archive, and delete Monday.com items and subitems across boards and groups.
Triggers
  • User wants to create items or subitems on a board
  • User needs to update column values on existing items
  • User wants to move items between groups or boards
  • User needs to archive or delete items
  • User asks to query or filter items
monday-item-operations
Monday Notetaker Meetings Access meeting notes, transcripts, summaries, and action items from Monday.com Notetaker for team meetings.
Triggers
  • User asks about recent meeting notes or transcripts
  • User wants a summary of a specific meeting
  • User needs to find action items from a meeting
  • User asks what was discussed in a meeting
  • User wants to review meeting recordings or participant lists
monday-notetaker-meetings
Monday Notifications Send bell and email notifications to Monday.com users for alerts, reminders, and targeted communication.
Triggers
  • User wants to notify someone about an item or event
  • User needs to send a reminder or alert to a team member
  • User asks to ping someone about a task
  • User wants to send an email notification through Monday.com
monday-notifications
Monday Project Tracking Track project timelines, dependencies, critical path, milestones, and status across Monday.com boards for project management.
Triggers
  • User asks about project status, progress, or health
  • User wants to view or manage timelines and dependencies
  • User needs to identify the critical path or bottlenecks
  • User asks about milestones, deadlines, or overdue items
  • User wants a project status report or overview
monday-project-tracking
Monday Resource Management Manage team assignments, workload distribution, and capacity planning across Monday.com boards and projects.
Triggers
  • User wants to see who is assigned to what tasks
  • User asks about team workload or capacity
  • User needs to balance work across team members
  • User wants to assign or reassign resources to tasks
  • User asks about over-allocated or under-utilized team members
monday-resource-management
Monday Sprint Planning Set up sprint boards, configure sprint metadata, plan iterations, and organize tasks for agile development on Monday.com.
Triggers
  • User wants to set up sprint boards for a project
  • User needs to create or configure a new sprint iteration
  • User asks about sprint structure, capacity, or iteration planning
  • User wants to view sprint metadata or backlog
  • User needs to assign tasks to an upcoming sprint
monday-sprint-planning
Monday Sprint Review Analyze completed sprints for velocity, burndown, completion rates, and team performance on Monday.com.
Triggers
  • User asks about sprint results or outcomes
  • User wants velocity metrics or burndown data
  • User needs a completed sprint summary
  • User asks how the team performed in a sprint
  • User wants to compare sprint performance over time
monday-sprint-review
Monday Tags and Assets Manage tags for item categorization and handle file/asset uploads, downloads, and organization on Monday.com.
Triggers
  • User wants to create, list, or assign tags to items
  • User needs to upload files or assets to a board item
  • User wants to download or list assets attached to items
  • User asks about tag-based filtering or categorization
  • User needs to manage file columns or asset storage
monday-tags-and-assets
Monday Updates and Communication Post updates and replies on Monday.com items and boards, use mentions, and read update history for collaboration.
Triggers
  • User wants to post an update or comment on a board item
  • User needs to reply to an existing update
  • User wants to read the update history of an item or board
  • User asks to mention specific users or teams in an update
  • User needs to post a board-level announcement
monday-updates-and-communication
Monday User and Team Management Manage Monday.com users and teams including lookups, permissions, team membership, and current user context.
Triggers
  • User wants to look up users or teams
  • User needs their own user context (ID, favorites, recent boards)
  • User wants to find team members for assignment
  • User asks about user roles or permissions
  • User needs to assign people to items or boards
monday-user-and-team-management
Monday Webhook Management Create, list, and delete Monday.com webhooks with challenge verification, JWT authentication, and event handling.
Triggers
  • User wants to receive real-time notifications when board events occur
  • User needs to set up a webhook for item changes, status updates, or column changes
  • User asks about webhook authentication or challenge verification
  • User wants to list or delete existing webhooks
  • User needs to debug webhook delivery issues
monday-webhook-management
Monday Workflow Automation Create and manage Monday.com automation recipes with triggers, conditions, and actions for workflow automation.
Triggers
  • User wants to automate a workflow on a board
  • User asks to set up "when X happens, do Y" rules
  • User needs to create, list, or delete automation recipes
  • User wants to configure triggers, conditions, or actions
  • User asks about available automation templates
monday-workflow-automation
Monday Workspace Organizer Organize Monday.com workspaces, folders, and board hierarchy for clean project structure.
Triggers
  • User wants to create or configure a workspace
  • User needs to organize boards into folders
  • User wants to move boards, folders, or dashboards between workspaces
  • User asks about workspace structure or contents
monday-workspace-organizer

Rules

8
Rules list
NameScopeDescription
Monday Api Token Safety Flag hardcoded Monday.com API tokens, OAuth secrets, and webhook signing secrets in source code.
Monday Board Structure Flag Monday.com board anti-patterns including excessive columns, missing groups, and inconsistent naming conventions.
Monday Column Value Format Flag malformed Monday.com column value JSON including incorrect status, date, timeline, and people column formats.
Monday Error Handling Flag unchecked Monday.com API responses, missing error parsing, and ignored error fields in GraphQL results.
Monday Graphql Best Practices Flag Monday.com GraphQL anti-patterns including over-fetching, missing pagination, and unbounded queries.
Monday Mcp Tool Preference Flag raw HTTP calls to api.monday.com when Monday MCP tools are available in Cursor.
Monday Rate Limit Awareness Flag missing rate limit handling, unbounded API loops, and absent complexity budget awareness in Monday.com API code.
Monday Webhook Validation Flag missing webhook challenge verification, unvalidated payloads, and exposed webhook URLs in Monday.com integrations.

MCP Tools

44
/
API & Schema 4
NameDescription
get_graphql_schema Schema overview (read vs write)
get_type_details Details for a GraphQL type
get_column_type_info Column type metadata
all_monday_api Run arbitrary GraphQL (escape hatch)
Boards & Items 11
NameDescription
get_board_info Board metadata, structure, owners, views
get_board_items_page Paginated items with filters and search
board_insights Aggregate and analyze board data
create_board Create a new board
create_group Add a group to a board
create_column Add a column to a board
create_item Create items, subitems, or duplicates
change_item_column_values Update item column values
get_updates Read updates on items or boards
create_update Post updates with mentions
get_board_activity Board activity log
Context & Search 3
NameDescription
get_user_context Current user, favorites, relevant boards
search Search boards, documents, folders
list_users_and_teams Look up users and teams
Dashboards & Widgets 3
NameDescription
create_dashboard Create a dashboard
create_widget Add a widget to dashboard or board view
all_widgets_schema Widget type JSON schemas
Docs 3
NameDescription
read_docs Read doc content or version history
create_doc Create a doc in workspace or attached to item
add_content_to_doc Append markdown to a doc
Forms 4
NameDescription
create_form Create a form with response board
get_form Get form by token
update_form Update form settings, appearance, questions
form_questions_editor Create/update/delete individual questions
Notifications 1
NameDescription
create_notification Send bell/email notifications
Sprints & Meetings 4
NameDescription
get_monday_dev_sprints_boards Discover sprint/tasks board pairs
get_sprints_metadata Sprint table from sprints board
get_sprint_summary Completed sprint analysis
get_notetaker_meetings Meeting notes and transcripts
UI Components 4
NameDescription
show-chart Render pie/bar charts
show-battery Render battery/progress indicators
show-table Render interactive board tables
show-assign Render assignment UI
Workspaces & Folders 7
NameDescription
list_workspaces List/search workspaces
workspace_info Boards, docs, folders in a workspace
create_workspace Create a workspace
update_workspace Update workspace attributes
create_folder Create a folder
update_folder Update folder attributes
move_object Move boards/folders/overviews

Installation

Installation steps
  1. Install the plugin:
    git clone https://github.com/TMHSDigital/Monday-Cursor-Plugin.git
    Open the cloned folder in Cursor IDE.
  2. Install the Monday MCP server from the Cursor Marketplace:
    Open Cursor Settings → MCP → search monday → install Monday Developer Tools.
  3. Get your Monday API token: Go to monday.com → Profile → Admin → API. Copy your personal token.
  4. Configure auth: The Monday MCP plugin will prompt for your API token on first use, or you can set it in the plugin settings.
  5. Restart Cursor. The 21 skills, 8 rules, and 45 MCP tools are now active. You can query boards, create items, manage sprints, and more.

Changelog

Recent changelog
v0.4.1 2026-04-25
v0.4.0 2026-04-25
View full changelog on GitHub →