Airtable
The Airtable MCP server connects AI agents to your Airtable bases. Agents can list bases and tables, inspect table schemas, list and search records, create, update, and delete records, create tables and fields, and manage record comments — turning Airtable into a read/write database that agents can operate.
Tools
create_comment
Create a new comment on a specific Airtable record.
create_field
Create a brand-new field within an existing Airtable table.
create_record
Create a brand-new record inside an Airtable table.
create_table
Create a brand-new table within an existing Airtable base.
delete_records
Delete one or more records from an Airtable table.
describe_table
Get detailed schema information about a specific table.
get_record
Retrieve a specific Airtable record by its record ID.
list_bases
List all of the Airtable bases your account can access.
list_comments
List all of the comments attached to an Airtable record.
list_records
List the records held in a specified Airtable table.
list_tables
List all of the tables within a specific Airtable base.
search_records
Search for records containing specific text in a table.
update_field
Update the name or description of an Airtable table field.
update_records
Update one or more existing records in an Airtable table.
update_table
Update the name or description of an Airtable table.