domdomegg_airtable-mcp-server
If you are the rightful owner of domdomegg_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.
list_records
List records in the specified Airtable table
search_records
Search for records containing specific text in table
list_bases
List all accessible Airtable databases
list_tables
List all tables in the specified database
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 database
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