About
Overview
The Airtable MCP Server allows AI agents to work with Airtable's spreadsheet-database platform. It provides tools for listing bases and tables, reading and creating records, updating fields, and managing views. Perfect for automating workflows that involve structured data in Airtable.
Capabilities
Tools & Capabilities
⚡list_bases
List all accessible Airtable bases
⚡list_tables
List tables in a specific base
⚡list_records
List records from a table with optional filtering
⚡create_record
Create a new record in a table
⚡update_record
Update an existing record
⚡delete_record
Delete a record from a table
Setup
Installation
bash
Install
npx -y airtable-mcpExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "airtable-mcp"],
"env": {
"AIRTABLE_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorfelores
LanguageTypeScript
StatusStable
Stars★ 150
Last UpdatedFeb 12, 2026