opencode

Connect OpenCode to Airtable and Monday.com

Give OpenCode your Monday and Airtable together and it can keep your work board and your database moving in the same direction. Monday is where the items, columns, groups, and boards live, Airtable is the structured record beside it, and the agent reacts to events on either side to update the other. When a board event fires it can write the row into Airtable and set the item's columns, or when an Airtable record lands it can update the matching Monday item. It handles the column updates, the archiving, and the record writes so the two never drift apart.
Loading preview…
Opens a workflow with 91 tools ready to use.

What happens next

Set up in minutes

The open button drops you into a guided setup. It asks exactly this, nothing else:
  1. Choose where it runs

    On your computer through your own OpenCode, or hosted in the cloud. The rest of setup adapts to your choice:

  2. Pick what it can do in Airtable

    A preset of real Airtable operations. Each one becomes a tool the agent can call, and it can't touch anything outside the list.

  3. Pick what it can do in Monday.com

    A preset of real Monday.com operations. Each one becomes a tool the agent can call, and it can't touch anything outside the list.

  4. Connect Airtable

    One sign-in. The agent acts through your account, scoped to the operations you picked.

  5. Connect Monday.com

    One sign-in. The agent acts through your account, scoped to the operations you picked.

  6. Add your personal MCP link

    The last step mints a private MCP URL for this agent and walks you through exactly this, with your real link filled in. The page flips to Connected the moment your OpenCode first calls in.

    1. Run this in your terminal

    $opencode mcp add

    2. Choose Remote and paste your server URL

    https://mcp.noclick.app/s/<your-link>

    3. Choose No when asked about OAuth authentication — the link itself is the key

    <your-link> is your personal server URL — setup mints it for you.

Exact capabilities

Tools OpenCode gets

Pick the operations you want and each becomes a tool the agent can call directly while it works.

Airtable

24 tools
List Accessible Bases

List all accessible bases

Fetch Base Schema

Get the schema (tables and fields) of a base

Create New Table

Create a new table in a base

Update Table Metadata

Update a table's name or description

Create Table Field

Create a new field in a table

Update Table Field

Update a field's name or description

List Table Records

List records from a table with filtering, sorting, and pagination

Fetch Single Record

Get a single record by ID

Create Multiple Records

Create one or more records (batch create up to 10)

Update Multiple Records

Update one or more records (batch update up to 10)

Update Single Record

Update a single record by ID

Delete Multiple Records

Delete one or more records (batch delete up to 10)

Delete Single Record

Delete a single record by ID

Upsert Records by Field Match

Create or update records based on field matching (upsert)

List Record Comments

List comments on a record

Create Record Comment

Create a comment on a record

Update Record Comment

Update a comment

Delete Record Comment

Delete a comment

List Base Webhooks

List all webhooks for a base

Create Base Webhook

Create a webhook for a base

Delete Base Webhook

Delete a webhook

List Webhook Payloads

List payloads for a webhook

Refresh Webhook Expiration

Refresh a webhook to extend its expiration

Enable Webhook Notifications

Enable notifications for a webhook

Monday.com

67 tools
List Boards

List boards in the account (name, columns, groups).

Get Board

Fetch a single board's metadata, columns, and groups by ID.

Create Board

Create a new board.

Update Board

Update a board's name, description, or communication settings.

Delete Board

Permanently delete a board.

Archive Board

Archive a board.

Duplicate Board

Duplicate a board (structure only, with items, or with items and updates).

List Items

List items on a board (cursor-paginated, with column values).

Get Items By ID

Fetch specific items by ID with their column values.

Query Items By Column Value

Search/filter items on a board by a column value.

Create Item

Create an item on a board.

Create Subitem

Create a subitem under a parent item.

Update Item Column Value

Change one column's value on an item (typed JSON value).

Update Multiple Column Values

Change several columns at once via a JSON map.

Update Simple Column Value

Change a column using a plain string value (simple types).

Move Item To Group

Move an item to a different group within the same board.

Move Item To Board

Move an item to another board and group.

Archive Item

Archive an item.

Delete Item

Permanently delete an item.

Duplicate Item

Duplicate an existing item.

Get Subitems

Get all subitems of a parent item.

Clear Item Updates

Clear all updates/comments from an item.

Create Group

Create a new group (section) on a board.

Delete Group

Delete a group from a board.

List Groups

List all groups on a board.

Archive Group

Archive a group and all its items.

Duplicate Group

Duplicate a group and all its items.

Update Group

Rename or recolor a group.

Create Column

Add a column to a board.

Delete Column

Permanently delete a column from a board.

Rename Column

Rename a column on a board.

Create Update (Comment)

Post an update/comment on an item.

Create Notification

Send an in-app notification to a user.

Get Item Updates

Get updates/comments on an item.

Delete Update

Delete an update/comment.

Edit Update

Edit an existing update/comment.

Like Update

Like an update/comment.

Get Tags

Get account-level tags.

Create or Get Tag

Create or get an existing account-level tag.

Get Teams

List teams in the account.

Add Users To Team

Add users to a team.

Remove Users From Team

Remove users from a team.

Create Team

Create a new team in the account.

Delete Team

Delete a team from the account.

List Users

List account users.

Get Current User

Get the authenticated user's profile and account info.

List Workspaces

List workspaces in the account.

Create Workspace

Create a new monday.com workspace.

Update Workspace

Update a monday.com workspace's name, kind, or description.

Delete Workspace

Permanently delete a monday.com workspace.

Add Users To Board

Subscribe users to a board as subscribers or owners.

Remove Users From Board

Remove subscribers from a board.

Add Teams To Board

Add teams as subscribers to a board.

List Folders

List folders in a workspace.

Create Folder

Create a folder in a workspace to organize boards.

Update Folder

Rename or move a folder.

Delete Folder

Delete a folder.

Get Docs

List monday.com Docs, optionally filtered by workspace or specific doc IDs.

Create Doc

Create a new monday.com Doc in a workspace.

Create Doc Block

Add a content block to a monday.com Doc.

Update Doc Block

Update the content of an existing monday.com Doc block.

Delete Doc Block

Delete a block from a monday.com Doc.

Get Assets

Get file assets (attachments) by their IDs.

Unlike Update

Remove a like from an update (comment).

Create Webhook

Register a webhook on a board for an event type.

Delete Webhook

Remove a webhook by ID.

List Webhooks

List all webhooks registered on a board.

Starting points

What you can build

When a Monday board event fires, log the item as a record in Airtable and set its status with Update Simple Column Value.
When an Airtable base webhook signals a new row, update the matching Monday item's columns to reflect it.
Archive a finished Monday group and delete its mirrored rows in Airtable so both stay clean.
Add a new client's users to a Monday team and create the matching client records in Airtable.

Meet the runner

About OpenCode

OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
Open and model-agnostic
Flexible across many underlying models
Good general-purpose tool use
Lightweight to point at a focused task

Good to know

Frequently asked questions

Keep exploring

More ways to connect

Make it yours

Open your OpenCode agent in one click.

NoClick runs OpenCode for you with Airtable and Monday.com wired in as tools. Connect your account and run.