Skip to content

Airtable Integration

The Airtable node lets your agents create, read, update, and search records across bases, tables, and views.

Standard OAuth. No special setup required.

ToolDescription
list_basesList accessible bases
list_tablesList tables in a base
create_recordAdd a record to a table
update_recordUpdate a record by ID
delete_recordDelete a record
search_recordsSearch by formula or field value
list_recordsList records with optional sort/filter
create_tableCreate a new table
create_fieldAdd a field to a table
Server URLhttps://mcp.airtable.com/mcp
TransportStreamable HTTP
DocsAirtable MCP Server
  • Search Records supports Airtable formula syntax — your agent can filter with expressions like {Status} = 'Active'.
  • Create or Update Record is useful for idempotent operations — it matches on a specified field and updates if found.
  • List Records in View respects the view’s existing filters and sort order — simpler than building filter formulas.