← ClaudeAtlas

monday-comlisted

Monday.com workspace management via official MCP server. This skill should be used when creating, updating, moving, archiving, or deleting items/boards/groups on Monday.com, managing columns, adding comments, or querying workspace data. Supports both hosted and local MCP deployment with interactive setup guidance.
georgekhananaev/claude-skills-vault · ★ 25 · DevOps & Infrastructure · score 81
Install: claude install-skill georgekhananaev/claude-skills-vault
# Monday.com Workspace Manager Manage Monday.com workspaces through the official MCP server — create items, update statuses, move tasks between groups, archive/delete items, manage boards & columns, and add comments. ## When to Use Invoke when: - Creating, updating, or deleting items/tasks on Monday.com - Managing boards, groups, or columns - Moving items between groups or boards - Adding comments/updates to items - Querying board structure, items, or users - Setting up Monday.com MCP integration - Any Monday.com workspace automation ## Prerequisites & Setup ### First-Time Setup Flow On first use, check if Monday.com MCP is configured. If not, guide the user through setup using AskUserQuestion: ``` Question: "How would you like to connect to Monday.com?" Options: - "Hosted MCP (Recommended)" — No local install, auto-updates, OAuth auth - "Local MCP via npx" — Requires Node.js 20+, API token - "Direct API (curl/scripts)" — Manual GraphQL calls, no MCP dependency ``` ### Option A: Hosted MCP (Recommended) Add to Claude Code MCP settings (`~/.claude/settings.json` or project `.mcp.json`): ```json { "mcpServers": { "monday-mcp": { "url": "https://mcp.monday.com/mcp" } } } ``` OAuth handles auth automatically — no API token needed. ### Option B: Local MCP via npx 1. **Get API Token**: Monday.com → Avatar → Developers → My access tokens 2. **Configure MCP** in Claude Code settings: ```json {