ForestAdmin/mcp-server-airtable
3.2
If you are the rightful owner of mcp-server-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 dayong@mcphub.com.
A Model Context Protocol (MCP) server that connects Dust.tt AI agents to Airtable bases, enabling natural language querying and analysis of Airtable data.
Tools
Functions exposed to the LLM to take actions
list_bases
List all accessible Airtable bases.
get_base_schema
Get complete schema including tables, fields, and views.
list_tables
List tables in a base.
list_fields
Show fields in a table with types.
list_records
Query records with filtering.
get_record
Get a specific record by ID.
search_records
Search records by text.
get_table_info
Get table statistics.
export_records_csv
Export records as CSV.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client