libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
database
/ Airtable
Airtable
JSON →
http
none
★ 73
database
Interact with Airtable's API to manage bases, tables, and records.
github ↗
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
auth
none
env
AIRTABLE_API_KEY
Resources
github
https://github.com/felores/airtable-mcp ↗
Airtable — MCP Server · libregistry