felores/airtable-mcp
airtable-mcp is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of airtable-mcp 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 for interacting with Airtable's API, enabling programmatic management of Airtable bases, tables, fields, and records.
Try airtable-mcp with chat:
Tools
Functions exposed to the LLM to take actions
list_bases
List all accessible Airtable bases
list_tables
List all tables in a base
create_table
Create a new table in a base
update_table
Update a table's schema
create_field
Create a new field in a table
update_field
Update a field in a table
list_records
List records in a table
create_record
Create a new record in a table
update_record
Update an existing record in a table
delete_record
Delete a record from a table
search_records
Search for records in a table
get_record
Get a single record by its ID
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client