libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
database
/ Airtable
Airtable
JSON →
stdio
none
★ 444
database
Read and write access to Airtable databases.
github ↗
Install
How to run this server
[ { "cmd": "npx airtable-mcp-server", "imports": [] } ]
server path:
airtable
Tools
What this server exposes
list_records
Lists records from a specified Airtable table
search_records
Search for records containing specific text
list_bases
Lists all accessible Airtable bases
list_tables
Lists all tables in a specific base
describe_table
Gets detailed information about a specific table
get_record
Gets a specific record by ID
create_record
Creates a new record in a table
update_records
Updates one or more records in a table
delete_records
Deletes one or more records from a table
create_table
Creates a new table in a base
update_table
Updates a table's name or description
create_field
Creates a new field in a table
update_field
Updates a field's name or description
create_comment
Creates a comment on a record
list_comments
Lists comments on a record
Configuration
Environment & auth
auth
none
env
AIRTABLE_API_KEY
Resources
github
https://github.com/domdomegg/airtable-mcp-server ↗
Airtable — MCP Server · libregistry