airtable-mcp-server
A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.
Key features:
- Schema Discovery: Automatically discovers Airtable base and table schemas using Airtable's metadata API.
- Read/Write Access: Enables LLMs to read and write records in Airtable bases.
- Tool Support: Exposes tools like
list_records
,search_records
,create_record
,update_records
, anddelete_records
for data manipulation. - Table and Field Management: Supports creating and updating tables and fields.
Use Cases:
- Integrating Airtable data with AI-powered applications.
- Enabling LLMs to perform data analysis and manipulation within Airtable.
- Automating Airtable workflows using AI agents.