About
Overview
The Airtable API MCP Server enables AI agents to interact with Airtable's spreadsheet-database hybrid. It provides tools for CRUD operations on records, managing views, and running formula queries.
Capabilities
Tools & Capabilities
⚡list_records
List records in a table
⚡create_record
Create a new record
⚡update_record
Update an existing record
⚡list_bases
List accessible bases
Setup
Installation
bash
Install
npx -y @nicepkg/mcp-server-airtable-apiExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"airtable-api": {
"command": "npx",
"args": ["-y", "@nicepkg/mcp-server-airtable-api"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026