monday.com for Claude, Cursor, ChatGPT & agents
monday.com — list workspaces and boards, fetch board schema (columns + groups), list and search items on a board, get one item with column values + updates, create new items in a group, update indi...
curl -fsSL https://syncorelabs.ai/install.sh | shmacOS / Linux. Windows + manual install.
What it does
monday.com — list workspaces and boards, fetch board schema (columns + groups), list and search items on a board, get one item with column values + updates, create new items in a group, update individual column values (status, person, date, etc.), post updates / comments on items, and list users for owner-column resolution. GraphQL v2 API. Use when the user mentions monday, monday.com, board, item, status column, group, workspace project tracker, or wants to manage / inspect work in monday.com.
The monday.com skill is one of 75+ pre-wired Syncore integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the Syncore daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once Syncore is installed and monday.com is connected, ask your agent something like:
- “List workspaces from monday.com.”
- “List boards from monday.com.”
- “Get board from monday.com.”
Tools available (10)
monday__list_workspacesList monday.com workspaces (top-level groupings) with id + name.
monday__list_boardsList boards. Optional filter by workspace_id.
monday__get_boardFetch one board with its columns + groups schema (column ids/types are needed for update_item_column).
monday__list_items_on_boardList items on a board (paginated). Returns name + column values + group.
monday__get_itemFetch one item with full column values + updates (comments).
monday__create_itemCreate a new item on a board (optionally inside a specific group). column_values is a JSON object keyed by column id.
monday__update_item_columnUpdate a single column on an existing item. Use get_board first to look up column ids + types.
monday__add_update_to_itemPost an update (comment) on an item. Body is plain text or HTML.
monday__search_itemsSearch items across a board by name. Falls back to a fetch-and-filter when monday's items_page query rules don't cover the requested text match.
monday__list_usersList users in the account (for resolving owner / person-column ids).
How to connect
monday.com needs a provider API key to talk to monday. Connect it from the Syncore dashboard:
- Run
curl -fsSL https://syncorelabs.ai/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
syncore loginto create your account and a device-bound encryption key. - Visit syncorelabs.ai/connect and authorize monday.com.
- Run
syncore updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every Syncore tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the Syncore vault.
See the full Syncore pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at monday.com? You may also want:
- Airtable — list bases, read / query records with filter formulas, create new rows, and update fields on existing records via Airtable REST API
- Apple Calendar — list calendars, today's events, upcoming events, search by free-text, create / update / delete events with attendees, location, all-day flag
- Apple Reminders — list reminder lists with incomplete counts, list reminders inside a list, surface today's due + overdue items, create / update / complete / del...
- Asana — list workspaces and projects, list / create tasks, set due dates, and mark tasks complete
- Cal.com — list and manage bookings, event types, availability schedules; create / cancel / reschedule meetings on the user's Cal.com account
Or browse all 75 skills in the Syncore catalog.