Airtable Integration
The Airtable node lets your agents create, read, update, and search records across bases, tables, and views.
Connection Setup
Section titled “Connection Setup”Standard OAuth. No special setup required.
Available Tools
Section titled “Available Tools”| Tool | Description |
|---|---|
list_bases | List accessible bases |
list_tables | List tables in a base |
create_record | Add a record to a table |
update_record | Update a record by ID |
delete_record | Delete a record |
search_records | Search by formula or field value |
list_records | List records with optional sort/filter |
create_table | Create a new table |
create_field | Add a field to a table |
MCP Server
Section titled “MCP Server”| Server URL | https://mcp.airtable.com/mcp |
| Transport | Streamable HTTP |
| Docs | Airtable 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.