Skip to content
Baserow logo

Baserow MCP server

Open-source online database tool, alternative to Airtable

Baserow is not a separate install. One Activepieces MCP server exposes it alongside 760+ other apps, behind a single URL.

Tools
14
Works with
Any MCP client
Auth
Custom auth
License
MIT, open source
Updated
September 2026

About the Baserow MCP server

Connect Baserow once in Activepieces and every action it ships becomes a tool your assistant can call, behind the same server URL as the rest of your apps. Your agent reaches Baserow and 760+ other apps over a single connection, on our cloud or a self-hosted install.

Tools

Baserow tools your AI can run

Once connected, your assistant can call any of these Baserow actions by asking in plain language.

  • Create Row

    Creates a new row in a table.

    3 fields

  • Get Row

    Gets a single row by its ID from a table.

    2 fields

  • List Rows

    Lists rows from a table with optional search, sorting, and filtering.

    8 fields

  • Find Row

    Finds a row by matching a field value. Returns the first match.

    3 fields

  • Update Row

    Updates fields in an existing row. Empty values are skipped. To clear a field, use Clean Row.

    4 fields

  • Upsert Row

    Creates a new row or updates an existing one by matching a field value.

    5 fields

  • Delete Row

    Deletes an existing row.

    2 fields

  • Clean Row

    Sets all fields in a row to empty/null. To update only specific fields, use Update Row instead.

    3 fields

  • Batch Create Rows

    Creates multiple rows in a single request. Accepts up to 200 rows.

    2 fields

  • Batch Update Rows

    Updates multiple rows in a single request. Each row must include an "id" field. Accepts up to 200 rows.

    2 fields

  • Batch Delete Rows

    Deletes multiple rows in a single request. Accepts up to 200 row IDs.

    2 fields

  • Aggregate Field

    Calculates an aggregation (sum, average, min, max, count, etc.) over all values of a field in a grid view.

    4 fields

  • Upload File

    Uploads a file to Baserow from a URL. Returns the uploaded file object that can be used in file fields.

    1 field

  • Custom API Call

    Make a custom API call to a specific endpoint

    10 fields

Triggers

Baserow events your agent can watch

These start a run the moment something happens in Baserow, so work gets picked up on its own.

  • New Row

    Triggers when a new row is created in a Baserow table.

    2 fields

  • Updated Row

    Triggers when an existing row is updated in a Baserow table.

    2 fields

  • Deleted Row

    Triggers when a row is deleted from a Baserow table.

    2 fields

  • Any Row Change

    Triggers when a row is created, updated, or deleted in a Baserow table. To react to only one event type, use the dedicated New Row, Updated Row, or Deleted Row triggers.

    2 fields

  • New Rows (Batch)

    Triggers when new rows are created in a Baserow table. Returns all rows from the event as a single batch.

    2 fields

  • Updated Rows (Batch)

    Triggers when existing rows are updated in a Baserow table. Returns all rows from the event as a single batch.

    2 fields

  • Deleted Rows (Batch)

    Triggers when rows are deleted from a Baserow table. Returns all deleted row IDs from the event as a single batch.

    2 fields

Give your assistant Baserow

Connect Baserow once and every tool above is callable from Claude, Cursor or any MCP client, behind the same server URL as 760+ other apps. Free to start.

Baserow MCP, answered.

No. That is the point of it. One Activepieces server exposes Baserow alongside every other piece you connect, so your client keeps a single connection.

Yes. Activepieces is open source and free to start, and the MCP server is included on every plan, from the free cloud tier to any self-hosted deployment.

Connect Baserow in Activepieces, enable the server under Settings → MCP Server, then paste your server URL into your client config. It authenticates over OAuth on first use.

It can call 14 tools, including Create Row, Get Row, List Rows, and chain them with steps in other apps inside the same run.

Connections use OAuth2 with limited scopes and are stored under 256-bit encryption, with no API to read them back, so an agent gets scoped access rather than your keys.