Skip to main content
monday.com logo

monday.com

Connects monday.com to FlyMyAI agents via OAuth. Once connected, an agent can read your boards, create and update items, manage groups and columns, post updates and look up users - no token to paste.

What it can do

MethodWhat it does
monday_get_boardsList accessible boards (paginated) with id, name, state, owner and permissions.
monday_get_boardGet a single board by id with its groups, items, columns and metadata.
monday_get_groupsList groups (sections) in a board, paginated.
monday_get_itemsList items (rows) in a board, optionally filtered by group, paginated.
monday_get_itemGet a single item with full details, column values and updates.
monday_create_itemCreate a new item (row) in a board group, with optional column values.
monday_update_itemUpdate an existing item's column values.
monday_delete_itemDelete (archive) an item.
monday_get_columnsList columns in a board with id, title and type.
monday_get_userGet the current user (viewer) - call first to verify auth and get the account id.
monday_get_usersList all workspace users, paginated.
monday_get_teamsList teams in the workspace.
monday_get_workspaceGet workspace metadata (account info and plan).
monday_get_updatesList updates (comments) on an item, paginated.
monday_create_updateAdd an update (comment) to an item, with markdown support.
monday_get_filesList files attached to an item.

The agent acts as the connected monday.com user and is bound by that user's access. Confirm before creating, updating or deleting items, or posting updates.

How to get credentials

monday.com uses OAuth - there's no token to copy.

  1. In FlyMyAI, open the monday.com MCP and start the setup flow.
  2. A monday.com authorization screen opens. Sign in with the account the agent should act as and approve access.
  3. You're redirected back to FlyMyAI; the tool flips to Configured.

To revoke access later, in monday.com open Admin → Apps (or your profile's connected apps) and remove FlyMyAI.

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
MONDAY_ACCESS_TOKENStored automatically by the OAuth flow - nothing to paste.
MONDAY_REFRESH_TOKENStored automatically by the OAuth flow - used to refresh access.

No manual entry is needed - the OAuth flow stores the access and refresh tokens for you. To switch accounts, remove the tool and reconnect.

Troubleshooting

  • OAuth denied - approve the FlyMyAI app on the monday.com consent screen; an account admin may need to allow third-party apps.
  • 401 after a while - the access token expired; FlyMyAI refreshes it automatically, but if the refresh token was revoked, reconnect.
  • Missing board or item - many calls need a numeric board_id or item_id; use monday_get_boards then monday_get_items to find them.
We love our partners - FlyMy.AI builds with the best. Thanks, monday.com!