airtable-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_records

List records from a table

list_bases

List all accessible Airtable bases

list_tables

List all tables in a specific base

get_record

Get a specific record by ID

create_record

Create a new record in a table

update_records

Update one or more records in a table

delete_records

Delete one or more records from a table

create_table

Create a new table in a base

update_table

Update a table's name or description

create_field

Create a new field in a table

update_field

Update a field's name or description