You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monday.com project management for Cursor IDE -- boards, items, sprints, and the full GraphQL API.
21 skills • 8 rules • ~45 MCP tools
Compatibility
Environment
Status
Notes
Cursor IDE
Fully supported
Install from marketplace or symlink locally
Claude Code
Partial
Skills and rules work; MCP tools require manual config
Other MCP Clients
Partial
Monday MCP plugin works in any MCP-compatible client
Quick Start
Open Cursor and try these prompts:
Create a new board called "Q3 Sprint" with Status, Person, and Timeline columns
Show me a summary of all items in my "Product Roadmap" board grouped by status
Set up a sprint board for the next two-week iteration starting Monday
How It Works
flowchart LR
A[User Prompt] --> B[Cursor Agent]
B --> C{Skill Match}
C --> D[SKILL.md Workflow]
D --> E[Monday MCP Tools]
E --> F[Monday.com API]
F --> G[Result]
B --> H[Rules Engine]
H --> I[Lint & Guard]
Loading
The plugin provides skills (step-by-step workflows) and rules (guardrails) that guide the Cursor agent. Skills call the official Monday.com MCP plugin, which handles authentication and GraphQL execution.
Timeline, dependencies, critical path, status reporting
monday-resource-management
Team assignment, workload, capacity planning
Administration
Skill
Description
monday-user-and-team-management
Users, teams, permissions, roles
monday-column-types-guide
Column type reference, value formats
monday-tags-and-assets
Tag management, file/asset operations
Rules
8 Rules -- guardrails and best practices
Rule
What It Catches
API Token Safety
Flag hardcoded API tokens, OAuth secrets, webhook signing secrets
GraphQL Best Practices
Flag over-fetching, missing pagination, unbounded queries
Rate Limit Awareness
Flag missing retry/backoff, unbounded API loops, missing complexity budgets
Column Value Format
Flag malformed column value JSON for status, date, timeline, people columns
Webhook Validation
Flag missing challenge verification, unvalidated payloads, exposed URLs
MCP Tool Preference
Flag raw fetch/axios calls to api.monday.com when MCP tools are available
Board Structure
Flag too many columns, missing groups, inconsistent naming
Error Handling
Flag unchecked API responses, missing error parsing
Monday MCP Tools
This plugin leverages the official Monday.com MCP plugin (plugin-monday.com-monday). Install it from the Cursor Marketplace -- no custom MCP server required.
"Create a board called 'Engineering Tasks' with Status, Person, Priority, and Due Date columns"
monday-item-operations
"Add three items to the 'To Do' group: Set up CI, Write tests, Deploy staging"
monday-workspace-organizer
"Create a workspace called 'Product Team' and move boards 'Roadmap' and 'Bugs' into it"
monday-api-reference
"Show me the GraphQL query to fetch all items with their column values from board 123456"
monday-dashboard-builder
"Create a dashboard called 'Sprint Overview' with a status breakdown chart from my sprint board"
monday-board-insights
"How many items are stuck in 'In Review' for more than 5 days on my tasks board?"
monday-chart-visualization
"Show a pie chart of item status distribution for board 'Product Roadmap'"
monday-updates-and-communication
"Post an update on item 789 mentioning @sarah: 'Design review complete, ready for dev'"
monday-docs-management
"Create a Monday Doc called 'Sprint 12 Retro' with sections for Wins, Improvements, and Actions"
monday-notifications
"Send a notification to the 'Engineering' team about the deployment freeze"
monday-sprint-planning
"Set up a two-week sprint starting next Monday with items from the backlog board"
monday-sprint-review
"Generate a sprint review for the last completed sprint -- velocity, completed items, carryover"
monday-notetaker-meetings
"Summarize action items from today's standup meeting"
monday-workflow-automation
"Create an automation: when Status changes to Done, move item to the 'Completed' group"
monday-form-builder
"Build a bug report form with fields for severity, steps to reproduce, and expected behavior"
monday-webhook-management
"Set up a webhook that fires when items are created on my 'Intake' board"
monday-project-tracking
"Show the critical path and any blocked items on the 'Q3 Launch' project board"
monday-resource-management
"Show team workload for next week -- who's overallocated?"
monday-user-and-team-management
"List all users in the 'Design' team and their roles"
monday-column-types-guide
"What's the correct JSON format to set a Timeline column value?"
monday-tags-and-assets
"Tag all items in the 'Bugs' group with 'critical' and 'frontend'"
Configuration
Monday API Token
The Monday.com MCP plugin handles authentication. When you first use a Monday MCP tool, the plugin will prompt you to authenticate via the Monday.com OAuth flow.
Alternatively, set your API token in Cursor settings:
Cursor IDE plugin for Monday.com: 21 skills, 8 rules, and guidance for the official Monday MCP (~45 tools). Boards, items, sprints, docs, dashboards, GraphQL.