Weavz
monday.com

monday.com

Work operating system for businesses

9 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
monday_create_column

Creates a new column in board.

monday_create_group

Creates a new group in board.

monday_create_item

Creates a new item inside a board.

monday_create_update

Creates a new update.

monday_get_board_values

Gets a list of board's items.

monday_get_item_column_values

Gets column values of an item.

monday_update_column_values_of_item

Updates multiple columns values of specific item.

monday_update_item_name

Updates an item name.

monday_upload_file_to_column

Upload a file to a column in Monday.

Triggers

Name
monday_new_item_in_board

Triggers when a new item is created in board.

monday_specific_column_updated

Triggers when a specific column value is updated in board.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('monday', 'monday_create_column', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'monday',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect monday.com to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does monday.com support?

monday.com supports 9 tools including Create Column, Create Group, Create Item, Create Update, Get Board Values, and more.

Can I use monday.com with AI agents?

Yes. Add monday.com to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect monday.com to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add monday.com as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped monday.com tools exposed by that workspace.

Does monday.com work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved monday.com work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with monday.com?

monday.com exposes 9 tools, including Create Column, Create Group, Create Item, Create Update, Get Board Values, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can monday.com be used in stateful agent workflows?

Yes. Agents can combine monday.com tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does monday.com use?

monday.com uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the monday.com integration cost?

The monday.com integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does monday.com support?

monday.com supports 2 triggers including New Item in Board, Specific Column Value Updated in Board.

Connect monday.com in minutes

Get 20,000 free action executions every month. No credit card required.