domdomegg/airtable-mcp-server
If you are the rightful owner of airtable-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides read and write access to Airtable databases, enabling LLMs to inspect database schemas and manage records.
Tools
Functions exposed to the LLM to take actions
list_records
List records in the specified Airtable table
search_records
Search for records containing specific text
list_bases
List all accessible Airtable basics
list_tables
List all tables in a specific base
describe_table
Get detailed information about a specific table
get_record
Get specific records with ID
create_record
Create a new record in the table
update_records
Update one or more records in the table
delete_records
Delete one or more records from a table
create_table
Create a new table in the base
update_table
Update the name or description of the table
create_field
Create a new field in the table
update_field
Update the name or description of the field
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client