marchi-lau/mcp-airtable
If you are the rightful owner of mcp-airtable 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.
An MCP (Model Context Protocol) server that provides tools for interacting with Airtable databases, enabling AI assistants to perform CRUD operations on Airtable bases and tables.
Tools
Functions exposed to the LLM to take actions
list_bases
List all available Airtable bases.
list_tables
List all tables in a specific base.
get_records
Retrieve records from a table with optional filtering and sorting.
create_record
Create a new record in a table.
update_record
Update an existing record.
delete_record
Delete a record from a table.
get_schema
Get the schema information for a base.
upload_attachment
Upload a file to S3 and get a URL formatted for Airtable attachment fields.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client