Install command
Provided
Manage monday.com boards, items, and CRM activities
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are comparatively strong, but you should still validate source, privacy posture, and package provenance for your environment.
0
96
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as first-party.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
Package marked verified.
Checksum metadata
SHA-256 hash is present.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Provided
Config snippet
Provided
Copy snippet
Provided
Prerequisites
10 to clear
Platforms
3 listed
Difficulty
6/100
Adoption plan
Current risk score 0/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes are present.
Review privacy notesRequired
Privacy notes are present.
Verify package integrity metadata
Package verification/checksum metadata is available.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Required evidence gates are covered (6/6 signals complete).
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are present.
Required in this preset
Privacy notes are present.
Optional in this preset
Package integrity metadata is present.
Optional in this preset
Install payload is available.
Required in this preset
Required evidence gates are covered for this preset.
Decision timeline
6/6 steps complete with no blocking gaps for this preset.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are available.
verify
Privacy notes are available.
verify
Package integrity metadata is available.
rollout
Install payload is available.
No required blockers for this timeline preset.
Prerequisite readiness
10 prerequisites to line up before setup. Have accounts and credentials ready first.
Safety & privacy surface
1 safety and 1 privacy notes across 2 risk areas. Review closely: credentials & tokens.
{
"monday": {
"url": "https://mcp.monday.com/sse",
"transport": "sse"
}
}Streamline your project management and CRM workflows by connecting Claude to monday.com. Create and update board items, manage columns and structure, assign team members, set timelines, track CRM deals, query with advanced GraphQL filters, and automate workflows—all through natural language commands. Leverage monday.com's powerful API with complexity-aware queries and rate limit monitoring.
{
"monday": {
"url": "https://mcp.monday.com/sse",
"transport": "sse"
}
}
Common usage pattern for this MCP server
Ask Claude: "Create a new item in the Projects board"
Common usage pattern for this MCP server
Ask Claude: "Update status to Done for item 12345"
Common usage pattern for this MCP server
Ask Claude: "Assign this task to the design team"
Common usage pattern for this MCP server
Ask Claude: "Add CRM activity for client meeting"
Create a new Monday.com board item with column values
// Create Monday.com board item
const item = await monday.items.create({
board_id: "board-id",
item_name: "New Task",
column_values: {
status: "Working on it",
text: "Task description",
},
});
Complexity limit: 10M points/minute for paid accounts (personal API tokens), 1M for trial/free/NGO accounts. Daily call limits: 200 (free/trial), 1,000 (standard/basic), 10,000 (pro), 25,000 (enterprise). Check Retry-After header in response to see wait time. Monitor complexity using complexity query field. Reduce query complexity or split operations into smaller batches. Use page and limit arguments to paginate large result sets.
Verify Personal V2 API token is correctly configured. Generate token from Developer Center (profile > Developers > API token) or Administration tab (for admins). Token permissions mirror your UI permissions. Verify workspace permissions allow API access. Check account has Member role (not Guest). For hosted service, ensure OAuth authentication is properly configured. Contact workspace admin to grant API permissions if needed.
Individual query cannot exceed 5M complexity points. Reduce nested fields in queries. Limit items per query to 50-100. Use complexity { query before after } field to check costs before execution. Request only data you need. Split complex queries into multiple simpler requests. Utilize page and limit arguments for pagination. Check monday.com developer docs for complexity calculation guidelines.
Verify your account has write permissions to specific board. Check board sharing settings allow modifications. Token permissions mirror your UI permissions (board, column, item, account level). Contact board owner to upgrade access level if read-only. Verify you're using correct workspace and board IDs in queries.
Verify API token is valid and not expired. Check token permissions match required operations. Ensure token format is correct (Bearer token in Authorization header). For OAuth integrations, verify token refresh logic is working correctly.
Implement exponential backoff retry logic with jitter. Use Monday.com API rate limit headers to monitor usage. Reduce concurrent requests. Cache frequently accessed board data. Monday.com allows 25 requests per minute per API token.
Verify API token has access to the board or item. Check board permissions and workspace membership. Ensure API token has required permissions for target operations.
Check network connectivity and firewall settings. Verify Monday.com API endpoints are accessible. Increase request timeout values. Implement connection pooling and retry mechanisms with exponential backoff.
Monday MCP Server for Claude side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
1 trust signal differ across this comparison (Source provenance).
| Field | Manage monday.com boards, items, and CRM activities Open dossier | Interact with Asana workspaces to manage projects and tasks Open dossier | Task management and project tracking with ClickUp integration Open dossier | Access and manage HubSpot CRM data including contacts, companies, and deals Open dossier |
|---|---|---|---|---|
| Next steps | ||||
| Trust | ||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package verified | Package verified | Package verified | Package verified |
| Source provenanceDiffers | Source-backed | No submission link | No submission link | No submission link |
| Submitter | — | — | — | — |
| Install risk | Low risk | Low risk | Low risk | Low risk |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | ||||
| Category | mcp | mcp | mcp | mcp |
| Source | first-party | first-party | first-party | first-party |
| Author | Monday.com | Asana | hauptsacheNet | HubSpot |
| Added | 2025-09-18 | 2025-09-18 | 2025-09-18 | 2025-09-18 |
| Platforms | Claude CodeCursorClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop | Claude CodeClaude Desktop |
| Source repo | — | — | — | — |
| Safety notes | ✓Scope the Monday API token to intended boards and review item, CRM, or automation changes before using live workflows. | ✓Use a least-privilege Asana token and test task or project writes in a non-critical workspace before connecting production workflows. | ✓Scope the ClickUp API key to the intended team and review task, status, or project mutations before using it on active workspaces. | ✓Scope HubSpot CRM permissions and test writes against non-critical objects before enabling contact, company, or deal updates. |
| Privacy notes | ✓Board items, CRM records, comments, custom fields, users, and workspace automation metadata may be sent through tool calls. | ✓Asana task text, project metadata, comments, assignees, due dates, and workspace details may be sent through model context. | ✓Tasks, comments, custom fields, assignees, due dates, and workspace metadata may be exposed through tool calls. | ✓Contacts, companies, deals, tickets, communication history, and CRM metadata may be exposed through tool calls. |
| Prerequisites |
|
|
|
|
| Install | | | | |
| Config | | | | |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Source-backed guides for putting this to work.
Manage parallel Claude Code background sessions with agent view dispatch, peek/reply, attach/detach, and shell fleet commands.
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.