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_recordsList records from a table
list_basesList all accessible Airtable bases
list_tablesList all tables in a specific base
get_recordGet a specific record by ID
create_recordCreate a new record in a table
update_recordsUpdate one or more records in a table
delete_recordsDelete one or more records from a table
create_tableCreate a new table in a base
update_tableUpdate a table's name or description
create_fieldCreate a new field in a table
update_fieldUpdate a field's name or description