MCP Servers / database / Airtable

Airtable

JSON →
httpnone73database

Interact with Airtable's API to manage bases, tables, and records.

Install
How to run this server
[ { "cmd": "npx (Recommended)", "imports": [] } ]
server path: airtable-4
Tools
What this server exposes
list_bases
List all accessible Airtable bases
list_tables
List all tables in a base
create_table
Create a new table with fields
update_table
Update a table's name or description
create_field
Add a new field to a table
update_field
Modify an existing field
list_records
Retrieve records from a table
create_record
Add a new record
update_record
Modify an existing record
delete_record
Remove a record
search_records
Find records matching criteria
get_record
Get a single record by its ID
Configuration
Environment & auth
authnone
envAIRTABLE_API_KEY
Resources
Airtable — MCP Server · libregistry