MCP-Mirror/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.
Tools
Functions exposed to the LLM to take actions
list_records
List records from a table
search_records
Search for records containing specific text
list_bases
List all accessible Airtable bases
list_tables
List all tables in a specific base
describe_table
Get detailed information about a specific table
get_record
Get a specific record by ID
create_record
Create a new record in a table
update_records
Update up to 10 records in a table
delete_records
Delete records from a table
create_table
Create a new table in a base
update_table
Update a table's name or description
create_field
Create a new field in a table
update_field
Update a field's name or description
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client