Skip to content

monday.com Integration

The monday.com node lets your agents create and manage items, boards, groups, and columns across your workspace.

Requires a monday.com API Key.

  1. Go to monday.com → Developers → My Apps
  2. Create an app or use your personal API token (found in Admin → API)
  3. Paste it when connecting monday.com in Spawnbase
ToolDescription
create_itemCreate a new item in a board with column values
delete_itemPermanently delete an item
get_board_items_by_nameSearch for items by board and name
change_item_column_valuesUpdate column values on an existing item
move_item_to_groupMove an item to a different group
create_updateAdd a comment/update to an item
ToolDescription
create_boardCreate a new board with columns
get_board_schemaGet the column and group structure of a board
create_groupCreate a new group in a board
create_columnAdd a column to a board
delete_columnRemove a column from a board
ToolDescription
list_users_and_teamsLook up users or teams by ID or name
create_formCreate a monday WorkForm
get_formGet a form by its token
Server URLhttps://mcp.monday.com/mcp
TransportStreamable HTTP
Docsmonday.com MCP Integration
  • Board IDs are required for most operations — find them in the board URL (monday.com/boards/{boardId}).
  • get_board_schema first — use it to discover column IDs before updating item values. Column IDs aren’t the same as column names.
  • Works well for agents that sync tasks from Linear or GitHub into monday.com boards.